summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: add size validation when walking chunksMarcelo Ricardo Leitner2021-07-191-1/+1
* sctp: validate from_addr_param returnMarcelo Ricardo Leitner2021-07-195-25/+43
* Bluetooth: Shutdown controller after workqueues are flushed or cancelledKai-Heng Feng2021-07-191-8/+8
* Bluetooth: Fix the HCI to MGMT status conversion tableYu Liu2021-07-191-0/+3
* net: ip: avoid OOM kills with large UDP sends over loopbackJakub Kicinski2021-07-192-29/+35
* wireless: wext-spy: Fix out-of-bounds warningGustavo A. R. Silva2021-07-191-7/+7
* vsock: notify server to shutdown when client has pending signalLongpeng(Mike)2021-07-191-1/+1
* net: sched: fix error return code in tcf_del_walker()Yang Yingliang2021-07-191-1/+2
* xfrm: Fix error reporting in xfrm_state_construct.Steffen Klassert2021-07-191-14/+14
* ipv6: use prandom_u32() for ID generationWilly Tarreau2021-07-191-23/+5
* net: Treat __napi_schedule_irqoff() as __napi_schedule() on PREEMPT_RTSebastian Andrzej Siewior2021-07-191-2/+9
* net: sched: fix warning in tcindex_alloc_perfect_hashPavel Skripkin2021-07-141-1/+1
* net: lwtunnel: handle MTU calculation in forwadingVadim Fedorenko2021-07-141-1/+2
* Bluetooth: Fix handling of HCI_LE_Advertising_Set_Terminated eventLuiz Augusto von Dentz2021-07-141-1/+12
* Bluetooth: mgmt: Fix slab-out-of-bounds in tlv_data_is_validLuiz Augusto von Dentz2021-07-141-0/+3
* bpfilter: Specify the log level for the kmsg messageGary Lin2021-07-141-1/+1
* ipv6: fix out-of-bound access in ip6_parse_tlv()Eric Dumazet2021-07-141-14/+13
* bpf: Do not change gso_size during bpf_skb_change_proto()Maciej Żenczykowski2021-07-141-4/+0
* ipv6: exthdrs: do not blindly use init_netEric Dumazet2021-07-141-2/+2
* mac80211: remove iwlwifi specific workaround NDPs of null_responsePing-Ke Shih2021-07-141-5/+0
* net/ipv4: swap flow ports when validating sourceMiao Wang2021-07-141-0/+2
* pkt_sched: sch_qfq: fix qfq_change_class() error pathEric Dumazet2021-07-141-5/+3
* tls: prevent oversized sendfile() hangs by ignoring MSG_MOREJakub Kicinski2021-07-141-1/+1
* netfilter: nft_tproxy: restrict support to TCP and UDP transport protocolsPablo Neira Ayuso2021-07-141-1/+8
* netfilter: nft_osf: check for TCP packet before further processingPablo Neira Ayuso2021-07-141-0/+5
* netfilter: nft_exthdr: check for IPv6 packet before further processingPablo Neira Ayuso2021-07-141-0/+3
* netlabel: Fix memory leak in netlbl_mgmt_add_commonLiu Shixin2021-07-141-9/+10
* net/sched: act_vlan: Fix modify to allow 0Boris Sukholitko2021-07-141-2/+5
* xfrm: xfrm_state_mtu should return at least 1280 for ipv6Sabrina Dubroca2021-07-143-4/+14
* 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: 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
* net/packet: annotate accesses to po->ifindexEric Dumazet2021-06-301-7/+9
* net/packet: annotate accesses to po->bindEric Dumazet2021-06-301-8/+8
* ping: Check return value of function 'ping_queue_rcv_skb'Zheng Yongjun2021-06-301-5/+7
* 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
* 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-232-27/+94
* can: bcm: fix infoleak in struct bcm_msg_headNorbert Slusarek2021-06-231-0/+3