summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ncsi: change from ndo_set_mac_address to dev_set_mac_addressIvan Mikhaylov2023-06-091-2/+3
* net/ncsi: make one oem_gma function for all mfr idIvan Mikhaylov2023-06-091-69/+19
* tls/device: Convert tls_device_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-69/+23
* tls/device: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+26
* tls/sw: Convert tls_sw_sendpage() to use MSG_SPLICE_PAGESDavid Howells2023-06-081-138/+35
* tls/sw: Support MSG_SPLICE_PAGESDavid Howells2023-06-081-0/+41
* kcm: Use splice_eof() to flushDavid Howells2023-06-081-0/+15
* ipv4, ipv6: Use splice_eof() to flushDavid Howells2023-06-087-0/+68
* tls/device: Use splice_eof() to flushDavid Howells2023-06-083-0/+26
* tls/sw: Use splice_eof() to flushDavid Howells2023-06-083-0/+77
* splice, net: Add a splice_eof op to file-ops and socket-opsDavid Howells2023-06-081-0/+10
* splice, net: Use sendmsg(MSG_SPLICE_PAGES) rather than ->sendpage()David Howells2023-06-081-24/+2
* tls: Allow MSG_SPLICE_PAGES but treat it as normal sendmsgDavid Howells2023-06-082-2/+3
* tcp: let tcp_mtu_probe() build headless packetsEric Dumazet2023-06-081-2/+58
* ethtool: ioctl: improve error checking for set_wolJustin Chen2023-06-081-2/+12
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-0845-195/+351
|\
| * Merge tag 'net-6.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-06-0844-177/+344
| |\
| | * Merge tag 'batadv-net-pullrequest-20230607' of git://git.open-mesh.org/linux-...Jakub Kicinski2023-06-071-1/+1
| | |\
| | | * batman-adv: Broken sync while rescheduling delayed workVladislav Efanov2023-05-261-1/+1
| | * | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-06-071-1/+2
| | |\ \
| | | * | bpf, sockmap: Avoid potential NULL dereference in sk_psock_verdict_data_ready()Eric Dumazet2023-06-011-1/+2
| | * | | net: sched: fix possible refcount leak in tc_chain_tmplt_add()Hangyu Hua2023-06-071-0/+1
| | * | | net: sched: act_police: fix sparse errors in tcf_police_dump()Eric Dumazet2023-06-071-5/+5
| | * | | net: openvswitch: fix upcall counter access before allocationEelco Chaudron2023-06-072-21/+16
| | * | | net: sched: move rtm_tca_policy declaration to include fileEric Dumazet2023-06-071-2/+0
| | * | | net: sched: add rcu annotations around qdisc->qdisc_sleepingEric Dumazet2023-06-0711-41/+58
| | * | | rfs: annotate lockless accesses to RFS sock flow tableEric Dumazet2023-06-071-2/+4
| | * | | Merge tag 'for-net-2023-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2023-06-065-37/+75
| | |\ \ \
| | | * | | Bluetooth: L2CAP: Add missing checks for invalid DCIDSungwoo Kim2023-06-051-0/+9
| | | * | | Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen2023-06-051-18/+26
| | | * | | Bluetooth: ISO: don't try to remove CIG if there are bound CIS leftPauli Virtanen2023-06-051-0/+2
| | | * | | Bluetooth: Fix l2cap_disconnect_req deadlockYing Hsu2023-06-051-0/+4
| | | * | | Bluetooth: fix debugfs registrationJohan Hovold2023-06-051-0/+3
| | | * | | Bluetooth: hci_sync: add lock to protect HCI_UNREGISTERZhengping Jiang2023-06-052-6/+16
| | | * | | Bluetooth: Fix use-after-free in hci_remove_ltk/hci_remove_irkLuiz Augusto von Dentz2023-06-051-4/+4
| | | * | | Bluetooth: ISO: Fix CIG auto-allocation to select configurable CIGPauli Virtanen2023-06-051-7/+6
| | | * | | Bluetooth: ISO: consider right CIS when removing CIG at cleanupPauli Virtanen2023-06-051-2/+5
| | * | | | Merge tag 'nf-23-06-07' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2023-06-064-2/+15
| | |\ \ \ \
| | | * | | | netfilter: nf_tables: out-of-bound check in chain blobPablo Neira Ayuso2023-06-071-1/+1
| | | * | | | netfilter: ipset: Add schedule point in call_ad().Kuniyuki Iwashima2023-06-071-0/+8
| | | * | | | netfilter: conntrack: fix NULL pointer dereference in nf_confirm_cthelperTijs Van Buggenhout2023-06-071-0/+3
| | | * | | | netfilter: nft_bitwise: fix register trackingJeremy Sowden2023-06-071-1/+1
| | | * | | | netfilter: nf_tables: Add null check for nla_nest_start_noflag() in nft_dump_...Gavrilov Ilia2023-06-071-0/+2
| | * | | | | Merge tag 'wireless-2023-06-06' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-06-067-12/+27
| | |\ \ \ \ \
| | | * | | | | wifi: cfg80211: fix locking in regulatory disconnectJohannes Berg2023-06-061-2/+2
| | | * | | | | wifi: cfg80211: fix locking in sched scan stop workJohannes Berg2023-06-061-2/+2
| | | * | | | | wifi: mac80211: fix switch count in EMA beaconsAditya Kumar Singh2023-06-061-1/+1
| | | * | | | | wifi: mac80211: don't translate beacon/presp addrsJohannes Berg2023-06-061-1/+3
| | | * | | | | wifi: mac80211: mlme: fix non-inheritence elementJohannes Berg2023-06-061-1/+7
| | | * | | | | wifi: cfg80211: reject bad AP MLD addressJohannes Berg2023-06-061-0/+2