summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet2022-02-011-1/+1
* Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-02-011-0/+2
* 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
* xfrm: rate limit SA mapping change message to user spaceAntony Antony2022-01-271-0/+5
* sctp: use call_rcu to free endpointXin Long2022-01-052-4/+5
* netfilter: conntrack: annotate data-races around ct->timeoutEric Dumazet2021-12-141-3/+3
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-1/+1
* ipv4: convert fib_num_tclassid_users to atomic_tEric Dumazet2021-12-082-2/+2
* tcp: fix page frag corruption on page faultPaolo Abeni2021-12-081-5/+8
* wireguard: device: reset peer src endpoint when netns exitsJason A. Donenfeld2021-12-081-0/+11
* ipv6: fix memory leak in fib6_rule_suppressmsizanoen12021-12-081-1/+3
* net: ipv6: add fib6_nh_release_dsts stubNikolay Aleksandrov2021-12-012-0/+2
* net: ieee802154: handle iftypes as u32Alexander Aring2021-12-011-3/+4
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-11-261-0/+1
* net, neigh: Enable state migration between NUD_PERMANENT and NTF_USEDaniel Borkmann2021-11-181-0/+1
* bpf: sockmap, strparser, and tls are reusing qdisc_skb_cb and collidingJohn Fastabend2021-11-181-1/+15
* llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-181-1/+3
* tcp: switch orphan_count to bare per-cpu countersEric Dumazet2021-11-183-16/+5
* net: annotate data-race in neigh_output()Eric Dumazet2021-11-181-3/+8
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-181-0/+4
* net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc2021-11-181-2/+3
* cfg80211: fix management registrations lockingJohannes Berg2021-11-021-2/+0
* 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
* net: Fix offloading indirect devices dependency on qdisc order creationEli Cohen2021-09-181-0/+1
* Revert "flow_offload: action should not be NULL when it is referenced"Ido Schimmel2021-08-261-7/+5
* psample: Add a fwd declaration for skbuffRoi Dayan2021-08-181-0/+2
* xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-08-121-0/+1
* Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-121-0/+1
* net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart2021-08-121-1/+1
* net: llc: fix skb_over_panicPavel Skripkin2021-08-041-8/+23
* sctp: move 198 addresses from unusable to private scopeXin Long2021-07-311-3/+1
* net: annotate data race around sk_ll_usecEric Dumazet2021-07-311-1/+1
* bonding: Add struct bond_ipesc to manage SATaehee Yoo2021-07-281-1/+8
* tcp: consistently disable header prediction for mptcpPaolo Abeni2021-07-251-0/+4
* net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo2021-07-251-1/+3
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-251-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-191-1/+1
* flow_offload: action should not be NULL when it is referencedgushengxian2021-07-191-5/+7
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-142-8/+20
* Bluetooth: Fix Set Extended (Scan Response) DataLuiz Augusto von Dentz2021-07-142-6/+8
* net: macsec: fix the length used to copy the key for offloadingAntoine Tenart2021-07-141-1/+1
* net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin2021-07-141-0/+12
* xsk: Fix missing validation for skb and unaligned modeMagnus Karlsson2021-07-141-2/+7
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-07-141-0/+1