summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: Should wake up the privileged task firstly.Zhang Xiaoxu2021-07-141-0/+9
* SUNRPC: Fix the batch tasks count wraparound.Zhang Xiaoxu2021-07-141-1/+2
* mac80211: remove iwlwifi specific workaround that broke sta NDP txFelix Fietkau2021-07-141-9/+0
* can: j1939: j1939_sk_init(): set SOCK_RCU_FREE to call sk_destruct() after RC...Oleksij Rempel2021-07-142-0/+7
* can: isotp: isotp_release(): omit unintended hrtimer restart on socket releaseOliver Hartkopp2021-07-141-3/+4
* can: gw: synchronize rcu operations before removing gw job entryOliver Hartkopp2021-07-141-0/+3
* can: bcm: delay release of struct bcm_op after synchronize_rcu()Thadeu Lima de Souza Cascardo2021-07-141-1/+6
* Bluetooth: Remove spurious error messageSzymon Janc2021-07-141-9/+5
* mac80211: handle various extensible elements correctlyJohannes Berg2021-06-301-11/+11
* mac80211: reset profile_periodicity/ema_apJohannes Berg2021-06-301-0/+8
* net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-301-7/+9
* net/packet: annotate accesses to po->bindEric Dumazet2021-06-301-8/+8
* net/packet: annotate data race in packet_sendmsg()Eric Dumazet2021-06-301-3/+6
* ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
* inet: annotate data race in inet_send_prepare() and inet_dgram_connect()Eric Dumazet2021-06-301-2/+2
* net: ethtool: clear heap allocations for ethtool functionAustin Kim2021-06-301-5/+5
* mac80211: drop multicast fragmentsJohannes Berg2021-06-301-6/+3
* net: ipv4: Remove unneed BUG() functionZheng Yongjun2021-06-302-2/+2
* cfg80211: call cfg80211_leave_ocb when switching away from OCBDu Cheng2021-06-301-0/+3
* mac80211: remove warning in ieee80211_get_sband()Johannes Berg2021-06-301-1/+1
* net: bridge: fix vlan tunnel dst refcnt when egressingNikolay Aleksandrov2021-06-231-2/+2
* net: bridge: fix vlan tunnel dst null pointer dereferenceNikolay Aleksandrov2021-06-232-16/+26
* cfg80211: avoid double free of PMSR requestAvraham Stern2021-06-231-2/+14
* cfg80211: make certificate generation more robustJohannes Berg2021-06-231-1/+1
* mac80211: Fix NULL ptr deref for injected rate infoMathy Vanhoef2021-06-231-16/+36
* can: j1939: fix Use-after-Free, hold skb ref while in useOleksij Rempel2021-06-231-14/+40
* can: bcm/raw/isotp: use per module netdevice notifierTetsuo Handa2021-06-233-40/+142
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-231-0/+3
* icmp: don't send out ICMP messages with a source address of 0.0.0.0Toke Høiland-Jørgensen2021-06-231-0/+7
* net/af_unix: fix a data-race in unix_dgram_sendmsg / unix_release_sockEric Dumazet2021-06-231-3/+4
* net: ipv4: fix memory leak in ip_mc_add1_srcChengyang Fan2021-06-231-0/+1
* net: qrtr: fix OOB Read in qrtr_endpoint_postPavel Skripkin2021-06-231-1/+1
* ipv4: Fix device used for dst_alloc with local routesDavid Ahern2021-06-231-1/+14
* ethtool: strset: fix message length calculationJakub Kicinski2021-06-231-0/+2
* net: make get_net_ns return error if NET_NS is disabledChangbin Du2021-06-232-13/+12
* mptcp: do not warn on bad input from the networkPaolo Abeni2021-06-231-5/+5
* mptcp: try harder to borrow memory from subflow under pressurePaolo Abeni2021-06-231-4/+6
* sch_cake: Fix out of bounds when parsing TCP options and headerMaxim Mikityanskiy2021-06-231-1/+5
* mptcp: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-231-0/+2
* netfilter: synproxy: Fix out of bounds when parsing TCP optionsMaxim Mikityanskiy2021-06-231-0/+5
* net/sched: act_ct: handle DNAT tuple collisionMarcelo Ricardo Leitner2021-06-231-8/+13
* rtnetlink: Fix regression in bridge VLAN configurationIdo Schimmel2021-06-231-3/+5
* udp: fix race between close() and udp_abort()Paolo Abeni2021-06-232-0/+13
* netfilter: nft_fib_ipv6: skip ipv6 packets from any to link-localFlorian Westphal2021-06-231-4/+18
* net: rds: fix memory leak in rds_recvmsgPavel Skripkin2021-06-231-1/+1
* net: ipv4: fix memory leak in netlbl_cipsov4_add_stdNanyong Sun2021-06-231-0/+1
* mac80211: fix skb length check in ieee80211_scan_rx()Du Cheng2021-06-231-5/+16
* batman-adv: Avoid WARN_ON timing related checksSven Eckelmann2021-06-231-1/+3
* fib: Return the correct errno codeZheng Yongjun2021-06-181-1/+1
* net: Return the correct errno codeZheng Yongjun2021-06-181-1/+1