1. 87cdf31 xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto by Yossi Kuperman · 7 years ago
  2. 2cbb4ea net: Only honor ifindex in IP_PKTINFO if non-0 by David Ahern · 7 years ago
  3. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  4. 0d7df90 netfilter: x_tables: ensure last rule in base chain matches underflow/policy by Florian Westphal · 7 years ago
  5. 9782a11 netfilter: compat: prepare xt_compat_init_offsets to return errors by Florian Westphal · 7 years ago
  6. c84ca95 netfilter: x_tables: add counters allocation wrapper by Florian Westphal · 7 years ago
  7. 1b293e3 netfilter: x_tables: move hook entry checks into core by Florian Westphal · 7 years ago
  8. 07a9da5 netfilter: x_tables: check standard verdicts in core by Florian Westphal · 7 years ago
  9. f31e5f1 netfilter: unlock xt_table earlier in __do_replace by Xin Long · 7 years ago
  10. 2db3fec netfilter: ipt_ah: return boolean instead of integer by Gustavo A. R. Silva · 7 years ago
  11. 6c6c566 net: Convert fou_net_ops by Kirill Tkhai · 7 years ago
  12. c60a246 net: Convert arp_tables_net_ops and ip6_tables_net_ops by Kirill Tkhai · 7 years ago
  13. 3822034 net: Convert log pernet_operations by Kirill Tkhai · 7 years ago
  14. be63189 tcp: add ca_state stat in SCM_TIMESTAMPING_OPT_STATS by Priyaranjan Jha · 7 years ago
  15. 87ecc95 tcp: add send queue size stat in SCM_TIMESTAMPING_OPT_STATS by Priyaranjan Jha · 7 years ago
  16. 77a5196 gre: add sequence number for collect md mode. by William Tu · 7 years ago
  17. 80f5974 net: xfrm: use skb_gso_validate_network_len() to check gso sizes by Daniel Axtens · 7 years ago
  18. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  19. 3192dac net: Rename NETEVENT_MULTIPATH_HASH_UPDATE by David Ahern · 7 years ago
  20. ec7127a net/ipv4: Simplify fib_multipath_hash with optional flow keys by David Ahern · 7 years ago
  21. 6f74b6c net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys by David Ahern · 7 years ago
  22. 7efc0b6 net/ipv4: Pass net to fib_multipath_hash instead of fib_info by David Ahern · 7 years ago
  23. 4a0c719 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  24. 71abf46 tcp_bbr: remove bbr->tso_segs_goal by Eric Dumazet · 7 years ago
  25. dcb8c9b tcp_bbr: better deal with suboptimal GSO (II) by Eric Dumazet · 7 years ago
  26. e2c0dc1 vrf: check forwarding on the original netdevice when generating ICMP dest unreachable by Stephen Suryaputra · 7 years ago
  27. 773daa3 net: ipv4: avoid unused variable warning for sysctl by Arnd Bergmann · 7 years ago
  28. 7b0db85 ipmr, ip6mr: Unite dumproute flows by Yuval Mintz · 7 years ago
  29. 3feda6b ipmr, ip6mr: Unite vif seq functions by Yuval Mintz · 7 years ago
  30. c8d6196 ipmr, ip6mr: Unite mfc seq logic by Yuval Mintz · 7 years ago
  31. 845c9a7 ipmr, ip6mr: Unite logic for searching in MFC cache by Yuval Mintz · 7 years ago
  32. 494fff5 ipmr, ip6mr: Make mfc_cache a common structure by Yuval Mintz · 7 years ago
  33. 0bbbf0e ipmr, ip6mr: Unite creation of new mr_table by Yuval Mintz · 7 years ago
  34. b70432f mroute*: Make mr_table a common struct by Yuval Mintz · 7 years ago
  35. 6853f21 ipmr,ipmr6: Define a uniform vif_device by Yuval Mintz · 7 years ago
  36. e37b1e9 ipv6: route: dissect flow in input path if fib rules need it by Roopa Prabhu · 7 years ago
  37. 4a2d73a ipv4: fib_rules: support match on sport, dport and ip proto by Roopa Prabhu · 7 years ago
  38. ecc8327 net/tcp/illinois: replace broken algorithm reference link by Joey Pabalinas · 7 years ago
  39. 82695b3 inet: whitespace cleanup by Stephen Hemminger · 7 years ago
  40. a27fd7a tcp: purge write queue upon RST by Soheil Hassas Yeganeh · 7 years ago
  41. fc68e17 tcp: revert F-RTO extension to detect more spurious timeouts by Yuchung Cheng · 7 years ago
  42. d4131f0 tcp: revert F-RTO middle-box workaround by Yuchung Cheng · 7 years ago
  43. b0066da ip_tunnel: Rename & publish init_tunnel_flow by Petr Machata · 7 years ago
  44. d1b2a6c net: GRE: Add is_gretap_dev, is_ip6gretap_dev by Petr Machata · 7 years ago
  45. ffc2b6e ip_gre: fix IFLA_MTU ignored on NEWLINK by Xin Long · 7 years ago
  46. c7272c2 net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68 by Sabrina Dubroca · 7 years ago
  47. e5b2ae9 net: Convert defrag4_net_ops by Kirill Tkhai · 7 years ago
  48. f95978b net: Convert clusterip_net_ops by Kirill Tkhai · 7 years ago
  49. 3150210 net: Convert ipgre_net_ops, ipgre_tap_net_ops, erspan_net_ops, vti_net_ops and ipip_net_ops by Kirill Tkhai · 7 years ago
  50. 5211fcf esp: check the NETIF_F_HW_ESP_TX_CSUM bit before segmenting by Shannon Nelson · 7 years ago
  51. 4e99477 ip_tunnel: Do not use mark in skb by default by Thomas Winter · 7 years ago
  52. 08009a7 net: make kmem caches as __ro_after_init by Alexey Dobriyan · 7 years ago
  53. f4b7ac5 netfilter: nf_flow_table: fix checksum when handling DNAT by Felix Fietkau · 7 years ago
  54. 1a9da59 netfilter: ipt_CLUSTERIP: put config instead of freeing it by Florian Westphal · 7 years ago
  55. 8ae56822 netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct refcount by Florian Westphal · 7 years ago
  56. f74290f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. 1fe4b11 net: ipv4: Set addr_type in hash_keys for forwarded case by David Ahern · 7 years ago
  58. 350c9f4 tcp_bbr: better deal with suboptimal GSO by Eric Dumazet · 7 years ago
  59. 943a0d4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  60. 98be9b1 tcp: remove dead code after CHECKSUM_PARTIAL adoption by Eric Dumazet · 7 years ago
  61. 4a64fd6 tcp: remove dead code from tcp_set_skb_tso_segs() by Eric Dumazet · 7 years ago
  62. 65ec609 tcp: tcp_sendmsg() only deals with CHECKSUM_PARTIAL by Eric Dumazet · 7 years ago
  63. dead7cd tcp: remove sk_check_csum_caps() by Eric Dumazet · 7 years ago
  64. 74d4a8f tcp: remove sk_can_gso() use by Eric Dumazet · 7 years ago
  65. 0a6b2a1 tcp: switch to GSO being always on by Eric Dumazet · 7 years ago
  66. f5c0c6f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  67. da349fa net: Convert iptable_filter_net_ops by Kirill Tkhai · 7 years ago
  68. 4d6b807 net: Convert ip_tables_net_ops, udplite6_net_ops and xt_net_ops by Kirill Tkhai · 7 years ago
  69. 1cbec07 net: Only honor ifindex in IP_PKTINFO if non-0 by David Ahern · 7 years ago
  70. 15f35d4 udplite: fix partial checksum initialization by Alexey Kodanev · 7 years ago
  71. a8c6db1 fib_semantics: Don't match route with mismatching tclassid by Stefano Brivio · 7 years ago
  72. 510c321 xfrm: reuse uncached_list to track xdsts by Xin Long · 7 years ago
  73. 68e813a net/ipv4: Remove fib table id from rtable by David Ahern · 7 years ago
  74. b260664 netfilter: x_tables: use pr ratelimiting in all remaining spots by Florian Westphal · 7 years ago
  75. cc48bae netfilter: x_tables: rate-limit table mismatch warnings by Florian Westphal · 7 years ago
  76. 0cc9501 netfilter: x_tables: remove pr_info where possible by Florian Westphal · 7 years ago
  77. db93a36 netfilter: ipt_CLUSTERIP: fix a refcount bug in clusterip_config_find_get() by Cong Wang · 7 years ago
  78. 57ebd80 netfilter: add back stackpointer size checks by Florian Westphal · 7 years ago
  79. 01ea306 netfilter: drop outermost socket lock in getsockopt() by Paolo Abeni · 7 years ago
  80. 9942895 net: Move ipv4 set_lwt_redirect helper to lwtunnel by David Ahern · 7 years ago
  81. e0f9759 tcp: try to keep packet if SYN_RCV race is lost by Eric Dumazet · 7 years ago
  82. 8c2ceab net/ipv4: Unexport fib_multipath_hash and fib_select_path by David Ahern · 7 years ago
  83. 0d876f2 net/ipv4: Simplify fib_select_path by David Ahern · 7 years ago
  84. 22769a2 net: Convert ipv4_sysctl_ops by Kirill Tkhai · 7 years ago
  85. f84c682 net: Convert pernet_subsys, registered from inet_init() by Kirill Tkhai · 7 years ago
  86. 60aa804 esp4: remove redundant initialization of pointer esph by Colin Ian King · 7 years ago
  87. 9b2c45d net: make getname() functions return length rather than use int* parameter by Denys Vlasenko · 7 years ago
  88. 808cf9e tcp: Honor the eor bit in tcp_mtu_probe by Ilya Lesokhin · 7 years ago
  89. a9a0884 vfs: do bulk POLL* -> EPOLL* replacement by Linus Torvalds · 7 years ago
  90. 437a4db Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  91. b3e456f netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation by Cong Wang · 7 years ago
  92. 5c487bb tcp: tracepoint: only call trace_tcp_send_reset with full socket by Song Liu · 7 years ago
  93. 4d80ecd Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  94. b408c5b netfilter: nf_tables: fix flowtable free by Pablo Neira Ayuso · 7 years ago
  95. 39f57f6 net: erspan: fix erspan config overwrite by William Tu · 7 years ago
  96. 3df19283 net: erspan: fix metadata extraction by William Tu · 7 years ago
  97. b11a632 net: add a UID to use for ULP socket assignment by John Fastabend · 7 years ago
  98. 617aebe Merge tag 'usercopy-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  99. edbe69e Revert "defer call to mem_cgroup_sk_alloc()" by Roman Gushchin · 7 years ago
  100. 6be3bcd netfilter: flowtable infrastructure depends on NETFILTER_INGRESS by Pablo Neira Ayuso · 7 years ago