summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2022-07-29Bluetooth: Fix bt_skb_sendmmsg not allocating partial chunksLuiz Augusto von Dentz
2022-07-29Bluetooth: Fix passing NULL to PTR_ERRLuiz Augusto von Dentz
2022-07-29Bluetooth: Add bt_skb_sendmmsg helperLuiz Augusto von Dentz
2022-07-29Bluetooth: Add bt_skb_sendmsg helperLuiz Augusto von Dentz
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima
2022-07-21net/tls: Check for errors in tls_device_initTariq Toukan
2022-07-21raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima
2022-07-21net: Fix data-races around sysctl_mem.Kuniyuki Iwashima
2022-06-29netfilter: nftables: add nft_parse_register_store() and use itPablo Neira Ayuso
2022-06-29netfilter: nftables: add nft_parse_register_load() and use itPablo Neira Ayuso
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso
2022-06-14net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang
2022-06-14net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray
2022-06-09lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore
2022-06-09Bluetooth: use inclusive language when filtering devicesArchie Pusaka
2022-06-09Bluetooth: Interleave with allowlist scanHoward Chung
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal
2022-05-30secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau
2022-05-25xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger
2022-05-25xfrm: rework default policy structureNicolas Dichtel
2022-05-25xfrm: fix dflt policy check when there is no policy configuredNicolas Dichtel
2022-05-25xfrm: Add possibility to set the default to block if we have no policySteffen Klassert
2022-05-18net/sched: act_pedit: really ensure the skb is writablePaolo Abeni
2022-05-15Bluetooth: Fix the creation of hdev->nameItay Iellin
2022-05-09tcp: make sure treq->af_specific is initializedEric Dumazet
2022-05-09tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet
2022-05-09ip_gre, ip6_gre: Fix race condition on o_seqno in collect_md modePeilin Ye
2022-05-09tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang
2022-04-27ipv6: make ip6_rt_gc_expire an atomic_tEric Dumazet
2022-04-27esp: limit skb_page_frag_refill use to a single pageSabrina Dubroca
2022-04-20ax25: fix reference count leaks of ax25_devDuoming Zhou
2022-04-20ax25: add refcount in ax25_dev to avoid UAF bugsDuoming Zhou
2022-04-20net/sched: flower: fix parsing of ethertype following VLAN headerVlad Buslov
2022-04-13Bluetooth: Fix not checking for valid hdev on bt_dev_{info,warn,err,dbg}Luiz Augusto von Dentz
2022-04-13ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel
2022-04-08udp: call udp_encap_enable for v6 sockets when enabling encapXin Long
2022-03-23esp: Fix possible buffer overflow in ESP transformationSteffen Klassert
2022-03-23vsock: each transport cycles only on its own socketsJiyong Park
2022-03-19xfrm: Check if_id in xfrm_migrateYan Yan