summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-01batman-adv: replace non-atomic last_ttvn with (READ|WRITE)_ONCESven Eckelmann5-13/+13
2026-06-01batman-adv: replace non-atomic packet_size_max with (READ|WRITE)_ONCESven Eckelmann4-7/+6
2026-06-01batman-adv: replace non-atomic mesh state with (READ|WRITE)_ONCESven Eckelmann8-21/+21
2026-06-01batman-adv: replace non-atomic vlan config fields with (READ|WRITE)_ONCESven Eckelmann5-8/+8
2026-06-01batman-adv: replace non-atomic hardif config fields with (READ|WRITE)_ONCESven Eckelmann7-20/+20
2026-06-01batman-adv: replace non-atomic meshif config fields with (READ|WRITE)_ONCESven Eckelmann16-121/+127
2026-06-01batman-adv: extract netdev wifi detection information objectSven Eckelmann5-25/+252
2026-06-01netfilter: nft_byteorder: remove multi-register supportFlorian Westphal1-31/+20
2026-06-01netfilter: bridge: make ebt_snat ARP rewrite writableYiming Qian1-0/+3
2026-06-01netfilter: nft_ct: bail out on template ct in get evalJiayuan Chen2-6/+4
2026-06-01netfilter: nft_tunnel: fix use-after-free on object destroyTristan Madani1-1/+1
2026-06-01netfilter: conntrack_irc: fix possible out-of-bounds readFlorian Westphal1-2/+2
2026-06-01netfilter: synproxy: add mutex to guard hook reference countingFernando Fernandez Mancera1-6/+18
2026-06-01netfilter: nft_fib_ipv6: bail out of sibling walk if rt got unlinkedJiayuan Chen1-0/+3
2026-06-01ipvs: clear the svc scheduler ptr early on editJulian Anastasov2-12/+15
2026-06-01netfilter: xt_NFQUEUE: prefer raw_smp_processor_idFernando Fernandez Mancera1-1/+1
2026-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni25-109/+200
2026-06-01xfrm: iptfs: preserve shared-frag marker in iptfs_consume_frags()Takao Sato1-0/+2
2026-05-29Revert "ipv6: preserve insertion order for same-scope addresses"Fernando Fernandez Mancera1-1/+1
2026-05-29Merge tag 'ipsec-2026-05-29' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski11-38/+81
2026-05-29net: skbuff: fix pskb_carve leaking zcopy pagesPavel Begunkov1-0/+10
2026-05-29ipv6: fix possible infinite loop in fib6_select_path()Jiayuan Chen1-0/+3
2026-05-29ipv6: fix possible infinite loop in rt6_fill_node()Jiayuan Chen1-0/+2
2026-05-29bpf: sockmap: fix tail fragment offset in bpf_msg_push_dataYuqi Xu1-1/+1
2026-05-29vsock/virtio: bind uarg before filling zerocopy skbJingguo Tan1-3/+9
2026-05-29batman-adv: use atomic_xchg() for gw.reselect checkSven Eckelmann1-1/+1
2026-05-29batman-adv: add missing includesSven Eckelmann9-0/+9
2026-05-29batman-adv: drop batman-adv specific versionSven Eckelmann6-8/+19
2026-05-29Revert "esp: fix page frag reference leak on skb_to_sgvec failure"Steffen Klassert2-14/+10
2026-05-29net: Remove support for AIO on socketsDemi Marie Obenour2-6/+2
2026-05-28net/rds: use special gfp_t format specifierBrendan Jackman1-1/+1
2026-05-29net/9p: fix infinite loop in p9_client_rpc on fatal signalVasiliy Kovalev1-0/+2
2026-05-28net: make page_pool_get_stats() voidJakub Kicinski2-8/+2
2026-05-28docs: page_pool: drop the mention of the legacy stats APIJakub Kicinski1-0/+3
2026-05-28Merge tag 'wireless-next-2026-05-28' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski10-58/+386
2026-05-28Merge tag 'for-net-2026-05-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski8-66/+91
2026-05-28sctp: fix race between sctp_wait_for_connect and peeloffZhenghang Xiao1-0/+2
2026-05-28net: ethtool: don't take rtnl_lock for global string dumpJakub Kicinski2-5/+9
2026-05-28Revert "vsock/virtio: fix skb overhead overflow on 32-bit builds"Stefano Garzarella1-1/+1
2026-05-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski60-357/+762
2026-05-28Merge tag 'net-7.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds57-325/+744
2026-05-28Bluetooth: hci_sync: Reset device counters in hci_dev_close_sync()Heitor Alves de Siqueira1-0/+4
2026-05-28Bluetooth: hci_sync: Set HCI_CMD_DRAIN_WORKQUEUE during device closeHeitor Alves de Siqueira1-0/+8
2026-05-28Bluetooth: hci_core: Rework hci_dev_do_reset() to use hci_sync functionsHeitor Alves de Siqueira1-40/+3
2026-05-28Bluetooth: ISO: serialize iso_sock_clear_timer with socket lockMuhammad Bilal1-1/+1
2026-05-28Bluetooth: ISO: fix UAF in iso_recv_frameMuhammad Bilal1-3/+7
2026-05-28Bluetooth: L2CAP: Fix possible crash on l2cap_ecred_conn_rspLuiz Augusto von Dentz1-5/+22
2026-05-28Bluetooth: l2cap: clear chan->ident on ECRED reconfiguration successZhenghang Xiao1-2/+8
2026-05-28net/handshake: Drain pending requests at net namespace exitChuck Lever2-3/+12
2026-05-28net/handshake: Verify file-reference balance in submit pathsChuck Lever1-0/+28