summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-27llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers3-18/+30
2020-01-27mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2020-01-27net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch1-1/+1
2020-01-27mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau1-1/+1
2020-01-27net/rds: Add a few missing rds_stat_names entriesGerd Rausch1-0/+2
2020-01-27tipc: reduce risk of wakeup queue starvationJon Maloy1-8/+21
2020-01-27rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells1-0/+3
2020-01-27net/af_iucv: always register net_device notifierJulian Wiedmann1-7/+20
2020-01-27net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski1-5/+8
2020-01-27mpls: fix warning with multi-label encapGeorge Wilkie1-1/+1
2020-01-27inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2-2/+2
2020-01-27netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal1-1/+3
2020-01-27l2tp: Fix possible NULL pointer dereferenceYueHaibing1-1/+2
2020-01-27packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn1-2/+11
2020-01-276lowpan: Off by one handling ->nexthdrDan Carpenter1-1/+1
2020-01-27tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-2/+6
2020-01-27tipc: tipc clang warningJon Maloy1-3/+4
2020-01-27netfilter: nft_set_hash: fix lookups with fixed size hash on big endianPablo Neira Ayuso1-4/+19
2020-01-27tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2020-01-23cfg80211: check for set_wiphy_paramsJohannes Berg1-0/+4
2020-01-23tcp: fix marked lost packets not being retransmittedPengcheng Yang1-3/+4
2020-01-23net: dsa: tag_qca: fix doubled Tx statisticsAlexander Lobakin1-3/+0
2020-01-23batman-adv: Fix DAT candidate selection on little endian systemsSven Eckelmann1-1/+3
2020-01-23netfilter: arp_tables: init netns pointer in xt_tgdtor_param structFlorian Westphal1-9/+10
2020-01-23netfilter: fix a use-after-free in mtype_destroy()Cong Wang1-1/+1
2020-01-23cfg80211: fix page refcount issue in A-MSDU decapFelix Fietkau1-1/+1
2020-01-17compat_ioctl: handle SIOCOUTQNSDArnd Bergmann1-0/+1
2020-01-17af_unix: add compat_ioctl supportArnd Bergmann1-0/+19
2020-01-17xprtrdma: Fix completion wait during device removalChuck Lever1-1/+1
2020-01-17hsr: reset network header when supervision frame is createdTaehee Yoo1-0/+2
2020-01-17dccp: Fix memleak in __feat_register_spYueHaibing1-1/+6
2020-01-17mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2-10/+8
2020-01-17cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2-46/+47
2020-01-17ethtool: reduce stack usage with clangArnd Bergmann1-7/+9
2020-01-14netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal1-1/+2
2020-01-14netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal1-11/+16
2020-01-12vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet3-5/+8
2020-01-12net: sch_prio: When ungrafting, replace with FIFOPetr Machata1-2/+8
2020-01-12vlan: vlan_changelink() should propagate errorsEric Dumazet1-3/+7
2020-01-12tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang1-1/+4
2020-01-12sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long1-10/+18
2020-01-12pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet1-1/+1
2020-01-12llc2: Fix return statement of llc_stat_ev_rx_null_dsap_xid_c (and _test_c)Chan Shu Tak, Alex1-2/+2
2020-01-12rfkill: Fix incorrect check to avoid NULL pointer dereferenceAditya Pakki1-2/+5
2020-01-12netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso1-3/+9
2020-01-12netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal1-0/+3
2020-01-09net: add annotations on hh->hh_len lockless accessesEric Dumazet2-3/+8
2020-01-09rxrpc: Fix possible NULL pointer access in ICMP handlingDavid Howells1-0/+3
2020-01-09Bluetooth: Fix memory leak in hci_connect_le_scanNavid Emamdoost1-1/+3
2020-01-09Bluetooth: delete a stray unlockDan Carpenter1-3/+1