summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/x25: fix nonblocking connectMartin Schiller2020-01-291-1/+5
* netfilter: nf_tables: add __nft_chain_type_get()Pablo Neira Ayuso2020-01-291-8/+21
* netfilter: ipset: use bitmap infrastructure completelyKadlecsik József2020-01-294-10/+10
* netfilter: nft_osf: add missing check for DREG attributeFlorian Westphal2020-01-291-0/+3
* tcp: do not leave dangling pointers in tp->highest_sackEric Dumazet2020-01-293-0/+3
* tcp_bbr: improve arithmetic division in bbr_update_bw()Wen Yang2020-01-291-2/+1
* Revert "udp: do rmem bulk free even if the rx sk queue is empty"Paolo Abeni2020-01-291-1/+2
* net-sysfs: Fix reference count leakJouni Hogander2020-01-291-1/+3
* net-sysfs: Call dev_hold always in rx_queue_add_kobjectJouni Hogander2020-01-291-2/+5
* net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2020-01-291-2/+5
* net-sysfs: fix netdev_queue_add_kobject() breakageEric Dumazet2020-01-291-0/+1
* net-sysfs: Fix reference count leak in rx|netdev_queue_add_kobjectJouni Hogander2020-01-291-11/+13
* net_sched: fix datalen for ematchCong Wang2020-01-291-1/+1
* net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link()Eric Dumazet2020-01-292-12/+30
* net, ip_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* net, ip6_tunnel: fix namespaces moveWilliam Dauchy2020-01-291-3/+1
* net: ip6_gre: fix moving ip6gre between namespacesNiko Kortstrom2020-01-291-3/+0
* ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actionsYuki Taguchi2020-01-291-1/+3
* packet: fix data-race in fanout_flow_is_huge()Eric Dumazet2020-01-271-3/+9
* net: neigh: use long type to store jiffies deltaEric Dumazet2020-01-271-2/+2
* xsk: Fix registration of Rx-only socketsMagnus Karlsson2020-01-271-0/+6
* net: netem: correct the parent's backlog when corrupted packet was droppedJakub Kicinski2020-01-271-0/+2
* net: netem: fix error path for corrupted GSO framesJakub Kicinski2020-01-271-3/+6
* net/smc: receive pending data after RCV_SHUTDOWNKarsten Graul2020-01-271-5/+20
* net/smc: receive returns without dataKarsten Graul2020-01-271-3/+1
* tcp: annotate lockless access to tcp_memory_pressureEric Dumazet2020-01-271-2/+2
* net: add {READ|WRITE}_ONCE() annotations on ->rskq_accept_headEric Dumazet2020-01-271-1/+1
* net: avoid possible false sharing in sk_leave_memory_pressure()Eric Dumazet2020-01-271-2/+2
* act_mirred: Fix mirred_init_module error handlingYueHaibing2020-01-271-1/+5
* sctp: add chunks to sk_backlog when the newsk sk_socket is not setXin Long2020-01-271-3/+9
* ip6erspan: remove the incorrect mtu limit for ip6erspanHaishuang Yan2020-01-271-0/+1
* llc: fix sk_buff refcounting in llc_conn_state_process()Eric Biggers2020-01-271-27/+6
* llc: fix another potential sk_buff leak in llc_ui_sendmsg()Eric Biggers2020-01-273-18/+30
* mac80211: accept deauth frames in IBSS modeJohannes Berg2020-01-271-1/+10
* rxrpc: Fix trace-after-put looking at the put connection recordDavid Howells2020-01-274-10/+13
* net: sched: cbs: Avoid division by zero when calculating the port rateVladimir Oltean2020-01-271-1/+1
* net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'Gerd Rausch2020-01-271-1/+1
* xsk: avoid store-tearing when assigning umemBjörn Töpel2020-01-271-2/+2
* xsk: avoid store-tearing when assigning queuesBjörn Töpel2020-01-271-1/+1
* netfilter: ctnetlink: honor IPS_OFFLOAD flagPablo Neira Ayuso2020-01-271-2/+5
* net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2020-01-271-8/+11
* rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2020-01-275-5/+50
* mac80211: minstrel_ht: fix per-group max throughput rate initializationFelix Fietkau2020-01-271-1/+1
* net/rds: Add a few missing rds_stat_names entriesGerd Rausch2020-01-271-0/+2
* net: fix bpf_xdp_adjust_head regression for generic-XDPJesper Dangaard Brouer2020-01-271-5/+10
* tipc: reduce risk of wakeup queue starvationJon Maloy2020-01-271-8/+21
* xfrm interface: ifname may be wrong in logsNicolas Dichtel2020-01-271-9/+1
* xdp: fix possible cq entry leakIlya Maximets2020-01-271-7/+4
* net/tls: fix socket wmem accounting on fallback with netemJakub Kicinski2020-01-271-0/+4
* xprtrdma: Fix use-after-free in rpcrdma_post_recvsChuck Lever2020-01-271-1/+2