summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ip, ip6: Fix splice to raw and ping socketsDavid Howells2023-06-162-2/+4
* net: add check for current MAC address in dev_set_mac_addressPiotr Gardocki2023-06-151-0/+2
* net: ioctl: Use kernel memory on protocol ioctl callbacksBreno Leitao2023-06-1519-122/+185
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-1531-86/+275
|\
| * dccp: Print deprecation notice.Kuniyuki Iwashima2023-06-151-0/+3
| * udplite: Print deprecation notice.Kuniyuki Iwashima2023-06-152-0/+6
| * net: tipc: resize nlattr array to correct sizeLin Ma2023-06-151-2/+2
| * net/sched: cls_api: Fix lockup on flushing explicitly created chainVlad Buslov2023-06-141-5/+7
| * net/handshake: remove fput() that causes use-after-freeLin Ma2023-06-142-5/+0
| * Merge tag 'wireless-2023-06-14' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-06-149-18/+30
| |\
| | * wifi: mac80211: fragment per STA profile correctlyBenjamin Berg2023-06-123-5/+6
| | * wifi: mac80211: Use active_links instead of valid_links in TxIlan Peer2023-06-091-3/+3
| | * wifi: cfg80211: remove links only on APJohannes Berg2023-06-091-1/+8
| | * wifi: mac80211: take lock before setting vif linksBenjamin Berg2023-06-091-1/+8
| | * wifi: cfg80211: fix link del callback to call correct handlerBenjamin Berg2023-06-091-3/+3
| | * wifi: mac80211: fix link activation settings orderJohannes Berg2023-06-091-2/+2
| | * wifi: cfg80211: fix double lock bug in reg_wdev_chan_valid()Dan Carpenter2023-06-091-3/+0
| * | net/sched: qdisc_destroy() old ingress and clsact Qdiscs before graftingPeilin Ye2023-06-142-8/+34
| * | net/sched: Refactor qdisc_graft() for ingress and clsact QdiscsPeilin Ye2023-06-141-10/+10
| * | net/sched: act_ct: Fix promotion of offloaded unreplied tuplePaul Blakey2023-06-143-6/+20
| * | sctp: fix an error code in sctp_sf_eat_auth()Dan Carpenter2023-06-121-1/+1
| * | sctp: handle invalid error codes without calling BUG()Dan Carpenter2023-06-121-1/+4
| * | Merge tag 'nf-23-06-08' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-06-103-17/+100
| |\ \
| | * | netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULEPablo Neira Ayuso2023-06-081-1/+2
| | * | netfilter: nfnetlink: skip error delivery on batch in case of ENOMEMPablo Neira Ayuso2023-06-081-1/+2
| | * | netfilter: nf_tables: integrate pipapo into commit protocolPablo Neira Ayuso2023-06-082-15/+96
| * | | netlabel: fix shift wrapping bug in netlbl_catmap_setlong()Dmitry Mastykin2023-06-101-1/+2
| * | | net/sched: cls_u32: Fix reference counter leak leading to overflowLee Jones2023-06-091-8/+10
| * | | net/sched: taprio: fix slab-out-of-bounds Read in taprio_dequeue_from_txqZhengchao Shao2023-06-091-0/+3
| * | | net/sched: act_pedit: Parse L3 Header for L4 offsetMax Tottenham2023-06-091-5/+43
| * | | ping6: Fix send to link-local addresses with VRF.Guillaume Nault2023-06-081-1/+2
* | | | net: tls: make the offload check helper take skb not socketJakub Kicinski2023-06-151-2/+2
* | | | netpoll: allocate netdev tracker right awayJakub Kicinski2023-06-151-3/+2
* | | | net: create device lookup API with reference trackingJakub Kicinski2023-06-153-29/+56
* | | | rtnetlink: move validate_linkmsg out of do_setlinkXin Long2023-06-141-41/+42
* | | | rtnetlink: extend RTEXT_FILTER_SKIP_STATS to IFLA_VF_INFOEdwin Peer2023-06-141-45/+51
* | | | ethtool: ioctl: account for sopass diff in set_wolJustin Chen2023-06-131-1/+2
* | | | kcm: Send multiple frags in one sendmsg()David Howells2023-06-121-76/+50
* | | | kcm: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-121-5/+11
* | | | tcp_bpf: Make tcp_bpf_sendpage() go through tcp_bpf_sendmsg(MSG_SPLICE_PAGES)David Howells2023-06-121-40/+9
* | | | sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpageDavid Howells2023-06-121-26/+12
* | | | net: flower: add support for matching cfm fieldsZahari Doychev2023-06-121-0/+102
* | | | net: flow_dissector: add support for cfm packetsZahari Doychev2023-06-121-0/+30
* | | | tcp: remove size parameter from tcp_stream_alloc_skb()Eric Dumazet2023-06-122-8/+8
* | | | tcp: remove some dead codeEric Dumazet2023-06-121-28/+12
* | | | tcp: let tcp_send_syn_data() build headless packetsEric Dumazet2023-06-122-13/+20
* | | | net: ethtool: don't require empty header nestsJakub Kicinski2023-06-121-0/+2
* | | | netlink: support extack in dump ->start()Jakub Kicinski2023-06-122-0/+4
* | | | af_unix: Kconfig: make CONFIG_UNIX boolAlexander Mikhalitsyn2023-06-121-5/+1
* | | | net: core: add getsockopt SO_PEERPIDFDAlexander Mikhalitsyn2023-06-122-0/+49