summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-12net/sched: act_pedit: Use kmemdup() to replace kmalloc + memcpyJiapeng Chong1-3/+1
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-10Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski30-430/+684
2023-06-09net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov1-2/+3
2023-06-09net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov1-69/+19
2023-06-09tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-69/+23
2023-06-09tls/device: Support MSG_SPLICE_PAGESDavid Howells1-0/+26
2023-06-09tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells1-138/+35
2023-06-09tls/sw: Support MSG_SPLICE_PAGESDavid Howells1-0/+41
2023-06-09kcm: Use splice_eof() to flushDavid Howells1-0/+15
2023-06-09ipv4, ipv6: Use splice_eof() to flushDavid Howells7-0/+68
2023-06-09tls/device: Use splice_eof() to flushDavid Howells3-0/+26
2023-06-09tls/sw: Use splice_eof() to flushDavid Howells3-0/+77
2023-06-09splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells1-0/+10
2023-06-09splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells1-24/+2
2023-06-09tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2-2/+3
2023-06-09tcp: let tcp_mtu_probe() build headless packetsEric Dumazet1-2/+58
2023-06-09ethtool: ioctl: improve error checking for set_wolJustin Chen1-2/+12
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski45-195/+351
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds44-177/+344
2023-06-08Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...Jakub Kicinski1-1/+1
2023-06-08Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+2
2023-06-07wifi: cfg80211: move scan done work to wiphy workJohannes Berg3-14/+7
2023-06-07wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg3-7/+6
2023-06-07wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg4-26/+32
2023-06-07wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg2-7/+9
2023-06-07wifi: mac80211: use wiphy work for channel switchJohannes Berg3-27/+20
2023-06-07wifi: mac80211: use wiphy work for SMPSJohannes Berg4-9/+12
2023-06-07wifi: mac80211: unregister netdevs through cfg80211Johannes Berg1-13/+7
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg11-30/+30
2023-06-07wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg3-1/+136
2023-06-07wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg2-0/+11
2023-06-07wifi: cfg80211: wext: hold wiphy lock in siwgenieJohannes Berg1-1/+3
2023-06-07wifi: cfg80211: move wowlan disable under locksJohannes Berg1-4/+4
2023-06-07wifi: cfg80211: hold wiphy lock in pmsr workJohannes Berg2-3/+4
2023-06-07wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg2-5/+5
2023-06-07Merge wireless into wireless-nextJohannes Berg13-47/+88
2023-06-07net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua1-0/+1
2023-06-07net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet1-5/+5
2023-06-07net: openvswitch: fix upcall counter access before allocationEelco Chaudron2-21/+16
2023-06-07net: sched: move rtm_tca_policy declaration to include fileEric Dumazet1-2/+0