aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-02-20Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds7-24/+82
2025-02-20Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni2-99/+22
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni2-6/+7
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca3-7/+7
2025-02-19arp: switch to dev_getbyhwaddr() in arp_req_set_public()Breno Leitao1-1/+1
2025-02-19net: Add non-RCU dev_getbyhwaddr() helperBreno Leitao1-3/+34
2025-02-19sctp: Fix undefined behavior in left shift operationYu-Chun Lin1-1/+1
2025-02-19flow_dissector: Fix port range key handling in BPF conversionCong Wang1-8/+10
2025-02-19flow_dissector: Fix handling of mixed port and port-range keysCong Wang1-12/+19
2025-02-18dev: Use rtnl_net_dev_lock() in unregister_netdev().Kuniyuki Iwashima1-4/+2
2025-02-18net: Fix dev_net(dev) race in unregister_netdevice_notifier_dev_net().Kuniyuki Iwashima1-4/+44
2025-02-18net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-4/+4
2025-02-18tcp: adjust rcvq_space after updating scaling ratioJakub Kicinski1-3/+9
2025-02-18vsock/bpf: Warn on socket without transportMichal Luczaj2-1/+4
2025-02-18sockmap, vsock: For connectible sockets allow only connectedMichal Luczaj1-0/+3
2025-02-17drop_monitor: fix incorrect initialization orderGavrilov Ilia1-15/+14
2025-02-15net/sched: cls_api: fix error handling causing NULL dereferencePierre Riteau1-1/+1
2025-02-14vsock/virtio: fix variables initialization during resumingJunnan Wu1-3/+7
2025-02-13Merge tag 'net-6.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds36-333/+457
2025-02-13rxrpc: Fix ipv6 path MTU discoveryDavid Howells1-0/+7
2025-02-13Merge tag 'for-net-2025-02-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-98/+86
2025-02-13Merge tag 'nf-25-02-13' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-6/+2
2025-02-13Reapply "net: skb: introduce and use a single page frag cache"Jakub Kicinski2-22/+98
2025-02-13ipv6: mcast: add RCU protection to mld_newpack()Eric Dumazet1-4/+10
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz2-97/+56
2025-02-13Bluetooth: L2CAP: Fix slab-use-after-free Read in l2cap_send_cmdLuiz Augusto von Dentz1-5/+34
2025-02-12vsock: Orphan socket after transport releaseMichal Luczaj1-1/+7
2025-02-12Revert "netfilter: flowtable: teardown flow if cached mtu is stale"Pablo Neira Ayuso1-6/+2
2025-02-11rxrpc: Fix alteration of headers whilst zerocopy pendingDavid Howells5-57/+54
2025-02-11Merge tag 'batadv-net-pullrequest-20250207' of git://git.open-mesh.org/linux-...Paolo Abeni5-50/+91
2025-02-10Merge tag 'linux-can-fixes-for-6.14-20250208' of git://git.kernel.org/pub/scm...Jakub Kicinski2-4/+5
2025-02-10ipv6: mcast: extend RCU protection in igmp6_send()Eric Dumazet1-16/+15
2025-02-10ndisc: extend RCU protection in ndisc_send_skb()Eric Dumazet1-4/+8
2025-02-10openvswitch: use RCU protection in ovs_vport_cmd_fill_info()Eric Dumazet1-3/+9
2025-02-10arp: use RCU protection in arp_xmit()Eric Dumazet1-1/+3
2025-02-10neighbour: use RCU protection in __neigh_notify()Eric Dumazet1-2/+6
2025-02-10ndisc: use RCU protection in ndisc_alloc_skb()Eric Dumazet1-6/+4
2025-02-10ndisc: ndisc_send_redirect() must use dev_get_by_index_rcu()Eric Dumazet1-1/+1
2025-02-10Merge tag 'hid-for-linus-2025021001' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-2/+1
2025-02-08can: j1939: j1939_sk_send_loop(): fix unable to send messages with data lengt...Alexander Hölzl2-4/+5
2025-02-07Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni2-98/+22
2025-02-07net: fib_rules: annotate data-races around rule->[io]ifindexEric Dumazet1-11/+13
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+5
2025-02-07fsnotify: disable notification by default for all pseudo filesAmir Goldstein1-0/+5
2025-02-06rtnetlink: fix netns leak with rtnl_setlink()Nicolas Dichtel1-0/+1
2025-02-06ax25: Fix refcount leak caused by setting SO_BINDTODEVICE sockoptMurad Masimov1-0/+11
2025-02-06net: ethtool: tsconfig: Fix netlink type of hwtstamp flagsKory Maincent4-10/+35
2025-02-06ipv6: Use RCU in ip6_input()Eric Dumazet1-5/+9
2025-02-06ipv6: icmp: convert to dev_net_rcu()Eric Dumazet1-19/+23
2025-02-06ipv6: use RCU protection in ip6_default_advmss()Eric Dumazet1-1/+6