summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-12Merge tag 'for-net-2024-12-12' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-47/+71
2024-12-12Bluetooth: SCO: Add support for 16 bits transparent voice settingFrédéric Danis1-0/+1
2024-12-12Bluetooth: hci_core: Fix sleeping function called from invalid contextLuiz Augusto von Dentz1-38/+70
2024-12-12Merge tag 'nf-24-12-11' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-4/+0
2024-12-12netfilter: nf_tables: do not defer rule destruction via call_rcuFlorian Westphal1-4/+0
2024-12-11Bluetooth: Improve setsockopt() handling of malformed user inputMichal Luczaj1-9/+0
2024-12-11Merge tag 'wireless-2024-12-10' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-3/+4
2024-12-07net: defer final 'struct net' free in netns dismantleEric Dumazet1-0/+1
2024-12-07net: lapb: increase LAPB_HEADER_LENEric Dumazet1-1/+1
2024-12-05Merge tag 'net-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-0/+8
2024-12-05Merge tag 'nf-24-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-0/+1
2024-12-05ipmr: tune the ipmr_can_free_table() checks.Paolo Abeni1-0/+5
2024-12-04netfilter: nft_inner: incorrect percpu area handling under softirqPablo Neira Ayuso1-0/+1
2024-12-03wifi: mac80211: fix vif addr when switching from monitor to stationFelix Fietkau1-0/+3
2024-12-03wifi: mac80211: fix a queue stall in certain cases of CSAEmmanuel Grumbach1-3/+1
2024-12-01Merge tag 'kbuild-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+1
2024-12-01tcp: populate XPS related fields of timewait socketsEric Dumazet1-0/+2
2024-11-27Rename .data.once to .data..once to fix resetting WARN*_ONCEMasahiro Yamada1-1/+1
2024-11-21Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds55-365/+1103
2024-11-19Merge tag 'lsm-pr-20241112' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2024-11-18ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu1-0/+2
2024-11-18ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu1-1/+15
2024-11-18net/udp: Add 4-tuple hash list basisPhilo Lu1-3/+82
2024-11-18net/udp: Add a new struct for hash2 slotPhilo Lu1-4/+34
2024-11-18Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2-3/+15
2024-11-16Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski3-6/+108
2024-11-16Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-12/+13
2024-11-14Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz1-0/+10
2024-11-14Bluetooth: HCI: Add IPC(11) bus typeLuiz Augusto von Dentz1-0/+1
2024-11-14Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu1-1/+11
2024-11-14Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu2-0/+30
2024-11-14Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu2-1/+36
2024-11-14Bluetooth: Add new quirks for ATS2851Danil Pylaev2-4/+20
2024-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+12
2024-11-14Merge tag 'net-6.12-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+2
2024-11-14netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal1-3/+7
2024-11-14netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal1-12/+9
2024-11-14bonding: add ns target multicast address to slave deviceHangbin Liu1-0/+2
2024-11-14net: simplify eeecfg_mac_can_tx_lpiHeiner Kallweit1-4/+1
2024-11-14Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-1/+1
2024-11-13Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-2/+10
2024-11-12net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong1-3/+4
2024-11-12net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong1-0/+7
2024-11-12net: ip: make ip_route_input() return drop reasonsMenglong Dong1-3/+4
2024-11-12net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong1-7/+8
2024-11-12net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong1-0/+6
2024-11-12net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong2-3/+7
2024-11-12net: ip: make fib_validate_source() support drop reasonsMenglong Dong2-0/+22
2024-11-12net: Add control functions for irq suspensionMartin Karsten1-0/+3
2024-11-12rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima1-0/+1