summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz2022-07-291-2/+1
* Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz2022-07-291-1/+1
* Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz2022-07-291-0/+38
* Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz2022-07-291-0/+28
* tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima2022-07-291-2/+2
* udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima2022-07-291-1/+1
* tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima2022-07-291-1/+2
* tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima2022-07-291-3/+6
* tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2022-07-292-3/+3
* tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet2022-07-291-2/+3
* tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima2022-07-291-1/+2
* ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima2022-07-291-1/+1
* ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima2022-07-291-1/+1
* ipv4/tcp: do not use per netns ctl socketsEric Dumazet2022-07-291-1/+0
* ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima2022-07-291-1/+1
* net/tls: Check for errors in tls_device_initTariq Toukan2022-07-211-2/+2
* raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima2022-07-211-1/+1
* netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso2022-07-211-5/+9
* net: Fix data-races around sysctl_mem.Kuniyuki Iwashima2022-07-211-1/+1
* netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2022-07-121-0/+2
* netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso2022-07-123-8/+13
* sock: redo the psock vs ULP protection checkJakub Kicinski2022-06-291-0/+5
* xsk: Fix possible crash when multiple sockets are createdMaciej Fijalkowski2022-06-141-0/+1
* i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-06-142-3/+3
* netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2022-06-142-1/+2
* netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso2022-06-141-1/+0
* net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang2022-06-141-0/+6
* tcp: add accessors to read/set tp->snd_cwndEric Dumazet2022-06-141-4/+15
* net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray2022-06-141-28/+8
* ipv6: fix locking issues with loops over idev->addr_listNiels Dossche2022-06-091-0/+8
* netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal2022-06-061-1/+6
* xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2022-05-252-1/+14
* xfrm: rework default policy structureNicolas Dichtel2022-05-252-35/+19
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-05-182-3/+3
* net/sched: act_pedit: really ensure the skb is writablePaolo Abeni2022-05-181-0/+1
* Bluetooth: Fix the creation of hdev->nameItay Iellin2022-05-151-0/+3
* tcp: make sure treq->af_specific is initializedEric Dumazet2022-05-091-0/+1
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-091-0/+1
* ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye2022-05-092-2/+2
* tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-05-091-0/+6
* netfilter: conntrack: avoid useless indirection during conntrack destructionFlorian Westphal2022-04-271-2/+6
* ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet2022-04-271-2/+2
* esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca2022-04-271-2/+0
* ax25: fix reference count leaks of ax25_devDuoming Zhou2022-04-201-3/+5
* ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou2022-04-201-0/+10
* net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov2022-04-201-0/+2
* Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz2022-04-131-6/+8