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
2024-04-11
net: dsa: allow DSA switch drivers to provide their own phylink mac ops
Russell King (Oracle)
2
-6
/
+31
2024-04-11
net: dsa: introduce dsa_phylink_to_port()
Russell King (Oracle)
1
-6
/
+6
2024-04-11
tls: remove redundant assignment to variable decrypted
Colin Ian King
1
-1
/
+0
2024-04-11
ipv4: Remove RTO_ONLINK.
Guillaume Nault
1
-13
/
+1
2024-04-11
tcp: add support for SO_PEEK_OFF socket option
Jon Maloy
2
-6
/
+11
2024-04-11
mpls: no longer hold RTNL in mpls_netconf_dump_devconf()
Eric Dumazet
1
-37
/
+22
2024-04-11
net: mirror skb frag ref/unref helpers
Mina Almasry
2
-43
/
+5
2024-04-11
net: move skb ref helpers to new header
Mina Almasry
8
-0
/
+8
2024-04-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-132
/
+113
2024-04-11
Merge tag 'net-6.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
20
-118
/
+124
2024-04-11
mptcp: add last time fields in mptcp_info
Geliang Tang
4
-5
/
+22
2024-04-11
Merge tag 'for-net-2024-04-10' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Abeni
8
-99
/
+70
2024-04-11
af_unix: Fix garbage collector racing against connect()
Michal Luczaj
1
-1
/
+17
2024-04-10
netfilter: complete validation of user input
Eric Dumazet
3
-0
/
+12
2024-04-10
net: use SKB_CONSUMED in skb_attempt_defer_free()
Pavel Begunkov
1
-1
/
+1
2024-04-10
net: cache for same cpu skb_attempt_defer_free
Pavel Begunkov
1
-1
/
+14
2024-04-10
tcp: tweak tcp_sock_write_txrx size assertion
Eric Dumazet
1
-1
/
+5
2024-04-10
Bluetooth: l2cap: Don't double set the HCI_CONN_MGMT_CONNECTED bit
Archie Pusaka
1
-2
/
+1
2024-04-10
Bluetooth: hci_sock: Fix not validating setsockopt user input
Luiz Augusto von Dentz
1
-13
/
+8
2024-04-10
Bluetooth: ISO: Fix not validating setsockopt user input
Luiz Augusto von Dentz
1
-24
/
+12
2024-04-10
Bluetooth: L2CAP: Fix not validating setsockopt user input
Luiz Augusto von Dentz
1
-32
/
+20
2024-04-10
Bluetooth: RFCOMM: Fix not validating setsockopt user input
Luiz Augusto von Dentz
1
-9
/
+5
2024-04-10
Bluetooth: SCO: Fix not validating setsockopt user input
Luiz Augusto von Dentz
1
-13
/
+10
2024-04-10
Bluetooth: Fix memory leak in hci_req_sync_complete()
Dmitry Antipov
1
-1
/
+3
2024-04-10
Bluetooth: hci_sync: Fix using the same interval and window for Coded PHY
Luiz Augusto von Dentz
1
-3
/
+3
2024-04-10
Bluetooth: ISO: Don't reject BT_ISO_QOS if parameters are unset
Luiz Augusto von Dentz
1
-2
/
+8
2024-04-10
net: sched: cls_api: fix slab-use-after-free in fl_dump_key
Jianbo Liu
1
-1
/
+1
2024-04-09
net: remove napi_frag_unref
Mina Almasry
1
-1
/
+1
2024-04-09
net: make napi_frag_unref reuse skb_page_unref
Mina Almasry
2
-2
/
+2
2024-04-09
net: sched: cake: Optimize the number of function calls and branches in heap ...
Kuan-Wei Chiu
1
-1
/
+1
2024-04-09
ipv6: fix race condition between ipv6_get_ifaddr and ipv6_del_addr
Jiri Benc
1
-3
/
+4
2024-04-09
nfc: llcp: fix nfc_llcp_setsockopt() unsafe copies
Eric Dumazet
1
-6
/
+6
2024-04-09
ipv4/route: avoid unused-but-set-variable warning
Arnd Bergmann
1
-3
/
+1
2024-04-09
ipv6: fib: hide unused 'pn' variable
Arnd Bergmann
1
-2
/
+5
2024-04-09
tcp: replace TCP_SKB_CB(skb)->tcp_tw_isn with a per-cpu field
Eric Dumazet
5
-16
/
+27
2024-04-09
tcp: propagate tcp_tw_isn via an extra parameter to ->route_req()
Eric Dumazet
4
-10
/
+15
2024-04-08
af_unix: Clear stale u->oob_skb.
Kuniyuki Iwashima
1
-1
/
+3
2024-04-08
devlink: Support setting max_io_eqs
Parav Pandit
1
-0
/
+53
2024-04-08
net: display more skb fields in skb_dump()
Eric Dumazet
1
-6
/
+12
2024-04-08
mptcp: add reset reason options in some places
Jason Xing
1
-5
/
+15
2024-04-08
ipv4: Set scope explicitly in ip_route_output().
Guillaume Nault
5
-7
/
+12
2024-04-08
af_packet: avoid a false positive warning in packet_setsockopt()
Eric Dumazet
1
-12
/
+14
2024-04-08
net: handle HAS_IOPORT dependencies
Niklas Schnelle
1
-1
/
+1
2024-04-08
tcp: more struct tcp_sock adjustments
Eric Dumazet
1
-4
/
+4
2024-04-08
Merge tag 'batadv-next-pullrequest-20240405' of git://git.open-mesh.org/linux...
David S. Miller
3
-45
/
+6
2024-04-08
Merge tag 'batadv-net-pullrequest-20240405' of git://git.open-mesh.org/linux-...
David S. Miller
1
-1
/
+1
2024-04-08
net: dqs: use sysfs_emit() in favor of sprintf()
Eric Dumazet
1
-3
/
+3
2024-04-08
ip_tunnel: harden copying IP tunnel params to userspace
Alexander Lobakin
1
-0
/
+2
2024-04-08
ipv6: remove RTNL protection from ip6addrlbl_dump()
Eric Dumazet
1
-7
/
+11
2024-04-08
inet: frags: delay fqdir_free_fn()
Eric Dumazet
1
-2
/
+2
[next]