aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-11net_sched: act_ctinfo: use RCU in tcf_ctinfo_dump()Eric Dumazet1-0/+1
2025-07-11net_sched: act_ctinfo: use atomic64_t for three countersEric Dumazet1-3/+3
2025-07-11net_sched: act_ct: use RCU in tcf_ct_dump()Eric Dumazet1-1/+1
2025-07-11net_sched: act_csum: use RCU in tcf_csum_dump()Eric Dumazet1-0/+1
2025-07-11net_sched: act_connmark: use RCU in tcf_connmark_dump()Eric Dumazet1-0/+1
2025-07-11net_sched: act: annotate data-races in tcf_lastuse_update() and tcf_tm_dump()Eric Dumazet1-9/+14
2025-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2025-07-11bpf: Remove location field in tcx_linkTao Chen1-1/+0
2025-07-10Merge tag 'nf-next-25-07-10' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski5-32/+0
2025-07-10Merge tag 'wireless-next-2025-07-10' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-10/+9
2025-07-10netfilter: flowtable: account for Ethernet header in nf_flow_pppoe_proto()Eric Dumazet1-1/+1
2025-07-10net: replace ND_PRINTK with dynamic debugWang Liang1-9/+0
2025-07-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-4/+26
2025-07-10net: xsk: introduce XDP_MAX_TX_SKB_BUDGET setsockoptJason Xing1-0/+1
2025-07-10net/sched: sch_qfq: Fix null-deref in agg_dequeueXiang Mei1-1/+24
2025-07-09devlink: Add new "clock_id" generic device paramIvan Vecera1-0/+4
2025-07-09devlink: Add support for u64 parametersIvan Vecera1-0/+2
2025-07-09wifi: mac80211: don't complete management TX on SAE commitJohannes Berg1-0/+2
2025-07-09wifi: cfg80211: add a flag for the first part of a scanBenjamin Berg1-1/+5
2025-07-09wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ codeJohannes Berg1-3/+0
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg1-6/+0
2025-07-09wifi: mac80211: avoid weird state in error pathMiri Korenblit1-0/+2
2025-07-08af_unix: Introduce SO_INQ.Kuniyuki Iwashima1-0/+1
2025-07-08af_unix: Use cached value for SOCK_STREAM in unix_inq_len().Kuniyuki Iwashima1-0/+1
2025-07-08Revert "xfrm: destroy xfrm_state synchronously on net exit path"Sabrina Dubroca1-9/+3
2025-07-08xfrm: delete x->tunnel as we delete xSabrina Dubroca1-1/+0
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 Kerr1-1/+12
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 option for 802.3adTonghao Zhang2-0/+4
2025-07-07Merge tag 'for-net-2025-07-03' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+1
2025-07-07page_pool: make page_pool_get_dma_addr() just wrap page_pool_get_dma_addr_net...Byungchul Park1-6/+1
2025-07-07netmem: use _Generic to cover const casting for page_to_netmem()Byungchul Park1-4/+3
2025-07-07vsock: fix `vsock_proto` declarationStefano Garzarella1-1/+1
2025-07-04af_unix/scm: fix whitespace errorsAlexander Mikhalitsyn1-2/+2
2025-07-03Bluetooth: hci_core: Remove check of BDADDR_ANY in hci_conn_hash_lookup_big_s...Luiz Augusto von Dentz1-2/+1
2025-07-03netfilter: conntrack: remove DCCP protocol supportPablo Neira Ayuso5-32/+0
2025-07-02devlink: Extend devlink rate API with traffic classes bandwidth managementCarolina Jubran1-0/+8
2025-07-02netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran1-0/+14
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet2-2/+2
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet1-2/+2
2025-07-02ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet3-7/+8
2025-07-02net: dst: add four helpers to annotate data-races around dst->devEric Dumazet1-0/+20
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet2-3/+3
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet2-3/+3
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet1-2/+2
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet2-4/+6
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet1-1/+1
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet2-1/+1