summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-01-29net/x25: fix nonblocking connectMartin Schiller1-1/+5
2020-01-29netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso1-8/+21
2020-01-29netfilter: ipset: use bitmap infrastructure completelyKadlecsik József4-10/+10
2020-01-29netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal1-0/+3
2020-01-29tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet3-0/+3
2020-01-29tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang1-2/+1
2020-01-29Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni1-1/+2
2020-01-29net-sysfs: Fix reference count leakJouni Hogander1-1/+3
2020-01-29net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander1-2/+5
2020-01-29net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2020-01-29net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet1-0/+1
2020-01-29net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander1-11/+13
2020-01-29net_sched: fix datalen for ematchCong Wang1-1/+1
2020-01-29net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2-12/+30
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: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom1-3/+0
2020-01-29ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi1-1/+3
2020-01-27packet: fix data-race in fanout_flow_is_huge()Eric Dumazet1-3/+9
2020-01-27net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2020-01-27xsk: Fix registration of Rx-only socketsMagnus Karlsson1-0/+6
2020-01-27net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski1-0/+2
2020-01-27net: netem: fix error path for corrupted GSO framesJakub Kicinski1-3/+6
2020-01-27net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul1-5/+20
2020-01-27net/smc: receive returns without dataKarsten Graul1-3/+1
2020-01-27tcp: annotate lockless access to tcp_memory_pressureEric Dumazet1-2/+2
2020-01-27net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet1-1/+1
2020-01-27net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet1-2/+2
2020-01-27act_mirred: Fix mirred_init_module error handlingYueHaibing1-1/+5
2020-01-27sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long1-3/+9
2020-01-27ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan1-0/+1
2020-01-27llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers1-27/+6
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-27rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells4-10/+13
2020-01-27net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean1-1/+1
2020-01-27net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch1-1/+1
2020-01-27xsk: avoid store-tearing when assigning umemBjörn Töpel1-2/+2
2020-01-27xsk: avoid store-tearing when assigning queuesBjörn Töpel1-1/+1
2020-01-27netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso1-2/+5
2020-01-27net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean1-8/+11
2020-01-27rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells5-5/+50
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-27net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer1-5/+10
2020-01-27tipc: reduce risk of wakeup queue starvationJon Maloy1-8/+21
2020-01-27xfrm interface: ifname may be wrong in logsNicolas Dichtel1-9/+1
2020-01-27xdp: fix possible cq entry leakIlya Maximets1-7/+4
2020-01-27net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski1-0/+4
2020-01-27xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever1-1/+2