1. 8e1da73 gro_cell: add napi_disable in gro_cells_destroy by Lorenzo Bianconi · 6 years ago
  2. fb24274 ipv6: explicitly initialize udp6_addr in udp_sock_create6() by Cong Wang · 6 years ago
  3. c75ab8a net/rds: remove user triggered WARN_ON in rds_sendmsg by shamir rabinovitch · 6 years ago
  4. ea01007 net/rds: fix warn in rds_message_alloc_sgs by shamir rabinovitch · 6 years ago
  5. 49ce708 Merge tag 'mac80211-for-davem-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  6. 34b1e0e mac80211: free skb fraglist before freeing the skb by Sara Sharon · 6 years ago
  7. d350a0f nl80211: fix memory leak if validate_pae_over_nl80211() fails by Johannes Berg · 6 years ago
  8. 78abe3d net/smc: fix TCP fallback socket release by Myungho Jung · 6 years ago
  9. 3c6306d tipc: check group dests after tipc_wait_for_cond() by Cong Wang · 6 years ago
  10. a915b98 VSOCK: Send reset control packet when socket is partially bound by Jorgen Hansen · 6 years ago
  11. fde9cd6 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 6 years ago
  12. a50e5fb mac80211: fix a kernel panic when TXing after TXQ teardown by Sara Sharon · 6 years ago
  13. 8f932f7 net: add missing SOF_TIMESTAMPING_OPT_ID support by Willem de Bruijn · 6 years ago
  14. fbfb232 ipv6: add missing tx timestamping on IPPROTO_RAW by Willem de Bruijn · 6 years ago
  15. 8203e2d net: clear skb->tstamp in forwarding paths by Eric Dumazet · 6 years ago
  16. ade4464 net: ipv4: do not handle duplicate fragments as overlapping by Michal Kubecek · 6 years ago
  17. 10589a5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  18. 143ece6 tipc: check tsk->group in tipc_wait_for_cond() by Cong Wang · 6 years ago
  19. 65cab85 net: Allow class-e address assignment via ifconfig ioctl by Dave Taht · 6 years ago
  20. 69d2c86 ip6mr: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  21. 8236b08 VSOCK: bind to random port for VMADDR_PORT_ANY by Lepton Wu · 6 years ago
  22. df9d4a1 net/tls: sleeping function from invalid context by Atul Gupta · 6 years ago
  23. 6c0563e net/tls: Init routines in create_ctx by Atul Gupta · 6 years ago
  24. fb83ed4 tipc: compare remote and local protocols in tipc_udp_enable() by Cong Wang · 6 years ago
  25. acb4a33 tipc: fix a double kfree_skb() by Cong Wang · 6 years ago
  26. 15ef70e tipc: use lock_sock() in tipc_sk_reinit() by Cong Wang · 6 years ago
  27. d3e8869 net: netlink: rename NETLINK_DUMP_STRICT_CHK -> NETLINK_GET_STRICT_CHK by Jakub Kicinski · 6 years ago
  28. 18330c5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  29. d4e7df1 netfilter: nf_conncount: use rb_link_node_rcu() instead of rb_link_node() by Taehee Yoo · 6 years ago
  30. 542fbda netfilter: nat: can't use dst_hold on noref dst by Florian Westphal · 6 years ago
  31. 708abf7 netfilter: ipset: do not call ipset_nest_end after nla_nest_cancel by Pan Bian · 6 years ago
  32. fdadd04 bpf: fix bpf_jit_limit knob for PAGE_SIZE >= 64K by Daniel Borkmann · 6 years ago
  33. 5648451 ipv4: Fix potential Spectre v1 vulnerability by Gustavo A. R. Silva · 6 years ago
  34. 4a2eb0c sctp: initialize sin6_flowinfo for ipv6 addrs in sctp_inet6addr_event by Xin Long · 6 years ago
  35. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  36. 35cc3cef net/sched: cls_flower: Reject duplicated rules also under skip_sw by Or Gerlitz · 6 years ago
  37. 66033f4 ipv6: Check available headroom in ip6_xmit() even without options by Stefano Brivio · 6 years ago
  38. f9bfe4e tcp: lack of available data can also cause TSO defer by Eric Dumazet · 6 years ago
  39. ec3d837 net/flow_dissector: correctly cap nhoff and thoff in case of BPF by Stanislav Fomichev · 6 years ago
  40. 13e56ec selftests/bpf: use thoff instead of nhoff in BPF flow dissector by Stanislav Fomichev · 6 years ago
  41. 1b4e5ad ipv6: sr: properly initialize flowi6 prior passing to ip6_route_output by Shmulik Ladkani · 6 years ago
  42. 530aad7 netfilter: seqadj: re-load tcp header pointer after possible head reallocation by Florian Westphal · 6 years ago
  43. ebaf39e ipv4: ipv6: netfilter: Adjust the frag mem limit when truesize changes by Jiri Wiesner · 6 years ago
  44. afd0a80 sctp: frag_point sanity check by Jakub Audykowicz · 6 years ago
  45. b2b7af8 tcp: fix NULL ref in tail loss probe by Yuchung Cheng · 6 years ago
  46. 4172754 tcp: Do not underestimate rwnd_limited by Eric Dumazet · 6 years ago
  47. e37d05a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  48. 22f6bbb net: use skb_list_del_init() to remove from RX sublists by Edward Cree · 6 years ago
  49. 64d4790 Merge tag 'mac80211-for-davem-2018-12-05' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 6 years ago
  50. 79462857 SUNRPC: Don't force a redundant disconnection in xs_read_stream() by Trond Myklebust · 6 years ago
  51. dfcf038 SUNRPC: Fix up socket polling by Trond Myklebust · 6 years ago
  52. b76a5af SUNRPC: Use the discard iterator rather than MSG_TRUNC by Trond Myklebust · 6 years ago
  53. 26781ea SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request() by Trond Myklebust · 6 years ago
  54. 16e5e90 SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag by Trond Myklebust · 6 years ago
  55. c443305 SUNRPC: Fix RPC receive hangs by Trond Myklebust · 6 years ago
  56. 312ca38 cfg80211: Fix busy loop regression in ieee80211_ie_split_ric() by Jouni Malinen · 6 years ago
  57. 990d718 mac80211: ignore NullFunc frames in the duplicate detection by Emmanuel Grumbach · 6 years ago
  58. 9ec1190 mac80211: fix reordering of buffered broadcast packets by Felix Fietkau · 6 years ago
  59. a317e65 mac80211: ignore tx status for PS stations in ieee80211_tx_status_ext by Felix Fietkau · 6 years ago
  60. 6888389 rtnetlink: ndo_dflt_fdb_dump() only work for ARPHRD_ETHER devices by Eric Dumazet · 6 years ago
  61. 4c05ec4 netfilter: nf_tables: fix suspicious RCU usage in nft_chain_stats_replace() by Taehee Yoo · 6 years ago
  62. bf29e9e net/core: tidy up an error message by Qian Cai · 6 years ago
  63. fb6df5a sctp: kfree_rcu asoc by Xin Long · 6 years ago
  64. 0a9a430 SUNRPC: Fix a potential race in xprt_connect() by Trond Myklebust · 6 years ago
  65. 71700bb SUNRPC: Fix a memory leak in call_encode() by Trond Myklebust · 6 years ago
  66. 8dae539 SUNRPC: Fix leak of krb5p encode pages by Chuck Lever · 6 years ago
  67. 9bd1152 SUNRPC: call_connect_status() must handle tasks that got transmitted by Trond Myklebust · 6 years ago
  68. dcb4059 bpf: refactor bpf_test_run() to separate own failures and test program result by Roman Gushchin · 6 years ago
  69. e1561fe tcp: fix SNMP TCP timeout under-estimation by Yuchung Cheng · 6 years ago
  70. ec641b3 tcp: fix SNMP under-estimation on failed retransmission by Yuchung Cheng · 6 years ago
  71. 3976535 tcp: fix off-by-one bug on aborting window-probing socket by Yuchung Cheng · 6 years ago
  72. a3d7e01 net: dsa: Fix tagging attribute location by Florian Fainelli · 6 years ago
  73. f71c614 bpf: Support sk lookup in netns with id 0 by Joe Stringer · 6 years ago
  74. fd6d433 net/sched: act_police: fix memory leak in case of invalid control action by Davide Caratti · 6 years ago
  75. b7df9ada bpf: fix pointer offsets in context for 32 bit by Daniel Borkmann · 6 years ago
  76. 43d0e96 openvswitch: fix spelling mistake "execeeds" -> "exceeds" by Colin Ian King · 6 years ago
  77. 4135cce sctp: update frag_point when stream_interleave is set by Xin Long · 6 years ago
  78. 9410d38 net: Prevent invalid access to skb->prev in __qdisc_drop_all by Christoph Paasch · 6 years ago
  79. b020fcf net/x25: handle call collisions by Martin Schiller · 6 years ago
  80. 0613761 net/x25: fix null_x25_address handling by Martin Schiller · 6 years ago
  81. d449ba3 net/x25: fix called/calling length calculation in x25_parse_address_block by Martin Schiller · 6 years ago
  82. 867d0ad net: fix XPS static_key accounting by Sabrina Dubroca · 6 years ago
  83. f28c020 net: restore call to netdev_queue_numa_node_write when resetting XPS by Sabrina Dubroca · 6 years ago
  84. e9d8faf Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 6 years ago
  85. ca08987 netfilter: nf_tables: deactivate expressions in rule replecement routine by Taehee Yoo · 6 years ago
  86. ec835f89 tipc: fix lockdep warning during node delete by Jon Maloy · 6 years ago
  87. 0d32f17 sctp: increase sk_wmem_alloc when head->truesize is increased by Xin Long · 6 years ago
  88. 53ca0f2 netfilter: nf_conncount: remove wrong condition check routine by Taehee Yoo · 6 years ago
  89. 095faf4 netfilter: nat: fix double register in masquerade modules by Taehee Yoo · 6 years ago
  90. 584eab2 netfilter: add missing error handling code for register functions by Taehee Yoo · 6 years ago
  91. 508b090 netfilter: ipv6: Preserve link scope traffic original oif by Alin Nastac · 6 years ago
  92. 8925908 netfilter: nfnetlink_cttimeout: fetch timeouts for udplite and gre, too by Florian Westphal · 6 years ago
  93. 2a31e4b ipvs: call ip_vs_dst_notifier earlier than ipv6_dev_notf by Xin Long · 6 years ago
  94. 6950012 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  95. aba3693 net: always initialize pagedlen by Willem de Bruijn · 6 years ago
  96. 9efdda4 tcp: address problems caused by EDT misshaps by Eric Dumazet · 6 years ago
  97. 857fa62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  98. 7c98a42 Merge tag 'ceph-for-4.20-rc4' of https://github.com/ceph/ceph-client by Linus Torvalds · 6 years ago
  99. 484afd1 net/sched: act_police: add missing spinlock initialization by Davide Caratti · 6 years ago
  100. 605108a net: don't keep lonely packets forever in the gro hash by Paolo Abeni · 6 years ago