summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* appletalk: Set error code if register_snap_client failedYueHaibing2019-12-131-0/+1
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-132-11/+24
* net: qrtr: fix memort leak in qrtr_tun_write_iterNavid Emamdoost2019-12-131-1/+4
* xfrm interface: fix management of phydevNicolas Dichtel2019-12-131-15/+17
* xfrm interface: fix list corruption for x-netnsNicolas Dichtel2019-12-131-4/+4
* xfrm interface: avoid corruption on changelinkNicolas Dichtel2019-12-131-5/+5
* xfrm interface: fix memory leak on creationNicolas Dichtel2019-12-131-70/+28
* sctp: frag_point sanity checkJakub Audykowicz2019-12-132-2/+7
* tcp: fix SNMP TCP timeout under-estimationYuchung Cheng2019-12-131-4/+4
* tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2019-12-131-1/+1
* tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2019-12-131-1/+1
* net/x25: fix null_x25_address handlingMartin Schiller2019-12-131-6/+10
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2019-12-131-1/+1
* sctp: increase sk_wmem_alloc when head->truesize is increasedXin Long2019-12-131-0/+1
* net/ipv6: re-do dad when interface has IFF_NOARP flag changeHangbin Liu2019-12-131-6/+13
* net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun2019-12-131-1/+3
* sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmitXin Long2019-12-131-20/+1
* netfilter: nf_tables: don't use position attribute on rule replacementFlorian Westphal2019-12-131-10/+7
* xfrm: release device reference for invalid stateXiaodong Xu2019-12-131-0/+3
* tcp: exit if nothing to retransmit on RTO timeoutYuchung Cheng2019-12-051-4/+2
* net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li2019-12-054-5/+6
* sctp: cache netns in sctp_ep_commonXin Long2019-12-053-2/+4
* tipc: fix link name length checkJohn Rutherford2019-12-051-2/+2
* openvswitch: remove another BUG_ON()Paolo Abeni2019-12-051-1/+5
* openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni2019-12-051-1/+4
* sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcookNavid Emamdoost2019-12-051-1/+3
* openvswitch: fix flow command message sizePaolo Abeni2019-12-051-1/+5
* net: psample: fix skb_over_panicNikolay Aleksandrov2019-12-051-1/+1
* xfrm: Fix memleak on xfrm state destroySteffen Klassert2019-12-051-0/+2
* sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien2019-12-051-1/+2
* net: ip6_gre: do not report erspan_ver for ip6gre or ip6gretapLorenzo Bianconi2019-12-051-18/+18
* net: ip_gre: do not report erspan_ver for gre or gretapLorenzo Bianconi2019-12-051-16/+17
* net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet2019-12-051-1/+1
* tipc: fix skb may be leaky in tipc_link_inputHoang Le2019-12-051-1/+1
* net/smc: fix byte_order for rx_curs_confirmedUrsula Braun2019-12-052-12/+11
* net/smc: fix sender_free computationUrsula Braun2019-12-053-4/+30
* net/smc: don't wait for send buffer space when data was already sentKarsten Graul2019-12-051-4/+3
* net/smc: prevent races between smc_lgr_terminate() and smc_conn_free()Karsten Graul2019-12-051-0/+4
* decnet: fix DN_IFREQ_SIZEJohannes Berg2019-12-051-1/+1
* ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu2019-12-051-1/+7
* net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov2019-12-051-1/+1
* net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov2019-12-051-4/+9
* tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva2019-12-051-1/+3
* xprtrdma: Prevent leak of rpcrdma_rep objectsChuck Lever2019-12-051-0/+4
* netfilter: nf_tables: fix a missing check of nla_put_failureKangjie Lu2019-12-051-0/+2
* tipc: fix a missing check of genlmsg_putKangjie Lu2019-12-051-0/+2
* net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki2019-12-051-1/+2
* net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki2019-12-051-2/+5
* netfilter: nf_nat_sip: fix RTP/RTCP source port translationsAlin Nastac2019-12-051-4/+35
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2019-12-051-1/+6