summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2024-12-10vxlan: Track reserved bits explicitly as part of the configurationPetr Machata1-0/+1
2024-12-10net: reformat kdoc return statementsJakub Kicinski10-54/+51
2024-12-06page_pool: make page_pool_put_page_bulk() handle array of netmemsAlexander Lobakin2-5/+5
2024-12-06netmem: add a couple of page helper wrappersAlexander Lobakin1-2/+76
2024-12-06xdp: allow attaching already registered memory model to xdp_rxq_infoAlexander Lobakin1-0/+32
2024-12-06xdp, xsk: constify read-only arguments of some static inline helpersAlexander Lobakin3-18/+24
2024-12-06xsk: align &xdp_buff_xsk harderAlexander Lobakin1-1/+1
2024-12-06net_sched: sch_fq: add three drop_reasonEric Dumazet2-0/+26
2024-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-1/+9
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-05include: net: add static inline dst_dev_overhead() to dst.hJustin Iurman1-0/+9
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-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
2024-11-12rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima1-0/+2