summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2019-12-05tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng1-4/+2
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li4-5/+6
2019-12-05sctp: cache netns in sctp_ep_commonXin Long3-2/+4
2019-12-05tipc: fix link name length checkJohn Rutherford1-2/+2
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni1-1/+5
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni1-1/+4
2019-12-05sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost1-1/+3
2019-12-05openvswitch: fix flow command message sizePaolo Abeni1-1/+5
2019-12-05net: psample: fix skb_over_panicNikolay Aleksandrov1-1/+1
2019-12-05xfrm: Fix memleak on xfrm state destroySteffen Klassert1-0/+2
2019-12-05sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien1-1/+2
2019-12-05net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi1-18/+18
2019-12-05net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi1-16/+17
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet1-1/+1
2019-12-05tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-12-05net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2-12/+11
2019-12-05net/smc: fix sender_free computationUrsula Braun3-4/+30
2019-12-05net/smc: don't wait for send buffer space when data was already sentKarsten Graul1-4/+3
2019-12-05net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul1-0/+4
2019-12-05decnet: fix DN_IFREQ_SIZEJohannes Berg1-1/+1
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu1-1/+7
2019-12-05net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov1-1/+1
2019-12-05net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov1-4/+9
2019-12-05tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva1-1/+3
2019-12-05xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever1-0/+4
2019-12-05netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu1-0/+2
2019-12-05tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
2019-12-05net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki1-1/+2
2019-12-05net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki1-2/+5
2019-12-05netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac1-4/+35
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu1-1/+6
2019-12-05mac80211: fix station inactive_time shortly after bootAhmed Zaki1-1/+2
2019-12-05bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal1-4/+15
2019-12-01cfg80211: call disconnect_wk when AP stopsJohannes Berg3-1/+5
2019-12-01ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern1-1/+2
2019-12-01cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R1-1/+5
2019-12-01net: bpfilter: fix iptables failure if bpfilter_umh is disabledTaehee Yoo1-3/+3
2019-12-01sock_diag: fix autoloading of the raw_diag moduleAndrei Vagin1-0/+1
2019-12-01openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann1-1/+2
2019-12-01net: do not abort bulk send on BQL statusEric Dumazet1-1/+1
2019-12-01ipv4/igmp: fix v1/v2 switchback timeout based on rfc3376, 8.12Hangbin Liu1-17/+36
2019-12-01sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields1-16/+18
2019-12-01SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust1-0/+1
2019-12-01sctp: use sk_wmem_queued to check for writable spaceXin Long1-29/+9
2019-12-01net: fix warning in af_unixKyeongdon Kim1-0/+2
2019-12-01vhost/vsock: split packets to send using multiple buffersStefano Garzarella1-3/+12
2019-12-01net: sched: ensure opts_len <= IP_TUNNEL_OPTS_MAX in act_tunnel_keyXin Long1-0/+4
2019-12-01net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti1-7/+5
2019-12-01net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter1-1/+22
2019-11-24tcp: start receiver buffer autotuning soonerYuchung Cheng1-1/+1