1. 6badad1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  2. 189c9b1 net: Fix skb->csum update in inet_proto_csum_replace16(). by Praveen Chaudhary · 5 years ago
  3. eb014de netfilter: nf_tables: autoload modules from the abort path by Pablo Neira Ayuso · 5 years ago
  4. 8260354 netfilter: nf_tables: add __nft_chain_type_get() by Pablo Neira Ayuso · 5 years ago
  5. c83de17 netfilter: nf_tables_offload: fix check the chain offload flag by wenxu · 5 years ago
  6. ab658b9 netfilter: conntrack: sctp: use distinct states for new SCTP connections by Jiri Wiesner · 5 years ago
  7. 4fc427e ipv6_route_seq_next should increase position index by Vasily Averin · 5 years ago
  8. a3ea867 rt_cpu_seq_next should increase position index by Vasily Averin · 5 years ago
  9. 1e3f9f0 neigh_stat_seq_next() should increase position index by Vasily Averin · 5 years ago
  10. 8bf7092 vcc_seq_next should increase position index by Vasily Averin · 5 years ago
  11. 2bec445 tcp: do not leave dangling pointers in tp->highest_sack by Eric Dumazet · 5 years ago
  12. 4d299f1 net/rose: fix spelling mistake "to" -> "too" by Colin Ian King · 5 years ago
  13. 43d8877 caif_usb: fix spelling mistake "to" -> "too" by Colin Ian King · 5 years ago
  14. 971485a ipvs: fix spelling mistake "to" -> "too" by Colin Ian King · 5 years ago
  15. 61678d2 net_sched: fix datalen for ematch by Cong Wang · 5 years ago
  16. bb48eb9 fou: Fix IPv6 netlink policy by Kristian Evensen · 5 years ago
  17. d836f5c net: rtnetlink: validate IFLA_MTU attribute in rtnl_create_link() by Eric Dumazet · 5 years ago
  18. 5311a69 net, ip6_tunnel: fix namespaces move by William Dauchy · 5 years ago
  19. 36d79af net_sched: use validated TCA_KIND attribute in tc_new_tfilter() by Eric Dumazet · 5 years ago
  20. d39ca25 Revert "udp: do rmem bulk free even if the rx sk queue is empty" by Paolo Abeni · 5 years ago
  21. c807943 net: Fix packet reordering caused by GRO and listified RX cooperation by Maxim Mikityanskiy · 5 years ago
  22. 58c8db92 net, sk_msg: Don't check if sock is locked when tearing down psock by Jakub Sitnicki · 5 years ago
  23. d0f4185 net, ip_tunnel: fix namespaces move by William Dauchy · 5 years ago
  24. bfe02b9 tcp: remove redundant assigment to snd_cwnd by Theodore Dubois · 5 years ago
  25. 5b2f1f3 tcp_bbr: improve arithmetic division in bbr_update_bw() by Wen Yang · 5 years ago
  26. cb626bf net-sysfs: Fix reference count leak by Jouni Hogander · 5 years ago
  27. 62ebaea ipv6: sr: remove SKB_GSO_IPXIP6 on End.D* actions by Yuki Taguchi · 5 years ago
  28. 9c5ed2f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 5 years ago
  29. 32c7216 netfilter: ipset: use bitmap infrastructure completely by Kadlecsik József · 5 years ago
  30. 8089277 hsr: Fix a compilation error by xiaofeng.yan · 5 years ago
  31. 690afc1 net: ip6_gre: fix moving ip6gre between namespaces by Niko Kortstrom · 5 years ago
  32. 11a8272 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  33. 09d4f10 net: sched: act_ctinfo: fix memory leak by Eric Dumazet · 5 years ago
  34. 7eaecf7 netfilter: nft_osf: add missing check for DREG attribute by Florian Westphal · 5 years ago
  35. 53d3749 net: avoid updating qdisc_xmit_lock_key in netdev_update_lockdep_key() by Cong Wang · 5 years ago
  36. 44c23d7 net/sched: act_ife: initalize ife->metalist earlier by Eric Dumazet · 5 years ago
  37. a72b6a1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  38. 61177e9 netfilter: nat: fix ICMP header corruption on ICMP errors by Eyal Birger · 5 years ago
  39. 335178d5 netfilter: nf_tables: fix flowtable list del corruption by Florian Westphal · 5 years ago
  40. cd77e75 netfilter: nf_tables: fix memory leak in nf_tables_parse_netdev_hooks() by Dan Carpenter · 5 years ago
  41. 9332d27 netfilter: nf_tables: remove WARN and add NLA_STRING upper limits by Florian Westphal · 5 years ago
  42. 9ec22d7 netfilter: nft_tunnel: ERSPAN_VERSION must not be null by Florian Westphal · 5 years ago
  43. 1c702bf netfilter: nft_tunnel: fix null-attribute check by Florian Westphal · 5 years ago
  44. ec7470b netfilter: nf_tables: store transaction list locally while requesting module by Pablo Neira Ayuso · 5 years ago
  45. bd5874d net: dsa: tag_qca: fix doubled Tx statistics by Alexander Lobakin · 5 years ago
  46. ad32205 net: dsa: tag_gswip: fix typo in tagger name by Alexander Lobakin · 5 years ago
  47. 3981f95 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  48. 7361d44 bpf: Sockmap/tls, fix pop data with SK_DROP return code by John Fastabend · 5 years ago
  49. 9aaaa56 bpf: Sockmap/tls, skmsg can have wrapped skmsg that needs extra chaining by John Fastabend · 5 years ago
  50. d468e47 bpf: Sockmap/tls, tls_sw can create a plaintext buf > encrypt buf by John Fastabend · 5 years ago
  51. cf21e9b bpf: Sockmap/tls, msg_push_data may leave end mark in place by John Fastabend · 5 years ago
  52. 6562e29 bpf: Sockmap, skmsg helper overestimates push, pull, and pop bounds by John Fastabend · 5 years ago
  53. 33bfe20 bpf: Sockmap/tls, push write_space updates through ulp updates by John Fastabend · 5 years ago
  54. 7e81a35 bpf: Sockmap, ensure sock lock held during tear down by John Fastabend · 5 years ago
  55. 5a40420 Merge tag 'batadv-net-for-davem-20200114' of git://git.open-mesh.org/linux-merge by David S. Miller · 5 years ago
  56. e176b1b tcp: fix marked lost packets not being retransmitted by Pengcheng Yang · 5 years ago
  57. eb50790 Merge tag 'mac80211-for-net-2020-01-15' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211 by David S. Miller · 5 years ago
  58. 4e4362d xfrm: support output_mark for offload ESP packets by Ulrich Weber · 5 years ago
  59. 81c044f cfg80211: fix page refcount issue in A-MSDU decap by Felix Fietkau · 5 years ago
  60. 24953de cfg80211: check for set_wiphy_params by Johannes Berg · 5 years ago
  61. df16737 cfg80211: fix memory leak in cfg80211_cqm_rssi_update by Felix Fietkau · 5 years ago
  62. 2a279b34 cfg80211: fix memory leak in nl80211_probe_mesh_link by Felix Fietkau · 5 years ago
  63. 5a128a0 cfg80211: fix deadlocks in autodisconnect work by Markus Theil · 5 years ago
  64. e161196 wireless: wext: avoid gcc -O3 warning by Arnd Bergmann · 5 years ago
  65. 6f60126 mac80211: Fix TKIP replay protection immediately after key setup by Jouni Malinen · 5 years ago
  66. 26ec17a cfg80211: Fix radar event during another phy CAC by Orr Mazor · 5 years ago
  67. c4b9d65 wireless: fix enabling channel 12 for custom regulatory domain by Ganapathi Bhat · 5 years ago
  68. c742c59 hv_sock: Remove the accept port restriction by Sunil Muthuswamy · 5 years ago
  69. 671c450 xprtrdma: Fix oops in Receive handler after device removal by Chuck Lever · 5 years ago
  70. 13cb886 xprtrdma: Fix completion wait during device removal by Chuck Lever · 5 years ago
  71. b32b9ed xprtrdma: Fix create_qp crash on device unload by Chuck Lever · 5 years ago
  72. 8aaea2b xfrm: interface: do not confirm neighbor when do pmtu update by Xu Wang · 5 years ago
  73. f042365 xfrm interface: fix packet tx through bpf_redirect() by Nicolas Dichtel · 5 years ago
  74. 9522416 vti[6]: fix packet tx through bpf_redirect() by Nicolas Dichtel · 5 years ago
  75. 212e7f5 netfilter: arp_tables: init netns pointer in xt_tgdtor_param struct by Florian Westphal · 5 years ago
  76. c120959 netfilter: fix a use-after-free in mtype_destroy() by Cong Wang · 5 years ago
  77. b0efcae devlink: correct misspelling of snapshot by Jacob Keller · 5 years ago
  78. 4c58223 devlink: Wait longer before warning about unset port type by Ido Schimmel · 5 years ago
  79. 9827c06 ipv4: Detect rollover in specific fib table dump by David Ahern · 5 years ago
  80. db885e6 net/tls: fix async operation by Jakub Kicinski · 5 years ago
  81. 5c5d22a net/tls: avoid spurious decryption error with HW resync by Jakub Kicinski · 5 years ago
  82. 2e012c7 net: bpf: Don't leak time wait and request sockets by Lorenz Bauer · 5 years ago
  83. e21dba7 net/x25: fix nonblocking connect by Martin Schiller · 5 years ago
  84. e7a5f1f bpf/sockmap: Read psock ingress_msg before sk_receive_queue by Lingpeng Chen · 5 years ago
  85. 9546a0b tipc: fix wrong connect() return code by Tuong Lien · 5 years ago
  86. 49afb80 tipc: fix link overflow issue at socket shutdown by Tuong Lien · 5 years ago
  87. b73a656 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 5 years ago
  88. 22dad71 netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is present by Florian Westphal · 5 years ago
  89. 1d9a7ac netfilter: conntrack: dccp, sctp: handle null timeout argument by Florian Westphal · 5 years ago
  90. 240ce7f net: sch_prio: When ungrafting, replace with FIFO by Petr Machata · 5 years ago
  91. d9e15a2 pkt_sched: fq: do not accept silly TCA_FQ_QUANTUM by Eric Dumazet · 5 years ago
  92. b969fee tipc: remove meaningless assignment in Makefile by Masahiro Yamada · 5 years ago
  93. ea04b44 tipc: do not add socket.o to tipc-y twice by Masahiro Yamada · 5 years ago
  94. eb8ef2a vlan: vlan_changelink() should propagate errors by Eric Dumazet · 5 years ago
  95. 9bbd917 vlan: fix memory leak in vlan_dev_set_egress_priority by Eric Dumazet · 5 years ago
  96. be7a772 sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLY by Xin Long · 5 years ago
  97. a7869e5 tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit error by Ying Xue · 5 years ago
  98. fb46f1b netfilter: flowtable: add nf_flowtable_time_stamp by Pablo Neira Ayuso · 5 years ago
  99. ce57785 net: qrtr: fix len of skb_put_padto in qrtr_node_enqueue by Carl Huang · 5 years ago
  100. 5acab91 netfilter: nf_tables: unbind callbacks from flowtable destroy path by Pablo Neira Ayuso · 5 years ago