summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net: sched: add barrier to fix packet stuck problem for lockless qdiscGuoju Fang2022-06-141-0/+6
* 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-141-0/+8
* netfilter: conntrack: re-fetch conntrack after insertionFlorian Westphal2022-06-061-1/+6
* secure_seq: use the 64 bits of the siphash for port offset calculationWilly Tarreau2022-06-062-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-121-0/+5
* tcp: fix potential xmit stalls caused by TCP_NOTSENT_LOWATEric Dumazet2022-05-091-0/+1
* tcp: ensure to use the most recently sent skb when filling the rate samplePengcheng Yang2022-05-091-0/+6
* tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2022-04-271-2/+3
* 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
* ipv4: Invalidate neighbour for broadcast address upon address additionIdo Schimmel2022-04-151-0/+1
* udp: call udp_encap_enable for v6 sockets when enabling encapXin Long2022-04-152-2/+2
* esp: Fix possible buffer overflow in ESP transformationSteffen Klassert2022-03-282-0/+5
* xfrm: Check if_id in xfrm_migrateYan Yan2022-03-191-2/+3
* Revert "xfrm: xfrm_state_mtu should return at least 1280 for ipv6"Jiri Bohac2022-03-081-1/+0
* netfilter: nf_queue: fix possible use-after-freeFlorian Westphal2022-03-081-1/+1
* net: Force inlining of checksum functions in net/checksum.hChristophe Leroy2022-03-021-20/+21
* openvswitch: Fix setting ipv6 fields causing hw csum failurePaul Blakey2022-03-021-0/+5
* netfilter: nf_tables_offload: incorrect flow offload action array sizePablo Neira Ayuso2022-03-022-3/+1
* bonding: fix data-races around agg_select_timerEric Dumazet2022-02-231-1/+1
* net: fix a memleak when uncloning an skb dst and its metadataAntoine Tenart2022-02-161-1/+0
* net: do not keep the dst cache when uncloning an skb dst and its metadataAntoine Tenart2022-02-161-0/+13
* ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet2022-02-011-1/+1
* ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-02-011-1/+1
* ipv4: avoid using shared IP generator for connected socketsEric Dumazet2022-02-011-11/+10
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+5
* inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-272-3/+11
* sctp: use call_rcu to free endpointXin Long2022-01-052-4/+5
* net: sched: Fix suspicious RCU usage while accessing tcf_tunnel_infoLeon Romanovsky2021-12-221-1/+4
* net: sched: lock action when translating it to flow_action infraVlad Buslov2021-12-221-1/+1
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-1/+1
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-1/+1
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-082-2/+2
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-011-0/+1
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-12-012-0/+2
* net: ieee802154: handle iftypes as u32Alexander Aring2021-12-011-3/+4
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-11-171-0/+1
* bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-171-1/+15
* llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-171-1/+3
* net: annotate data-race in neigh_output()Eric Dumazet2021-11-171-3/+8
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-171-0/+4
* net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-11-171-2/+3
* net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan2021-11-021-7/+2
* net: prevent user from passing illegal stab size王贇2021-10-171-0/+1
* af_unix: fix races in sk_peer_pid and sk_peer_cred accessesEric Dumazet2021-10-061-0/+2
* net: ipv4: Fix rtnexthop len when RTA_FLOW is presentXiao Liang2021-10-062-2/+2