summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-07-09ipv6: anycast: Don't hold RTNL for IPV6_JOIN_ANYCAST.Kuniyuki Iwashima1-2/+2
2025-07-09af_unix: Introduce SO_INQ.Kuniyuki Iwashima2-0/+4
2025-07-09af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima1-0/+1
2025-07-09Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2-12/+57
2025-07-08net: ethtool: remove the compat code for _rxfh_context opsJakub Kicinski1-4/+0
2025-07-08net: phy: declare package-related struct members only if CONFIG_PHY_PACKAGE i...Heiner Kallweit1-0/+4
2025-07-08net: splice: Drop unused @gfpMichal Luczaj1-1/+1
2025-07-08net/handshake: Add new parameter 'HANDSHAKE_A_ACCEPT_KEYRING'Hannes Reinecke1-0/+1
2025-07-08net/sched: acp_api: no longer acquire RTNL in tc_action_net_exit()Eric Dumazet1-2/+0
2025-07-08net: mctp: add gateway routing supportJeremy Kerr2-1/+20
2025-07-08net: mctp: separate cb from direct-addressing routingJeremy Kerr1-2/+2
2025-07-08net: mctp: separate routing database from routing operationsJeremy Kerr1-6/+29
2025-07-08net: bonding: add broadcast_neighbor netlink optionTonghao Zhang1-0/+1
2025-07-08net: bonding: add broadcast_neighbor option for 802.3adTonghao Zhang2-0/+4
2025-07-08page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_net...Byungchul Park1-6/+1
2025-07-08netmem: use _Generic to cover const casting for page_to_netmem()Byungchul Park1-4/+3
2025-07-08net: openvswitch: allow providing upcall pid for the 'execute' commandIlya Maximets1-0/+6
2025-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni5-7/+44
2025-07-03ptp: Use ktime_get_clock_ts64() for timestampingThomas Gleixner1-30/+4
2025-07-03Merge tag 'ktime-get-clock-ts64-for-ptp' of git://git.kernel.org/pub/scm/linu...Paolo Abeni1-0/+10
2025-07-03timekeeping: Provide ktime_get_clock_ts64()Thomas Gleixner1-0/+10
2025-07-03devlink: Extend devlink rate API with traffic classes bandwidth managementCarolina Jubran2-0/+17
2025-07-03netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran1-0/+14
2025-07-03tun: remove unnecessary tun_xdp_hdr structureJason Wang1-5/+0
2025-07-03ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet2-2/+2
2025-07-03ipv6: adopt dst_dev() helperEric Dumazet1-2/+2
2025-07-03ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet3-7/+8
2025-07-03net: dst: add four helpers to annotate data-races around dst->devEric Dumazet1-0/+20
2025-07-03net: dst: annotate data-races around dst->outputEric Dumazet2-3/+3
2025-07-03net: dst: annotate data-races around dst->inputEric Dumazet2-3/+3
2025-07-03net: dst: annotate data-races around dst->lastuseEric Dumazet1-2/+2
2025-07-03net: dst: annotate data-races around dst->expiresEric Dumazet2-4/+6
2025-07-03net: dst: annotate data-races around dst->obsoleteEric Dumazet1-1/+1
2025-07-03udp: move udp_memory_allocated into net_aligned_dataEric Dumazet2-1/+1
2025-07-03tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet2-1/+3
2025-07-03net: move net_cookie into net_aligned_dataEric Dumazet1-0/+2
2025-07-03net: add struct net_aligned_dataEric Dumazet1-0/+16
2025-07-02net: mana: Handle Reset Request from MANA NICHaiyang Zhang1-0/+10
2025-07-01neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel2-1/+8
2025-06-29Merge tag 'locking_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+1
2025-06-29Merge tag 'i2c-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+12
2025-06-28Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+4
2025-06-28Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-06-28dpll: add reference sync get/setArkadiusz Kubalewski1-0/+13
2025-06-28dpll: add reference-sync netlink attributeArkadiusz Kubalewski1-0/+1
2025-06-28tcp: remove inet_rtx_syn_ack()Eric Dumazet1-2/+0
2025-06-28tcp: remove rtx_syn_ack fieldEric Dumazet1-2/+0
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds1-6/+26
2025-06-27net: Remove unused function first_net_device_rcu()Yue Haibing1-7/+0
2025-06-27Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-19/+2