aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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
2023-06-12sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-26/+12
2023-06-12net: flower: add support for matching cfm fieldsZahari Doychev1-0/+102
2023-06-12net: flow_dissector: add support for cfm packetsZahari Doychev1-0/+30
2023-06-12svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever2-22/+13
2023-06-12SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever1-0/+25
2023-06-12SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...Chuck Lever1-5/+0
2023-06-12svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever1-4/+6
2023-06-12svcrdma: Clean up allocation of svc_rdma_send_ctxtChuck Lever1-5/+4
2023-06-12svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever1-11/+7
2023-06-12svcrdma: Allocate new transports on device's NUMA nodeChuck Lever1-9/+9
2023-06-12tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2-8/+8
2023-06-12tcp: remove some dead codeEric Dumazet1-28/+12
2023-06-12tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2-13/+20
2023-06-12net: ethtool: don't require empty header nestsJakub Kicinski1-0/+2
2023-06-12netlink: support extack in dump ->start()Jakub Kicinski2-0/+4
2023-06-12af_unix: Kconfig: make CONFIG_UNIX boolAlexander Mikhalitsyn1-5/+1
2023-06-12net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2-0/+49
2023-06-12scm: add SO_PASSPIDFD and SCM_PIDFDAlexander Mikhalitsyn3-5/+25
2023-06-12net: openvswitch: add support for l4 symmetric hashingAaron Conole2-2/+12
2023-06-12net/sched: taprio: report class offload stats per TXQ, not per TCVladimir Oltean1-4/+4
2023-06-12xfrm: Use xfrm_state selector for BEET inputHerbert Xu1-4/+3
2023-06-12sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter1-1/+1
2023-06-12sctp: handle invalid error codes without calling BUG()Dan Carpenter1-1/+4
2023-06-12net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-3/+1
2023-06-12wifi: mac80211: fragment per STA profile correctlyBenjamin Berg3-5/+6
2023-06-11NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever1-14/+12
2023-06-10Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller3-17/+100
2023-06-10netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin1-1/+2
2023-06-10net: move gso declarations and functions to their own filesEric Dumazet33-269/+305
2023-06-10mptcp: unify pm set_flags interfacesGeliang Tang3-32/+51
2023-06-10mptcp: unify pm get_flags_and_ifindex_by_idGeliang Tang4-22/+24
2023-06-10mptcp: unify pm get_local_id interfacesGeliang Tang3-21/+21
2023-06-10mptcp: export local_addressGeliang Tang2-9/+9
2023-06-09Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski30-430/+684
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes1-1/+1
2023-06-09wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer1-3/+3
2023-06-09wifi: cfg80211: remove links only on APJohannes Berg1-1/+8
2023-06-09wifi: mac80211: take lock before setting vif linksBenjamin Berg1-1/+8
2023-06-09wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg1-3/+3
2023-06-09wifi: mac80211: fix link activation settings orderJohannes Berg1-2/+2
2023-06-09wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter1-3/+0
2023-06-09net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones1-8/+10
2023-06-09net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao1-0/+3