summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-333/+457
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells-0/+7
2025-02-13Merge tag 'for-net-2025-02-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski-98/+86
2025-02-13Merge tag 'nf-25-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski-6/+2
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski-22/+98
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet-4/+10
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz-97/+56
2025-02-13Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmdLuiz Augusto von Dentz-5/+34
2025-02-12vsock: Orphan socket after transport releaseMichal Luczaj-1/+7
2025-02-12Revert "netfilter: flowtable: teardown flow if cached mtu is stale"Pablo Neira Ayuso-6/+2
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells-57/+54
2025-02-11Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-...Paolo Abeni-50/+91
2025-02-10Merge tag 'linux-can-fixes-for-6.14-20250208' of git://git.kernel.org/pub/scm...Jakub Kicinski-4/+5
2025-02-10ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet-16/+15
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet-4/+8
2025-02-10openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet-3/+9
2025-02-10arp: use RCU protection in arp_xmit()Eric Dumazet-1/+3
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet-2/+6
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet-6/+4
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet-1/+1
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+1
2025-02-08can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl-4/+5
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni-98/+22
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet-11/+13
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+5
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein-0/+5
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel-0/+1
2025-02-06ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov-0/+11
2025-02-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent-10/+35
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet-5/+9
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet-19/+23
2025-02-06ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet-1/+6
2025-02-06flow_dissector: use RCU protection to fetch dev_net()Eric Dumazet-10/+11
2025-02-06ipv4: icmp: convert to dev_net_rcu()Eric Dumazet-14/+17
2025-02-06ipv4: use RCU protection in __ip_rt_update_pmtu()Eric Dumazet-5/+6
2025-02-06ipv4: use RCU protection in inet_select_addr()Eric Dumazet-1/+2
2025-02-06ipv4: use RCU protection in rt_is_expired()Eric Dumazet-1/+7
2025-02-06ipv4: use RCU protection in ipv4_default_advmss()Eric Dumazet-3/+8
2025-02-06Merge tag 'net-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-48/+96
2025-02-05rxrpc: Fix race in call state changing vs recvmsg()David Howells-1/+9
2025-02-05rxrpc: Fix call state set to not include the SERVER_SECURING stateDavid Howells-10/+6
2025-02-05netem: Update sch->q.qlen before qdisc_tree_reduce_backlog()Cong Wang-1/+1
2025-02-05pfifo_tail_enqueue: Drop new packet when sch->limit == 0Quang Le-0/+3
2025-02-04net: rose: lock the socket in rose_bind()Eric Dumazet-8/+16
2025-02-04rxrpc: Fix the rxrpc_connection attend queue handlingDavid Howells-7/+11
2025-02-03net: harmonize tstats and dstatsPaolo Abeni-0/+14
2025-02-03ethtool: ntuple: fix rss + ring_cookie checkJakub Kicinski-1/+1
2025-02-03ethtool: rss: fix hiding unsupported fields in dumpsJakub Kicinski-1/+2
2025-02-03udp: gso: do not drop small packets when PMTU reducesYan Zhai-4/+4
2025-02-03HID: intel-thc: fix CONFIG_HID dependencyArnd Bergmann-2/+1