summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* inet: protect against too small mtu values.Eric Dumazet2019-12-213-11/+11
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-211-14/+15
* tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-211-2/+3
* openvswitch: support asymmetric conntrackAaron Conole2019-12-211-0/+11
* net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-211-2/+3
* net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov2019-12-211-0/+6
* sunrpc: fix crash when cache_head become valid before updatePavel Tikhomirov2019-12-171-6/+0
* appletalk: Set error code if register_snap_client failedYueHaibing2019-12-171-0/+1
* appletalk: Fix potential NULL pointer dereference in unregister_snap_clientYueHaibing2019-12-172-11/+24
* tcp: exit if nothing to retransmit on RTO timeoutEric Dumazet2019-12-171-3/+7
* tcp: fix SNMP TCP timeout under-estimationYuchung Cheng2019-12-171-4/+4
* tcp: fix SNMP under-estimation on failed retransmissionYuchung Cheng2019-12-171-1/+1
* tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng2019-12-171-1/+1
* net/x25: fix null_x25_address handlingMartin Schiller2019-12-171-6/+10
* net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller2019-12-171-1/+1
* net/smc: use after free fix in smc_wr_tx_put_slot()Ursula Braun2019-12-171-1/+3
* xfrm: release device reference for invalid stateXiaodong Xu2019-12-171-0/+3
* 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
* 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: 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: 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
* 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
* VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu2019-12-051-1/+6
* mac80211: fix station inactive_time shortly after bootAhmed Zaki2019-12-051-1/+2
* bridge: ebtables: don't crash when using dnat target in output chainsFlorian Westphal2019-12-051-4/+15
* cfg80211: call disconnect_wk when AP stopsJohannes Berg2019-12-013-1/+5
* ipv6: Fix handling of LLA with VRF and sockets bound to VRFDavid Ahern2019-12-011-1/+2
* cfg80211: Prevent regulatory restore during STA disconnect in concurrent inte...Sriram R2019-12-011-1/+5
* openvswitch: fix linking without CONFIG_NF_CONNTRACK_LABELSArnd Bergmann2019-12-011-1/+2
* net: do not abort bulk send on BQL statusEric Dumazet2019-12-011-1/+1
* sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields2019-12-011-16/+18
* SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust2019-12-011-0/+1
* net: fix warning in af_unixKyeongdon Kim2019-12-011-0/+2
* vhost/vsock: split packets to send using multiple buffersStefano Garzarella2019-12-011-3/+12
* net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti2019-12-011-3/+4