summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-07-141-0/+1
* inet: annotate date races around sk->sk_txhashEric Dumazet2021-06-301-3/+7
* net: annotate data race in sock_error()Eric Dumazet2021-06-301-1/+6
* mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-06-231-1/+6
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-231-0/+7
* net: caif: add proper error handlingPavel Skripkin2021-06-102-2/+2
* net: caif: added cfserl_release functionPavel Skripkin2021-06-101-0/+1
* net/tls: Fix use-after-free after the TLS device goes down and upMaxim Mikityanskiy2021-06-101-0/+9
* net/tls: Replace TLS_RX_SYNC_RUNNING with RCUMaxim Mikityanskiy2021-06-101-1/+0
* net: zero-initialize tc skb extension on allocationVlad Buslov2021-06-031-0/+11