summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* psample: Add a fwd declaration for skbuffRoi Dayan2021-08-181-0/+2
* 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
* 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
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-142-8/+20
* net: sched: add barrier to ensure correct ordering for lockless qdiscYunsheng Lin2021-07-141-0/+12
* 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: 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: sched: fix tx action rescheduling issue during deactivationYunsheng Lin2021-06-031-6/+1
* net: sched: fix packet stuck problem for lockless qdiscYunsheng Lin2021-06-031-1/+34
* net: really orphan skbs tied to closing skPaolo Abeni2021-06-031-1/+3
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-06-031-2/+2
* NFC: nci: fix memory leak in nci_allocate_deviceDongliang Mu2021-05-281-0/+1
* mm: fix struct page layout on 32-bit systemsMatthew Wilcox (Oracle)2021-05-191-1/+11
* net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-05-141-1/+0
* Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-05-141-0/+1
* sch_red: fix off-by-one checks in red_check_params()Eric Dumazet2021-04-141-2/+2
* xfrm: Fix NULL pointer dereference on policy lookupSteffen Klassert2021-04-141-1/+1
* net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish2021-04-141-1/+3
* net: let skb_orphan_partial wake-up waiters.Paolo Abeni2021-04-141-0/+9
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-301-0/+2
* tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-03-301-1/+1
* net: sched: validate stab valuesEric Dumazet2021-03-301-1/+9
* ipv6: fix suspecious RCU usage warningWei Wang2021-03-301-0/+24
* net: sched: fix police ext initializationVlad Buslov2021-03-041-0/+1