aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-17SUNRPC: Use sysfs_emit in place of strlcpy/sprintfAzeem Shaikh1-5/+5
2023-06-17SUNRPC: Remove transport class dprintk call sitesChuck Lever1-3/+0
2023-06-17SUNRPC: Fix comments for transport class registrationChuck Lever1-0/+12
2023-06-17svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever1-4/+3
2023-06-17svcrdma: trace cc_release callsChuck Lever1-0/+2
2023-06-17svcrdma: Convert "might sleep" comment into a code annotationChuck Lever2-2/+5
2023-06-17SUNRPC: Move initialization of rq_stimeChuck Lever1-1/+2
2023-06-17SUNRPC: Optimize page release in svc_rdma_sendto()Chuck Lever1-2/+2
2023-06-17svcrdma: Prevent page release when nothing was receivedChuck Lever1-6/+6
2023-06-17tcp: enforce receive buffer memory limits by allowing the tcp window to shrink[email protected]3-9/+62
2023-06-17devlink: report devlink_port_type_warn source devicePetr Oros1-1/+4
2023-06-17net: mctp: remove redundant RTN_UNICAST checkLin Ma1-3/+0
2023-06-17kcm: Fix unnecessary psock unreservation.David Howells1-1/+3
2023-06-16ieee802154: Replace strlcpy with strscpyAzeem Shaikh2-2/+2
2023-06-16ip, ip6: Fix splice to raw and ping socketsDavid Howells2-2/+4
2023-06-16xfrm: Linearize the skb after offloading if needed.Sebastian Andrzej Siewior2-0/+6
2023-06-15net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki1-0/+2
2023-06-15net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao19-122/+185
2023-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski31-86/+275
2023-06-15dccp: Print deprecation notice.Kuniyuki Iwashima1-0/+3
2023-06-15udplite: Print deprecation notice.Kuniyuki Iwashima2-0/+6
2023-06-15net: tipc: resize nlattr array to correct sizeLin Ma1-2/+2
2023-06-15net: tls: make the offload check helper take skb not socketJakub Kicinski1-2/+2
2023-06-15netpoll: allocate netdev tracker right awayJakub Kicinski1-3/+2
2023-06-15net: create device lookup API with reference trackingJakub Kicinski3-29/+56
2023-06-14net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov1-5/+7
2023-06-14rtnetlink: move validate_linkmsg out of do_setlinkXin Long1-41/+42
2023-06-14net/handshake: remove fput() that causes use-after-freeLin Ma2-5/+0
2023-06-14Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski9-18/+30
2023-06-14rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-06-14wifi: mac80211: Replace strlcpy with strscpyAzeem Shaikh1-1/+1
2023-06-14wifi: cfg80211: replace strlcpy() with strscpy()Azeem Shaikh1-1/+1
2023-06-14wifi: mac80211: Fix permissions for valid_links debugfs entryIlan Peer1-1/+1
2023-06-14wifi: cfg80211: Support association to AP MLD with disabled linksIlan Peer1-1/+12
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer9-51/+52
2023-06-14wifi: mac80211: allow disabling SMPS debugfs controlsMiri Korenblit1-1/+4
2023-06-14wifi: mac80211: don't update rx_stats.last_rate for NDPJohannes Berg1-3/+3
2023-06-14wifi: mac80211: fix CSA processing while scanningBenjamin Berg1-3/+4
2023-06-14wifi: mac80211: mlme: clarify WMM messagesJohannes Berg1-9/+9
2023-06-14wifi: mac80211: pass roc->sdata to drv_cancel_remain_on_channel()Anjaneyulu1-2/+2
2023-06-14wifi: mac80211: include key action/command in tracingJohannes Berg1-3/+5
2023-06-14wifi: mac80211: add helpers to access sband iftype dataJohannes Berg4-32/+17
2023-06-14wifi: cfg80211: S1G rate information and calculationsGilad Itzkovitch2-0/+133
2023-06-14net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2-8/+34
2023-06-14net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye1-10/+10
2023-06-14net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey3-6/+20
2023-06-13ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2
2023-06-12kcm: Send multiple frags in one sendmsg()David Howells1-76/+50
2023-06-12kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-5/+11
2023-06-12tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells1-40/+9