summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2024-02-05net: dsa: reindent arguments of dsa_user_vlan_for_each()Vladimir Oltean
2024-02-05rxrpc: Fix counting of new acks and nacksDavid Howells
2024-02-05rxrpc: Fix response to PING RESPONSE ACKs to a dead callDavid Howells
2024-02-05rxrpc: Fix delayed ACKs to not set the reference serial numberDavid Howells
2024-02-05rxrpc: Fix generation of serial numbers to skip zeroDavid Howells
2024-02-05mptcp: annotate lockless accesses around read-mostly fieldsPaolo Abeni
2024-02-05mptcp: annotate lockless access for tokenPaolo Abeni
2024-02-05mptcp: annotate lockless access for RX path fieldsPaolo Abeni
2024-02-05mptcp: annotate lockless access for the tx pathPaolo Abeni
2024-02-05mptcp: annotate access for msk keysPaolo Abeni
2024-02-04net: make dev_unreg_count globalEric Dumazet
2024-02-04inet: read sk->sk_family once in inet_recv_error()Eric Dumazet
2024-02-04wifi: cfg80211: fix kunit exportsJohannes Berg
2024-02-03tunnels: fix out of bounds access when building IPv6 PMTU errorAntoine Tenart
2024-02-02ipv6: make addrconf_wq single threadedEric Dumazet
2024-02-02net/sched: Remove alias of sch_clsactMichal Koutný
2024-02-02net/sched: Load modules via their aliasMichal Koutný
2024-02-02net/sched: Add module aliases for cls_,sch_,act_ modulesMichal Koutný
2024-02-02wifi: mac80211: don't allow deactivation of all linksMiri Korenblit
2024-02-02wifi: nl80211: move WPA version validation to policyJohannes Berg
2024-02-02wifi: mac80211: clean up FILS discovery change flags handlingJohannes Berg
2024-02-02wifi: mac80211: trace SMPS requests from driverJohannes Berg
2024-02-02wifi: cfg80211: tests: verify BSS use flags of NSTR linksBenjamin Berg
2024-02-02wifi: cfg80211: add a kunit test for 6 GHz colocated AP parsingBenjamin Berg
2024-02-02Merge tag 'batadv-next-pullrequest-20240201' of git://git.open-mesh.org/linux...David S. Miller
2024-02-02net: Fix from address in memcpy_to_iter_csum()Michael Lass
2024-02-02net: dccp: Simplify the allocation of slab caches in dccp_ackvec_initKunwu Chan
2024-02-02sctp: Simplify the allocation of slab cachesKunwu Chan
2024-02-02wifi: mac80211: accept broadcast probe responses on 6 GHzJohannes Berg
2024-02-02wifi: mac80211: adding missing drv_mgd_complete_tx() callJohannes Berg
2024-02-02wifi: mac80211: fix waiting for beacons logicJohannes Berg
2024-02-02wifi: mac80211: fix unsolicited broadcast probe configJohannes Berg
2024-02-02wifi: mac80211: initialize SMPS mode correctlyJohannes Berg
2024-02-02wifi: mac80211: fix driver debugfs for vif type changeJohannes Berg
2024-02-02wifi: mac80211: set station RX-NSS on reconfigJohannes Berg
2024-02-02wifi: mac80211: fix RCU use in TDLS fast-xmitJohannes Berg
2024-02-02wifi: mac80211: improve CSA/ECSA connection refusalJohannes Berg
2024-02-02wifi: cfg80211: detect stuck ECSA element in probe respJohannes Berg
2024-02-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-01Merge tag 'net-6.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2024-02-01Merge tag 'batadv-net-pullrequest-20240201' of git://git.open-mesh.org/linux-...Jakub Kicinski
2024-02-01Merge tag 'nf-24-01-31' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski
2024-02-01mptcp: fix data re-injection from stale subflowPaolo Abeni
2024-01-31bpf: treewide: Annotate BPF kfuncs in BTFDaniel Xu
2024-01-31af_unix: fix lockdep positive in sk_diag_dump_icons()Eric Dumazet
2024-01-31af_unix: Remove CONFIG_UNIX_SCM.Kuniyuki Iwashima
2024-01-31af_unix: Remove io_uring code for GC.Kuniyuki Iwashima
2024-01-31af_unix: Replace BUG_ON() with WARN_ON_ONCE().Kuniyuki Iwashima
2024-01-31net: bridge: Use KMEM_CACHE instead of kmem_cache_createKunwu Chan
2024-01-31net: ipv4: Simplify the allocation of slab caches in inet_initpeersKunwu Chan