aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2024-07-09wifi: mac80211: chanctx emulation set CHANGE_CHANNEL when in_reconfigZong-Zhe Yang1-1/+1
2024-07-09l2tp: fix possible UAF when cleaning up tunnelsJames Chapman1-4/+7
2024-07-09skmsg: Skip zero length skb in sk_msg_recvmsgGeliang Tang1-1/+2
2024-07-08net: page_pool: fix warning codeJohannes Berg1-1/+1
2024-07-08bpf: Fix too early release of tcx_entryDaniel Borkmann1-6/+6
2024-07-08gss_krb5: Fix the error handling path for crypto_sync_skcipher_setkeyGaosheng Cui1-1/+1
2024-07-08sunrpc: refactor pool_mode setting codeJeff Layton1-21/+64
2024-07-08sunrpc: fix up the special handling of sv_nrpools == 1Jeff Layton1-19/+7
2024-07-08SUNRPC: Add a trace point in svc_xprt_deferred_closeChuck Lever1-0/+1
2024-07-08svcrdma: Handle ADDR_CHANGE CM event properlyChuck Lever1-1/+15
2024-07-08svcrdma: Refactor the creation of listener CMA IDChuck Lever1-27/+40
2024-07-08SUNRPC: avoid soft lockup when transmitting UDP to reachable server.NeilBrown1-1/+2
2024-07-08xprtrdma: Remove temp allocation of rpcrdma_rep objectsChuck Lever3-37/+26
2024-07-08xprtrdma: Clean up synopsis of frwr_mr_unmap()Chuck Lever1-3/+3
2024-07-08xprtrdma: Handle device removal outside of the CM event handlerChuck Lever2-9/+16
2024-07-08rpcrdma: Implement generic device removalChuck Lever3-4/+197
2024-07-08xprtrdma: Fix rpcrdma_reqs_reset()Chuck Lever2-2/+17
2024-07-08wifi: mac80211: do not check BSS color collision in certain casesMichael-CY Lee1-2/+4
2024-07-08wifi: mac80211: cancel color change finalize work when link is stoppedMichael-CY Lee1-0/+2
2024-07-08wifi: mac80211: clear vif drv_priv after remove_interface when stoppingFelix Fietkau1-2/+6
2024-07-08wifi: nl80211: split helper function from nl80211_put_iface_combinationsFelix Fietkau1-52/+59
2024-07-08xprtrdma: removed asm-generic headers from verbs.cTanzir Hasan1-2/+2
2024-07-08xfrm: call xfrm_dev_policy_delete when kill policyJianbo Liu2-4/+2
2024-07-08xfrm: fix netdev reference count imbalanceJianbo Liu1-2/+1
2024-07-08act_ct: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal1-6/+25
2024-07-05net: ethtool: Add new power limit get and set featuresKory Maincent (Dent Project)1-7/+82
2024-07-05net: ethtool: pse-pd: Expand C33 PSE status with class, power and extended stateKory Maincent (Dent Project)1-1/+31
2024-07-05tcp: fix incorrect undo caused by DSACK of TLP retransmitNeal Cardwell2-3/+10
2024-07-05net: openvswitch: store sampling probability in cb.Adrian Moreno3-3/+21
2024-07-05net: openvswitch: add psample actionAdrian Moreno3-1/+80
2024-07-05net: psample: allow using rate as probabilityAdrian Moreno1-0/+3
2024-07-05net: psample: skip packet copy if no listenersAdrian Moreno1-0/+4
2024-07-05net: sched: act_sample: add action cookie to sampleAdrian Moreno1-0/+12
2024-07-05net: psample: add user cookieAdrian Moreno1-1/+8
2024-07-05tun: Assign missing bpf_net_context.Sebastian Andrzej Siewior1-0/+5
2024-07-05openvswitch: prepare for stolen verdict coming from conntrack and nat engineFlorian Westphal1-10/+37
2024-07-04ethtool: move firmware flashing flag to struct ethtool_netdev_stateEdward Cree4-11/+11
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-94/+141
2024-07-04Merge tag 'net-6.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds18-89/+142
2024-07-04Merge tag 'nf-24-07-04' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+1
2024-07-04inet_diag: Initialize pad field in struct inet_diag_req_v2Shigeru Yoshida1-0/+2
2024-07-04l2tp: Remove duplicate included header file trace.hThorsten Blum1-1/+0
2024-07-04tcp: Don't flag tcp_sk(sk)->rx_opt.saw_unknown for TCP AO.Kuniyuki Iwashima1-0/+7
2024-07-03af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida1-4/+5
2024-07-03net: ethtool: fix compat with old RSS context APIJakub Kicinski1-2/+2
2024-07-04netfilter: nf_tables: unconditionally flush pending work before notifierFlorian Westphal1-2/+1
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-07-03sctp: cancel a blocking accept when shutdown a listen socketXin Long1-4/+10
2024-07-02page_pool: convert to use netmemMina Almasry3-144/+173
2024-07-02net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior1-2/+4