summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
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
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet2-1/+3
2025-07-02net: move net_cookie into net_aligned_dataEric Dumazet1-0/+2
2025-07-02net: add struct net_aligned_dataEric Dumazet1-0/+16
2025-07-01net: mana: Handle Reset Request from MANA NICHaiyang Zhang1-0/+10
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel1-1/+3
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet1-2/+0
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet1-2/+0
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2025-06-25net/sched: Remove unused functionsYue Haibing7-63/+0
2025-06-25Merge tag 'wireless-next-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski2-12/+193
2025-06-24udp_tunnel: fix deadlock in udp_tunnel_nic_set_port_priv()Paolo Abeni1-2/+1
2025-06-24wifi: mac80211: handle station association response with S1GLachlan Hodges1-0/+2
2025-06-24wifi: cfg80211: support configuration of S1G station capabilitiesLachlan Hodges1-1/+3
2025-06-24wifi: cfg80211: Add Support to Set RTS Threshold for each RadioRoopni Devanathan1-0/+18
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan2-10/+19
2025-06-24wifi: mac80211: add link_sta_statistics ops to fill link station statisticsSarika Sharma1-0/+13
2025-06-24wifi: mac80211: extend support to fill link level sinfo structureSarika Sharma1-0/+11
2025-06-24wifi: cfg80211: allocate memory for link_station info structureSarika Sharma1-0/+7
2025-06-24wifi: cfg80211: add link_station_info structure to support MLO statisticsSarika Sharma1-0/+101
2025-06-24wifi: mac80211: add support towards MLO handling of station statisticsSarika Sharma1-1/+2
2025-06-24module: remove meaningless 'name' parameter from __MODULE_INFO()Masahiro Yamada1-2/+2
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet1-1/+1
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet1-1/+1
2025-06-23net: remove sock_i_uid()Eric Dumazet1-2/+0
2025-06-23net: annotate races around sk->sk_uidEric Dumazet2-4/+12
2025-06-23Merge branch 'timestamp-for-jens' of https://git.kernel.org/pub/scm/linux/ker...Jens Axboe1-0/+4
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima1-0/+2
2025-06-20wifi: cfg80211: Add support for link reconfiguration negotiation offload to d...Kavita Kavita1-0/+6
2025-06-20wifi: cfg80211: Add utility API to get radio index from channelVasanthakumar Thiagarajan1-0/+11
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande1-0/+1