summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds8 days55-365/+1103
|\
| * ipv6/udp: Add 4-tuple hash for connected socketPhilo Lu11 days1-0/+2
| * ipv4/udp: Add 4-tuple hash for connected socketPhilo Lu11 days1-1/+15
| * net/udp: Add 4-tuple hash list basisPhilo Lu11 days1-3/+82
| * net/udp: Add a new struct for hash2 slotPhilo Lu11 days1-4/+34
| * Merge tag 'ipsec-next-2024-11-15' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller11 days2-3/+15
| |\
| | * xfrm: Convert struct xfrm_dst_lookup_params -> tos to dscp_t.Guillaume Nault2024-11-061-1/+2
| | * xfrm: Add an inbound percpu state cache.Steffen Klassert2024-10-292-0/+6
| | * xfrm: Cache used outbound xfrm states at the policy.Steffen Klassert2024-10-291-0/+4
| | * xfrm: Add support for per cpu xfrm state handling.Steffen Klassert2024-10-291-2/+3
| * | Merge tag 'for-net-next-2024-11-14' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski14 days3-6/+108
| |\ \
| | * | Bluetooth: MGMT: Add initial implementation of MGMT_OP_HCI_CMD_SYNCLuiz Augusto von Dentz2024-11-141-0/+10
| | * | Bluetooth: HCI: Add IPC(11) bus typeLuiz Augusto von Dentz2024-11-141-0/+1
| | * | Bluetooth: ISO: Update hci_conn_hash_lookup_big for Broadcast slaveIulia Tanasescu2024-11-141-1/+11
| | * | Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu2024-11-142-0/+30
| | * | Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu2024-11-142-1/+36
| | * | Bluetooth: Add new quirks for ATS2851Danil Pylaev2024-11-142-4/+20
| * | | Merge tag 'nf-next-24-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski14 days1-12/+13
| |\ \ \
| | * | | netfilter: nf_tables: allocate element update information dynamicallyFlorian Westphal2024-11-141-3/+7
| | * | | netfilter: nf_tables: prepare for multiple elements in nft_trans_elem structureFlorian Westphal2024-11-141-12/+9
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-142-2/+12
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | net: simplify eeecfg_mac_can_tx_lpiHeiner Kallweit2024-11-141-4/+1
| * | | | Merge tag 'wireless-next-2024-11-13' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-11-141-1/+1
| |\ \ \ \
| | * | | | wifi: mac80211: fix description of ieee80211_set_active_links() for new sequenceZong-Zhe Yang2024-11-071-1/+1
| * | | | | net: ip: make ip_route_use_hint() return drop reasonsMenglong Dong2024-11-121-3/+4
| * | | | | net: ip: make ip_mkroute_input/__mkroute_input return drop reasonsMenglong Dong2024-11-121-0/+7
| * | | | | net: ip: make ip_route_input() return drop reasonsMenglong Dong2024-11-121-3/+4
| * | | | | net: ip: make ip_route_input_noref() return drop reasonsMenglong Dong2024-11-121-7/+8
| * | | | | net: ip: make ip_route_input_slow() return drop reasonsMenglong Dong2024-11-121-0/+6
| * | | | | net: ip: make ip_mc_validate_source() return drop reasonMenglong Dong2024-11-122-3/+7
| * | | | | net: ip: make fib_validate_source() support drop reasonsMenglong Dong2024-11-122-0/+22
| | |_|/ / | |/| | |
| * | | | net: Add control functions for irq suspensionMartin Karsten2024-11-121-0/+3
| * | | | rtnetlink: Register rtnl_dellink() and rtnl_setlink() with RTNL_FLAG_DOIT_PER...Kuniyuki Iwashima2024-11-121-0/+1
| * | | | rtnetlink: Add peer_type in struct rtnl_link_ops.Kuniyuki Iwashima2024-11-121-0/+2
| * | | | rtnetlink: Remove __rtnl_link_register()Kuniyuki Iwashima2024-11-121-2/+0
| * | | | rtnetlink: Protect link_ops by mutex.Kuniyuki Iwashima2024-11-121-1/+1
| * | | | rtnetlink: Remove __rtnl_link_unregister().Kuniyuki Iwashima2024-11-121-1/+0
| * | | | net: netlink: add nla_get_*_default() accessorsJohannes Berg2024-11-111-0/+262
| * | | | neighbour: Create netdev->neighbour associationGilad Naaman2024-11-092-7/+14
| * | | | neighbour: Remove bare neighbour::next pointerGilad Naaman2024-11-091-3/+1
| * | | | neighbour: Convert iteration to use hlist+macroGilad Naaman2024-11-091-4/+1
| * | | | neighbour: Define neigh_for_each_in_bucketGilad Naaman2024-11-091-0/+6
| * | | | neighbour: Add hlist_node to struct neighbourGilad Naaman2024-11-091-0/+2
| * | | | net: mctp: Expose transport binding identifier via IFLA attributeKhang Nguyen2024-11-092-1/+21
| * | | | ipv4: Prepare ip_route_output() to future .flowi4_tos conversion.Guillaume Nault2024-11-081-3/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-11-071-0/+4
| |\ \ \ \
| * \ \ \ \ Merge tag 'nf-next-24-11-07' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Abeni2024-11-071-1/+2
| |\ \ \ \ \
| | * | | | | netfilter: nf_tables: avoid false-positive lockdep splats with flowtablesFlorian Westphal2024-11-051-1/+2
| * | | | | | net: nfc: Propagate ISO14443 type A target ATS to userspace via netlinkJuraj Ĺ arinay2024-11-073-1/+9
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-11-031-0/+6
| |\ \ \ \ \ \