summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-10mptcp: export local_addressGeliang Tang
2023-06-09Merge tag 'wireless-next-2023-06-09' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2023-06-09mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes
2023-06-09wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer
2023-06-09wifi: cfg80211: remove links only on APJohannes Berg
2023-06-09wifi: mac80211: take lock before setting vif linksBenjamin Berg
2023-06-09wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg
2023-06-09wifi: mac80211: fix link activation settings orderJohannes Berg
2023-06-09wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter
2023-06-09net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones
2023-06-09net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao
2023-06-09net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham
2023-06-09net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov
2023-06-09net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov
2023-06-09xfrm: fix inbound ipv4/udp/esp packets to UDPv6 dualstack socketsMaciej Żenczykowski
2023-06-08tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/device: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells
2023-06-08tls/sw: Support MSG_SPLICE_PAGESDavid Howells
2023-06-08kcm: Use splice_eof() to flushDavid Howells
2023-06-08ipv4, ipv6: Use splice_eof() to flushDavid Howells
2023-06-08tls/device: Use splice_eof() to flushDavid Howells
2023-06-08tls/sw: Use splice_eof() to flushDavid Howells
2023-06-08splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells
2023-06-08splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells
2023-06-08tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells
2023-06-08tcp: let tcp_mtu_probe() build headless packetsEric Dumazet
2023-06-08ethtool: ioctl: improve error checking for set_wolJustin Chen
2023-06-08ping6: Fix send to link-local addresses with VRF.Guillaume Nault
2023-06-08netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso
2023-06-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-06-08Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-06-07Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...Jakub Kicinski
2023-06-07Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2023-06-08netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso
2023-06-08netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso
2023-06-07wifi: cfg80211: move scan done work to wiphy workJohannes Berg
2023-06-07wifi: cfg80211: move sched scan stop to wiphy workJohannes Berg
2023-06-07wifi: mac80211: mlme: move disconnects to wiphy workJohannes Berg
2023-06-07wifi: mac80211: ibss: move disconnect to wiphy workJohannes Berg
2023-06-07wifi: mac80211: use wiphy work for channel switchJohannes Berg
2023-06-07wifi: mac80211: use wiphy work for SMPSJohannes Berg
2023-06-07wifi: mac80211: unregister netdevs through cfg80211Johannes Berg
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg
2023-06-07wifi: cfg80211: add a work abstraction with special semanticsJohannes Berg
2023-06-07wifi: cfg80211: hold wiphy lock when sending wiphyJohannes Berg
2023-06-07wifi: cfg80211: wext: hold wiphy lock in siwgenieJohannes Berg
2023-06-07wifi: cfg80211: move wowlan disable under locksJohannes Berg
2023-06-07wifi: cfg80211: hold wiphy lock in pmsr workJohannes Berg
2023-06-07wifi: cfg80211: hold wiphy lock in auto-disconnectJohannes Berg