summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2025-07-09wifi: mac80211: don't complete management TX on SAE commitJohannes Berg
2025-07-09wifi: cfg80211: add a flag for the first part of a scanBenjamin Berg
2025-07-09wifi: mac80211: remove DISALLOW_PUNCTURING_5GHZ codeJohannes Berg
2025-07-09wifi: cfg80211: hide scan internalsJohannes Berg
2025-07-09wifi: mac80211: avoid weird state in error pathMiri Korenblit
2025-07-02devlink: Extend devlink rate API with traffic classes bandwidth managementCarolina Jubran
2025-07-02netlink: introduce type-checking attribute iteration for nlmsgCarolina Jubran
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet
2025-07-02ipv6: adopt dst_dev() helperEric Dumazet
2025-07-02ipv4: adopt dst_dev, skb_dst_dev and skb_dst_dev_net[_rcu]Eric Dumazet
2025-07-02net: dst: add four helpers to annotate data-races around dst->devEric Dumazet
2025-07-02net: dst: annotate data-races around dst->outputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->inputEric Dumazet
2025-07-02net: dst: annotate data-races around dst->lastuseEric Dumazet
2025-07-02net: dst: annotate data-races around dst->expiresEric Dumazet
2025-07-02net: dst: annotate data-races around dst->obsoleteEric Dumazet
2025-07-02udp: move udp_memory_allocated into net_aligned_dataEric Dumazet
2025-07-02tcp: move tcp_memory_allocated into net_aligned_dataEric Dumazet
2025-07-02net: move net_cookie into net_aligned_dataEric Dumazet
2025-07-02net: add struct net_aligned_dataEric Dumazet
2025-07-01net: mana: Handle Reset Request from MANA NICHaiyang Zhang
2025-06-30neighbor: Add NTF_EXT_VALIDATED flag for externally validated entriesIdo Schimmel
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-06-25net/sched: Remove unused functionsYue Haibing
2025-06-25Merge tag 'wireless-next-2025-06-25' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski
2025-06-24udp_tunnel: fix deadlock in udp_tunnel_nic_set_port_priv()Paolo Abeni
2025-06-24wifi: mac80211: handle station association response with S1GLachlan Hodges
2025-06-24wifi: cfg80211: support configuration of S1G station capabilitiesLachlan Hodges
2025-06-24wifi: cfg80211: Add Support to Set RTS Threshold for each RadioRoopni Devanathan
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan
2025-06-24wifi: mac80211: add link_sta_statistics ops to fill link station statisticsSarika Sharma
2025-06-24wifi: mac80211: extend support to fill link level sinfo structureSarika Sharma
2025-06-24wifi: cfg80211: allocate memory for link_station info structureSarika Sharma
2025-06-24wifi: cfg80211: add link_station_info structure to support MLO statisticsSarika Sharma
2025-06-24wifi: mac80211: add support towards MLO handling of station statisticsSarika Sharma
2025-06-23net: make sk->sk_rcvtimeo locklessEric Dumazet
2025-06-23net: make sk->sk_sndtimeo locklessEric Dumazet
2025-06-23net: remove sock_i_uid()Eric Dumazet
2025-06-23net: annotate races around sk->sk_uidEric Dumazet
2025-06-23Bluetooth: hci_core: Fix use-after-free in vhci_flush()Kuniyuki Iwashima
2025-06-20wifi: cfg80211: Add support for link reconfiguration negotiation offload to d...Kavita Kavita
2025-06-20wifi: cfg80211: Add utility API to get radio index from channelVasanthakumar Thiagarajan
2025-06-19neighbour: add support for NUD_PERMANENT proxy entriesNicolas Escande
2025-06-19net: mana: Handle unsupported HWC commandsErni Sri Satya Vennela
2025-06-19net: mana: Add speed support in mana_get_link_ksettingsErni Sri Satya Vennela
2025-06-19net: mana: Add support for net_shaper_opsErni Sri Satya Vennela
2025-06-18devlink: Add new "enable_phc" generic device paramDavid Arinzon
2025-06-18udp_tunnel: remove rtnl_lock dependencyStanislav Fomichev