summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2025-04-20sctp: detect and prevent references to a freed transport in sendmsgRicardo CaƱuelo Navarro1-1/+2
2025-04-20net: Fix null-ptr-deref by sock_lock_init_class_and_name() and rmmod.Kuniyuki Iwashima1-2/+38
2025-04-20wifi: mac80211: add strict mode disabling workaroundsJohannes Berg1-0/+6
2025-04-10xsk: Add launch time hardware offload support to XDP Tx metadataSong Yoong Siang2-0/+11
2025-04-10Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancelWentao Guan1-0/+5
2025-04-10Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz2-0/+14
2025-04-10Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama1-0/+8
2025-04-10Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama2-0/+12
2025-04-10bonding: check xdp prog when set bond modeWang Liang1-0/+1
2025-04-10ax25: Remove broken autobindMurad Masimov1-1/+0
2025-04-10xfrm: delay initialization of offload path till its actually requestedLeon Romanovsky1-1/+10
2025-03-19Merge tag 'for-net-2025-03-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Abeni1-1/+1
2025-03-18net: mana: Support holes in device list reply msgHaiyang Zhang1-4/+7
2025-03-13Bluetooth: hci_event: Fix connection regression between LE and non-LE adaptersArkadiusz Bokowy1-1/+1
2025-03-07Revert "Bluetooth: hci_core: Fix sleeping function called from invalid context"Luiz Augusto von Dentz1-70/+38
2025-03-06netfilter: nf_tables: make destruction work queue pernetFlorian Westphal1-1/+3
2025-02-27Merge tag 'net-6.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-02-22net: better track kernel sockets lifetimeEric Dumazet1-0/+1
2025-02-21Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2-0/+10
2025-02-20net: allow small head cache usage with large MAX_SKB_FRAGS valuesPaolo Abeni1-0/+3
2025-02-20tcp: drop secpath at the same time as we currently drop dstSabrina Dubroca1-0/+14
2025-02-19net: Add net_passive_inc() and net_passive_dec().Kuniyuki Iwashima1-0/+11
2025-02-13Bluetooth: L2CAP: Fix corrupted list in hci_chan_delLuiz Augusto von Dentz1-1/+2
2025-02-11vrf: use RCU protection in l3mdev_l3_out()Eric Dumazet1-0/+2
2025-02-07ipv4: use RCU protection in ip_dst_mtu_maybe_forward()Eric Dumazet1-3/+10
2025-02-07ipv4: add RCU protection to ip4_dst_hoplimit()Eric Dumazet1-2/+7
2025-02-07net: add dev_net_rcu() helperEric Dumazet1-1/+1
2025-02-06net: sched: Fix truncation of offloaded action statisticsIdo Schimmel1-1/+1
2025-01-30bpf: Fix wrong copied_seq calculationJiayuan Chen1-0/+8
2025-01-30strparser: Add read_sock callbackJiayuan Chen1-0/+2
2025-01-28Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-3/+13
2025-01-28net: page_pool: don't try to stash the napi idJakub Kicinski1-1/+0
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds42-200/+813
2025-01-22Merge tag 'lsm-pr-20250121' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+6
2025-01-20ipv6: Add __in6_dev_get_rtnl_net().Kuniyuki Iwashima1-0/+5
2025-01-20Merge tag 'nf-next-25-01-19' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski3-17/+12
2025-01-20net: move HDS config from ethtool stateJakub Kicinski1-0/+10
2025-01-20af_unix: Set drop reason in unix_dgram_disconnected().Kuniyuki Iwashima1-0/+7
2025-01-20af_unix: Set drop reason in manage_oob().Kuniyuki Iwashima1-0/+6
2025-01-20af_unix: Set drop reason in unix_release_sock().Kuniyuki Iwashima1-0/+3
2025-01-20net: dropreason: Gather SOCKET_ drop reasons.Kuniyuki Iwashima1-6/+6
2025-01-20net: macsec: Add endianness annotations in salt structAles Nezbeda1-2/+2
2025-01-20net: sched: refine software bypass handling in tc_runXin Long2-5/+13
2025-01-19netfilter: flowtable: add CLOSING statePablo Neira Ayuso1-0/+1
2025-01-19netfilter: conntrack: rework offload nf_conn timeout extension logicFlorian Westphal1-10/+0
2025-01-19netfilter: conntrack: remove skb argument from nf_ct_refreshFlorian Westphal1-5/+3
2025-01-19netfilter: nf_tables: Tolerate chains with no remaining hooksPhil Sutter1-2/+0
2025-01-19netfilter: nf_tables: Store user-defined hook ifnamePhil Sutter1-0/+2
2025-01-19netfilter: nf_tables: fix set size with rbtree backendPablo Neira Ayuso1-0/+6
2025-01-19Merge tag 'for-net-next-2025-01-15' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-12/+4