summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: check for set_wiphy_paramsJohannes Berg2020-01-231-0/+4
* tcp: refine rule to allow EPOLLOUT generation under mem pressureEric Dumazet2020-01-231-4/+2
* tcp: fix marked lost packets not being retransmittedPengcheng Yang2020-01-231-3/+4
* net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin2020-01-231-3/+0
* batman-adv: Fix DAT candidate selection on little endian systemsSven Eckelmann2020-01-231-1/+3
* netfilter: nf_tables: fix flowtable list del corruptionFlorian Westphal2020-01-231-0/+6
* netfilter: nf_tables: store transaction list locally while requesting modulePablo Neira Ayuso2020-01-231-9/+10
* netfilter: nf_tables: remove WARN and add NLA_STRING upper limitsFlorian Westphal2020-01-231-4/+9
* netfilter: nft_tunnel: fix null-attribute checkFlorian Westphal2020-01-231-1/+1
* netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal2020-01-231-9/+10
* netfilter: fix a use-after-free in mtype_destroy()Cong Wang2020-01-231-1/+1
* cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau2020-01-231-1/+1
* cfg80211: fix memory leak in cfg80211_cqm_rssi_updateFelix Fietkau2020-01-231-0/+1
* cfg80211: fix deadlocks in autodisconnect workMarkus Theil2020-01-231-3/+3
* compat_ioctl: handle SIOCOUTQNSDArnd Bergmann2020-01-171-0/+1
* af_unix: add compat_ioctl supportArnd Bergmann2020-01-171-0/+19
* xprtrdma: Fix completion wait during device removalChuck Lever2020-01-171-1/+1
* hsr: reset network header when supervision frame is createdTaehee Yoo2020-01-171-0/+2
* dccp: Fix memleak in __feat_register_spYueHaibing2020-01-171-1/+6
* mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2020-01-172-10/+8
* cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2020-01-172-46/+47
* ethtool: reduce stack usage with clangArnd Bergmann2020-01-171-7/+9
* netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-141-1/+2
* netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2020-01-142-0/+6
* netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2020-01-141-11/+16
* net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-121-2/+8
* vlan: vlan_changelink() should propagate errorsEric Dumazet2020-01-121-3/+7
* vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-123-5/+8
* tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-121-1/+4
* sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-121-10/+18
* sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang2020-01-121-1/+1
* pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-121-2/+4
* llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex2020-01-121-2/+2
* rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki2020-01-121-2/+5
* bpf: Clear skb->tstamp in bpf_redirect when necessaryLorenz Bauer2020-01-121-0/+1
* netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2020-01-124-3/+21
* netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso2020-01-121-3/+9
* netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso2020-01-121-5/+16
* netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2020-01-121-0/+3
* net: add annotations on hh->hh_len lockless accessesEric Dumazet2020-01-092-3/+8
* net: core: limit nested device depthTaehee Yoo2020-01-091-45/+227
* tcp: annotate tp->rcv_nxt lockless readsEric Dumazet2020-01-096-10/+15
* rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells2020-01-091-0/+3
* Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost2020-01-091-1/+3
* Bluetooth: delete a stray unlockDan Carpenter2020-01-091-3/+1
* netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2020-01-091-2/+2
* net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe2020-01-091-2/+2
* tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2020-01-041-0/+8
* tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2020-01-044-14/+18
* sit: do not confirm neighbor when do pmtu updateHangbin Liu2020-01-041-1/+1