summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-15rtnetlink: move validate_linkmsg out of do_setlinkXin Long1-41/+42
2023-06-14rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer1-45/+51
2023-06-14ethtool: ioctl: account for sopass diff in set_wolJustin Chen1-1/+2
2023-06-13kcm: Send multiple frags in one sendmsg()David Howells1-76/+50
2023-06-13kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-5/+11
2023-06-13tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells1-40/+9
2023-06-13sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells1-26/+12
2023-06-13net: flower: add support for matching cfm fieldsZahari Doychev1-0/+102
2023-06-13net: flow_dissector: add support for cfm packetsZahari Doychev1-0/+30
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-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