summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-07-09wifi: mac80211: add wiphy radio assignment and validationFelix Fietkau
2024-07-09wifi: mac80211: move code in ieee80211_link_reserve_chanctx to a helperFelix Fietkau
2024-07-09wifi: mac80211: extend ifcomb check functions for multi-radioFelix Fietkau
2024-07-09wifi: mac80211: add radio index to ieee80211_chanctx_confFelix Fietkau
2024-07-09wifi: mac80211: add support for DFS with multiple radiosFelix Fietkau
2024-07-09wifi: cfg80211: add helper for checking if a chandef is valid on a radioFelix Fietkau
2024-07-09wifi: cfg80211: extend interface combination check for multi-radioFelix Fietkau
2024-07-09wifi: cfg80211: add support for advertising multiple radios belonging to a wiphyFelix Fietkau
2024-07-09wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman
2024-07-09skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang
2024-07-08net: page_pool: fix warning codeJohannes Berg
2024-07-08bpf: Fix too early release of tcx_entryDaniel Borkmann
2024-07-08wifi: mac80211: do not check BSS color collision in certain casesMichael-CY Lee
2024-07-08wifi: mac80211: cancel color change finalize work when link is stoppedMichael-CY Lee
2024-07-08wifi: mac80211: clear vif drv_priv after remove_interface when stoppingFelix Fietkau
2024-07-08wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau
2024-07-08act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)
2024-07-05tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno
2024-07-05net: openvswitch: add psample actionAdrian Moreno
2024-07-05net: psample: allow using rate as probabilityAdrian Moreno
2024-07-05net: psample: skip packet copy if no listenersAdrian Moreno
2024-07-05net: sched: act_sample: add action cookie to sampleAdrian Moreno
2024-07-05net: psample: add user cookieAdrian Moreno
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-04Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-07-04Merge tag 'nf-24-07-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima
2024-07-03af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski
2024-07-04netfilter: nf_tables: unconditionally flush pending work before notifierFlorian Westphal
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long
2024-07-02page_pool: convert to use netmemMina Almasry
2024-07-02net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior
2024-07-02net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior
2024-07-02page_pool: export page_pool_disable_direct_recycling()David Wei
2024-07-02net: allow skb_datagram_iter to be called from any contextSagi Grimberg
2024-07-02net: limit scope of a skb_zerocopy_iter_stream varPavel Begunkov
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov
2024-07-02net: batch zerocopy_fill_skb_from_iter accountingPavel Begunkov
2024-07-02net: split __zerocopy_sg_from_iter()Pavel Begunkov
2024-07-02net: always try to set ubuf in skb_zerocopy_iter_streamPavel Begunkov