summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-08-03net: Fix data-races around sysctl_[rw]mem(_offset)?.Kuniyuki Iwashima1-4/+4
2022-08-03ipv6/addrconf: fix a null-ptr-deref bug for ip6_ptrZiyang Xuan1-0/+3
2022-08-03Revert "tcp: change pingpong threshold to 3"Wei Wang1-9/+1
2022-08-03tcp: Fix a data-race around sysctl_tcp_adv_win_scale.Kuniyuki Iwashima1-1/+1
2022-08-03Bluetooth: L2CAP: Fix use-after-free caused by l2cap_chan_putLuiz Augusto von Dentz1-0/+1
2022-07-29tcp: Fix data-races around sysctl_tcp_slow_start_after_idle.Kuniyuki Iwashima1-2/+2
2022-07-29udp: Fix a data-race around sysctl_udp_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_prot_sock.Kuniyuki Iwashima1-1/+1
2022-07-29amt: use workqueue for gateway side message handlingTaehee Yoo1-0/+20
2022-07-29tcp: Fix a data-race around sysctl_tcp_notsent_lowat.Kuniyuki Iwashima1-1/+1
2022-07-29tcp: Fix data-races around some timeout sysctl knobs.Kuniyuki Iwashima1-1/+2
2022-07-29tcp: Fix data-races around keepalive sysctl knobs.Kuniyuki Iwashima1-3/+6
2022-07-29tcp/udp: Make early_demux back namespacified.Kuniyuki Iwashima3-6/+2
2022-07-29tcp: Fix data-races around sysctl_tcp_l3mdev_accept.Kuniyuki Iwashima2-3/+3
2022-07-29tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()Eric Dumazet1-2/+3
2022-07-29tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.Kuniyuki Iwashima1-1/+2
2022-07-29ip: Fix a data-race around sysctl_fwmark_reflect.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_nonlocal_bind.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_fwd_use_pmtu.Kuniyuki Iwashima1-1/+1
2022-07-29ip: Fix data-races around sysctl_ip_default_ttl.Kuniyuki Iwashima1-1/+1
2022-07-22netfilter: nf_tables: avoid skb access on nf_stolenFlorian Westphal1-6/+10
2022-07-22net/tls: Check for errors in tls_device_initTariq Toukan1-2/+2
2022-07-22raw: Fix a data-race around sysctl_raw_l3mdev_accept.Kuniyuki Iwashima1-1/+1
2022-07-22netfilter: nf_tables: replace BUG_ON by element length checkPablo Neira Ayuso1-5/+9
2022-07-22net: Fix data-races around sysctl_mem.Kuniyuki Iwashima1-1/+1
2022-07-22netfilter: conntrack: remove the percpu dying listFlorian Westphal1-1/+0
2022-07-22netfilter: conntrack: include ecache dying list in dumpsFlorian Westphal1-0/+2
2022-07-22netfilter: ecache: use dedicated list for event redeliveryFlorian Westphal2-3/+2
2022-07-22netfilter: ecache: move to separate structureFlorian Westphal1-2/+6
2022-07-12net/sched: act_police: allow 'continue' action offloadVlad Buslov1-0/+1
2022-07-12net/sched: act_api: Add extack to offload_act_setup() callbackIdo Schimmel2-3/+6
2022-06-29sock: redo the psock vs ULP protection checkJakub Kicinski1-0/+5
2022-06-22ipv6: Fix signed integer overflow in __ip6_append_dataWang Yufen1-2/+2
2022-06-14netfilter: nf_tables: bail out early if hardware offload is not supportedPablo Neira Ayuso2-1/+2
2022-06-14netfilter: nf_tables: delete flowtable hooks via transaction listPablo Neira Ayuso1-1/+0
2022-06-14bluetooth: don't use bitmaps for random flag accessesLinus Torvalds1-10/+7
2022-06-14ax25: Fix ax25 session cleanup problemsDuoming Zhou1-0/+1
2022-06-14bonding: guard ns_targets by CONFIG_IPV6Hangbin Liu1-0/+6
2022-06-14net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang1-0/+6
2022-06-14tcp: add accessors to read/set tp->snd_cwndEric Dumazet1-4/+15
2022-06-14net: sched: fixed barrier to prevent skbuff sticking in qdisc backlogVincent Ray1-28/+8
2022-06-09net: annotate races around sk->sk_bound_dev_ifEric Dumazet2-3/+4
2022-06-09Bluetooth: HCI: Add HCI_QUIRK_BROKEN_ENHANCED_SETUP_SYNC_CONN quirkLuiz Augusto von Dentz2-2/+15
2022-06-09ipv6: fix locking issues with loops over idev->addr_listNiels Dossche1-0/+8
2022-06-06netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal1-1/+6
2022-05-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2-1/+14
2022-05-16xfrm: fix "disable_policy" flag use when arriving from different devicesEyal Birger2-1/+14
2022-05-13Revert "tcp/dccp: get rid of inet_twsk_purge()"Eric Dumazet1-1/+2
2022-05-12Bluetooth: Fix the creation of hdev->nameItay Iellin1-0/+3
2022-05-12net/sched: act_pedit: really ensure the skb is writablePaolo Abeni1-0/+1