summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-29net/x25: fix nonblocking connectMartin Schiller1-1/+5
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József4-10/+10
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-29net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-29net, ip_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-29net, ip6_tunnel: fix namespaces moveWilliam Dauchy1-3/+1
2020-01-29net: ethtool: Add back transceiver typeFlorian Fainelli1-0/+2
2020-01-29packet: fix data-race in fanout_flow_is_huge()Eric Dumazet1-3/+9
2020-01-29net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2020-01-29net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2020-01-29net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2020-01-29act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2020-01-29llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers1-27/+6
2020-01-29llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers3-18/+30
2020-01-29mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2020-01-29net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch1-1/+1
2020-01-29mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau1-1/+1
2020-01-29rxrpc: Fix uninitialized error code in rxrpc_send_data_packet()David Howells1-0/+3
2020-01-29net/af_iucv: always register net_device notifierJulian Wiedmann1-7/+20
2020-01-29net: netem: fix backlog accounting for corrupted GSO framesJakub Kicinski1-5/+8
2020-01-29inet: frags: call inet_frags_fini() after unregister_pernet_subsys()Eric Dumazet2-2/+2
2020-01-29netfilter: ebtables: CONFIG_COMPAT: reject trailing data after last ruleFlorian Westphal1-1/+3
2020-01-29l2tp: Fix possible NULL pointer dereferenceYueHaibing1-1/+2
2020-01-29packet: in recvmsg msg_name return at least sizeof sockaddr_llWillem de Bruijn1-2/+11
2020-01-296lowpan: Off by one handling ->nexthdrDan Carpenter1-1/+1
2020-01-29tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-2/+6
2020-01-29tipc: tipc clang warningJon Maloy1-3/+4
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-23compat_ioctl: handle SIOCOUTQNSDArnd Bergmann1-0/+1
2020-01-23hsr: reset network header when supervision frame is createdTaehee Yoo1-0/+2
2020-01-23dccp: Fix memleak in __feat_register_spYueHaibing1-1/+6
2020-01-23mac80211: Do not send Layer 2 Update frame before authorizationJouni Malinen2-8/+7
2020-01-23cfg80211/mac80211: make ieee80211_send_layer2_update a public functionDedy Lansky2-46/+47
2020-01-23ethtool: 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-14tcp: minimize false-positives on TCP/GRO checkMarcelo Ricardo Leitner1-5/+9
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