summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-271-0/+5
* sctp: use call_rcu to free endpointXin Long2022-01-052-4/+5
* bonding: make tx_rebalance_counter an atomicEric Dumazet2021-12-141-1/+1
* net: sched: add helper function to take reference to QdiscVlad Buslov2021-12-141-0/+13
* net: sched: extend Qdisc with rcuVlad Buslov2021-12-142-0/+3
* net: sched: rename qdisc_destroy() to qdisc_put()Vlad Buslov2021-12-141-1/+1
* NFC: add NCI_UNREG flag to eliminate the raceLin Ma2021-12-011-0/+1
* net: ieee802154: handle iftypes as u32Alexander Aring2021-12-011-3/+4
* llc: fix out-of-bound array index in llc_sk_dev_hash()Eric Dumazet2021-11-261-1/+3
* net: sched: update default qdisc visibility after Tx queue cnt changesJakub Kicinski2021-11-261-0/+4
* 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
* psample: Add a fwd declaration for skbuffRoi Dayan2021-08-261-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: split out functions related to registering inflight socket filesJens Axboe2021-07-311-0/+1
* net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo2021-07-281-1/+3
* net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko2021-07-281-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-201-1/+1
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-202-8/+20
* 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-301-0/+7
* net: caif: add proper error handlingPavel Skripkin2021-06-102-2/+2
* net: caif: added cfserl_release functionPavel Skripkin2021-06-101-0/+1
* 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-06-031-0/+1
* Bluetooth: verify AMP hci_chan before amp_destroyArchie Pusaka2021-05-221-0/+1
* sch_red: fix off-by-one checks in red_check_params()Eric Dumazet2021-04-141-2/+2
* net: xfrm: Localize sequence counter per network namespaceAhmed S. Darwish2021-04-141-1/+3
* tcp: relookup sock for RST+ACK packets handled by obsolete req sockAlexander Ovechkin2021-04-071-1/+1
* net: sched: validate stab valuesEric Dumazet2021-03-301-1/+9
* can: dev: Move device back to init netns on owning netns deleteMartin Willi2021-03-301-0/+2
* tcp: annotate tp->write_seq lockless readsEric Dumazet2021-03-171-1/+1
* net: icmp: pass zeroed opts from icmp{,v6}_ndo_send before sendingJason A. Donenfeld2021-03-041-1/+5
* icmp: introduce helper for nat'd source address in network device contextJason A. Donenfeld2021-03-041-0/+6
* tcp: fix SO_RCVLOWAT related hangs under mem pressureEric Dumazet2021-03-041-2/+7
* tcp: fix TLP timer not set when CA_STATE changes from DISORDER to OPENPengcheng Yang2021-02-031-1/+1
* net: sched: prevent invalid Scell_log shift countRandy Dunlap2021-01-121-1/+3
* bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-12-081-0/+8
* net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-12-081-0/+6
* ip_tunnels: Set tunnel option flag when tunnel metadata is presentYi-Hung Wei2020-11-241-3/+4
* net: dsa: read mac address from DT for slave deviceXiaofei Shen2020-11-101-0/+1
* netfilter: nf_log: missing vlan offload tag and protoPablo Neira Ayuso2020-10-291-0/+1
* net/ipv4: always honour route mtu during forwardingMaciej Żenczykowski2020-10-291-0/+6
* Bluetooth: Disconnect if E0 is used for Level 4Luiz Augusto von Dentz2020-10-171-4/+6
* Bluetooth: Fix update of connection state in `hci_encrypt_cfm`Patrick Steinhardt2020-10-171-1/+1
* Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz2020-10-171-2/+18