summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-12-21tcp: fix SNMP TCP timeout under-estimationYuchung Cheng
2019-12-21tcp: fix off-by-one bug on aborting window-probing socketYuchung Cheng
2019-12-21net/x25: fix null_x25_address handlingMartin Schiller
2019-12-21net/x25: fix called/calling length calculation in x25_parse_address_blockMartin Schiller
2019-12-05net: sched: fix `tc -s class show` no bstats on class with nolock subqueuesDust Li
2019-12-05sctp: cache netns in sctp_ep_commonXin Long
2019-12-05tipc: fix link name length checkJohn Rutherford
2019-12-05openvswitch: remove another BUG_ON()Paolo Abeni
2019-12-05openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()Paolo Abeni
2019-12-05openvswitch: fix flow command message sizePaolo Abeni
2019-12-05sctp: don't compare hb_timer expire date before starting itMaciej Kwiecien
2019-12-05net: fix possible overflow in __sk_mem_raise_allocated()Eric Dumazet
2019-12-05tipc: fix skb may be leaky in tipc_link_inputHoang Le
2019-12-05decnet: fix DN_IFREQ_SIZEJohannes Berg
2019-12-05ip_tunnel: Make none-tunnel-dst tunnel port work with lwtunnelwenxu
2019-12-05net/core/neighbour: fix kmemleak minimal reference count for hash tablesKonstantin Khlebnikov
2019-12-05net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov
2019-12-05tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva
2019-12-05tipc: fix a missing check of genlmsg_putKangjie Lu
2019-12-05net/net_namespace: Check the return value of register_pernet_subsys()Aditya Pakki
2019-12-05VSOCK: bind to random port for VMADDR_PORT_ANYLepton Wu
2019-12-05mac80211: fix station inactive_time shortly after bootAhmed Zaki
2019-11-29Revert "sock: Reset dst when changing sk_mark via setsockopt"Greg Kroah-Hartman
2019-11-28l2tp: don't use l2tp_tunnel_find() in l2tp_ip and l2tp_ip6Guillaume Nault
2019-11-28sock: Reset dst when changing sk_mark via setsockoptDavid Barmann
2019-11-28net: do not abort bulk send on BQL statusEric Dumazet
2019-11-28sunrpc: safely reallow resvport min/max inversionJ. Bruce Fields
2019-11-28SUNRPC: Fix a compile warning for cmpxchg64()Trond Myklebust
2019-11-28net: fix warning in af_unixKyeongdon Kim
2019-11-28net/sched: act_pedit: fix WARN() in the traffic pathDavide Caratti
2019-11-28net: rtnetlink: prevent underflows in do_setvfinfo()Dan Carpenter
2019-11-25mac80211: minstrel: fix CCK rate group streams valueFelix Fietkau
2019-11-25nl80211: Fix a GET_KEY reply attributeAndrew Zaborowski
2019-11-25SUNRPC: Fix priority queue fairnessTrond Myklebust
2019-11-25net: ovs: fix return type of ndo_start_xmit functionYueHaibing
2019-11-25Bluetooth: L2CAP: Detect if remote is not able to use the whole MPSLuiz Augusto von Dentz
2019-11-25ip_gre: fix parsing gre header in ipgre_errHaishuang Yan
2019-11-25llc: avoid blocking in llc_sap_close()Cong Wang
2019-11-25cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla
2019-11-12ipvs: move old_secure_tcp into struct netns_ipvsEric Dumazet
2019-11-12netfilter: ipset: Fix an error code in ip_set_sockfn_get()Dan Carpenter
2019-11-12nfc: netlink: fix double device reference dropPan Bian
2019-11-12ipv4: Fix table id reference in fib_sync_down_addrDavid Ahern
2019-11-10net/flow_dissector: switch to siphashEric Dumazet
2019-11-10inet: stop leaking jiffies on the wireEric Dumazet
2019-11-10net: dsa: fix switch tree listVivien Didelot
2019-11-10net: add READ_ONCE() annotation in __skb_wait_for_more_packets()Eric Dumazet
2019-11-10net: Zeroing the structure ethtool_wolinfo in ethtool_get_wol()zhanglin
2019-11-10dccp: do not leak jiffies on the wireEric Dumazet
2019-11-06sctp: not bind the socket in sctp_connectXin Long