index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-30
net/sched: sch_ingress: Only create under TC_H_INGRESS
Peilin Ye
1
-0
/
+6
2023-05-30
devlink: save devlink_port_ops into a variable in devlink_port_function_valid...
Jiri Pirko
1
-5
/
+5
2023-05-30
devlink: move port_del() to devlink_port_ops
Jiri Pirko
1
-3
/
+3
2023-05-30
devlink: move port_fn_state_get/set() to devlink_port_ops
Jiri Pirko
1
-12
/
+7
2023-05-30
devlink: move port_fn_migratable_get/set() to devlink_port_ops
Jiri Pirko
1
-13
/
+10
2023-05-30
devlink: move port_fn_roce_get/set() to devlink_port_ops
Jiri Pirko
1
-9
/
+8
2023-05-30
devlink: move port_fn_hw_addr_get/set() to devlink_port_ops
Jiri Pirko
1
-9
/
+6
2023-05-30
devlink: move port_type_set() op into devlink_port_ops
Jiri Pirko
1
-3
/
+2
2023-05-30
devlink: move port_split/unsplit() ops into devlink_port_ops
Jiri Pirko
1
-5
/
+5
2023-05-30
devlink: introduce port ops placeholder
Jiri Pirko
1
-11
/
+19
2023-05-30
net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINK
Wen Gu
1
-2
/
+2
2023-05-30
net/smc: Scan from current RMB list when no position specified
Wen Gu
1
-1
/
+4
2023-05-30
rxrpc: Truncate UTS_RELEASE for rxrpc version
David Howells
3
-1
/
+12
2023-05-29
tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss set
Cambda Zhu
1
-1
/
+2
2023-05-29
tcp: deny tcp_disconnect() when threads are waiting
Eric Dumazet
3
-0
/
+9
2023-05-29
af_packet: do not use READ_ONCE() in packet_bind()
Eric Dumazet
1
-3
/
+5
2023-05-29
devlink: Spelling corrections
Simon Horman
1
-2
/
+2
2023-05-29
net: fix signedness bug in skb_splice_from_iter()
Dan Carpenter
1
-2
/
+2
2023-05-26
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
5
-258
/
+313
2023-05-26
batman-adv: Broken sync while rescheduling delayed work
Vladislav Efanov
1
-1
/
+1
2023-05-26
net: dsa: add support for mac_prepare() and mac_finish() calls
Russell King (Oracle)
1
-0
/
+32
2023-05-26
tls: improve lockless access safety of tls_err_abort()
Jakub Kicinski
2
-2
/
+6
2023-05-26
net: ynl: prefix uAPI header include with uapi/
Jakub Kicinski
6
-6
/
+6
2023-05-26
net/core: Enable socket busy polling on -RT
Kurt Kanzenbach
2
-4
/
+7
2023-05-25
af_packet: Fix data-races of pkt_sk(sk)->num.
Kuniyuki Iwashima
2
-3
/
+3
2023-05-25
netrom: fix info-leak in nr_write_internal()
Eric Dumazet
1
-3
/
+4
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+2
2023-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
24
-182
/
+427
2023-05-25
rxrpc: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
1
-1
/
+1
2023-05-25
net: qrtr: Use alloc_ordered_workqueue() to create ordered workqueues
Tejun Heo
1
-1
/
+1
2023-05-25
Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
28
-189
/
+445
2023-05-25
net: ipv4: use consistent txhash in TIME_WAIT and SYN_RECV
Antoine Tenart
2
-6
/
+12
2023-05-25
net: tcp: make the txhash available in TIME_WAIT sockets for IPv4 too
Antoine Tenart
1
-1
/
+1
2023-05-25
leds: Change led_trigger_blink[_oneshot]() delay parameters to pass-by-value
Hans de Goede
3
-9
/
+4
2023-05-25
udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().
Kuniyuki Iwashima
2
-0
/
+4
2023-05-24
net/handshake: Enable the SNI extension to work properly
Chuck Lever
1
-0
/
+8
2023-05-24
net/handshake: Unpin sock->file if a handshake is cancelled
Chuck Lever
2
-0
/
+5
2023-05-24
net/handshake: handshake_genl_notify() shouldn't ignore @flags
Chuck Lever
1
-1
/
+1
2023-05-24
net/handshake: Fix uninitialized local variable
Chuck Lever
1
-1
/
+1
2023-05-24
net/handshake: Fix handshake_dup() ref counting
Chuck Lever
1
-2
/
+3
2023-05-24
net/handshake: Remove unneeded check from handshake_dup()
Chuck Lever
1
-3
/
+0
2023-05-24
Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...
Jakub Kicinski
7
-69
/
+124
2023-05-24
net: Make sock_splice_read() use copy_splice_read() by default
David Howells
1
-1
/
+1
2023-05-24
devlink: pass devlink_port pointer to ops->port_del() instead of index
Jiri Pirko
1
-8
/
+3
2023-05-24
devlink: remove duplicate port notification
Jiri Pirko
1
-44
/
+1
2023-05-24
ipv6: Fix out-of-bounds access in ipv6_find_tlv()
Gavrilov Ilia
1
-0
/
+2
2023-05-24
udp: Stop using RTO_ONLINK.
Guillaume Nault
1
-11
/
+6
2023-05-24
raw: Stop using RTO_ONLINK.
Guillaume Nault
1
-6
/
+4
2023-05-24
ping: Stop using RTO_ONLINK.
Guillaume Nault
1
-10
/
+5
2023-05-23
net: fix skb leak in __skb_tstamp_tx()
Pratyush Yadav
1
-1
/
+3
[prev]
[next]