1. 71a1c91 net/ipv6: Increment OUTxxx counters after netfilter hook by Jeff Barnhill · 7 years ago
  2. 537b361 vti6: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  3. db7a65e ip6_tunnel: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  4. 5f42df0 ip6_gre: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  5. b95211e ipv6: sit: better validate user provided tunnel names by Eric Dumazet · 7 years ago
  6. 3d23401 inet: frags: fix ip6frag_low_thresh boundary by Eric Dumazet · 7 years ago
  7. 9e8445a net: avoid unneeded atomic operation in ip*_append_data() by Paolo Abeni · 7 years ago
  8. 4f858c5 ipv6: udp: set dst cache for a connected sk if current not valid by Alexey Kodanev · 7 years ago
  9. 9f542f6 ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg() by Alexey Kodanev · 7 years ago
  10. 9681815 ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow() by Alexey Kodanev · 7 years ago
  11. 7d6850f ipv6: add a wrapper for ip6_dst_store() with flowi6 checks by Alexey Kodanev · 7 years ago
  12. 6e00f7d ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh by Eric Dumazet · 7 years ago
  13. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  14. 1f4c6eb ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data() by Eric Dumazet · 7 years ago
  15. ec12589 ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init() by Alexey Kodanev · 7 years ago
  16. d4069fe Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  17. f2d1c72 inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CB by Eric Dumazet · 7 years ago
  18. 219badf ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CB by Eric Dumazet · 7 years ago
  19. 05c0b86 ipv6: frags: rewrite ip6_expire_frag_queue() by Eric Dumazet · 7 years ago
  20. 3e67f10 inet: frags: break the 2GB limit for frags storage by Eric Dumazet · 7 years ago
  21. 2d44ed2 inet: frags: remove inet_frag_maybe_warn_overflow() by Eric Dumazet · 7 years ago
  22. 399d140 inet: frags: get rif of inet_frag_evicting() by Eric Dumazet · 7 years ago
  23. 6befe4a inet: frags: remove some helpers by Eric Dumazet · 7 years ago
  24. 648700f inet: frags: use rhashtables for reassembly units by Eric Dumazet · 7 years ago
  25. 5b975ba inet: frags: refactor ipv6_frag_init() by Eric Dumazet · 7 years ago
  26. 093ba72 inet: frags: add a pointer to struct netns_frags by Eric Dumazet · 7 years ago
  27. 787bea7 inet: frags: change inet_frags_init_net() return value by Eric Dumazet · 7 years ago
  28. aac3fc3 bpf: Post-hooks for sys_bind by Andrey Ignatov · 7 years ago
  29. d74bad4 bpf: Hooks for sys_connect by Andrey Ignatov · 7 years ago
  30. 3679d58 net: Introduce __inet_bind() and __inet6_bind by Andrey Ignatov · 7 years ago
  31. 4fbac77 bpf: Hooks for sys_bind by Andrey Ignatov · 7 years ago
  32. b6cdbc8 net/ipv6: Fix route leaking between VRFs by David Ahern · 7 years ago
  33. 5807b22 ipv6: sr: fix seg6 encap performances with TSO enabled by David Lebrun · 7 years ago
  34. 428604f ipv6: do not set routes if disable_ipv6 has been enabled by Lorenzo Bianconi · 7 years ago
  35. d162190 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 7 years ago
  36. e3b5e1e Revert "netfilter: x_tables: ensure last rule in base chain matches underflow/policy" by Florian Westphal · 7 years ago
  37. 43a605f netfilter: nf_tables: enable conntrack if NAT chain is registered by Pablo Neira Ayuso · 7 years ago
  38. 02c7b25 netfilter: nf_tables: build-in filter chain type by Pablo Neira Ayuso · 7 years ago
  39. cc07eeb netfilter: nf_tables: nft_register_chain_type() returns void by Pablo Neira Ayuso · 7 years ago
  40. 32537e9 netfilter: nf_tables: rename struct nf_chain_type by Pablo Neira Ayuso · 7 years ago
  41. 18dcbe1 ipv6: export ip6 fragments sysctl to unprivileged users by Eric Dumazet · 7 years ago
  42. 2233000 net/ipv6: Move call_fib6_entry_notifiers up for route adds by David Ahern · 7 years ago
  43. 56455e0 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 7 years ago
  44. 020295d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  45. 2f635ce net: Drop pernet_operations::async by Kirill Tkhai · 7 years ago
  46. e32ac25 ipv6: addrconf: Use normal debugging style by Joe Perches · 7 years ago
  47. 8c13af2 ip6mr: Add refcounting to mfc by Yuval Mintz · 7 years ago
  48. d3c07e5 ip6mr: Add API for default_rule fib by Yuval Mintz · 7 years ago
  49. 088aa3e ip6mr: Support fib notifications by Yuval Mintz · 7 years ago
  50. d644406 net: Use octal not symbolic permissions by Joe Perches · 7 years ago
  51. 10b8a3d ipv6: the entire IPv6 header chain must fit the first fragment by Paolo Abeni · 7 years ago
  52. bc58a1b net/ipv4: disable SMC TCP option with SYN Cookies by Hans Wippel · 7 years ago
  53. b9ee96b Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 7 years ago
  54. 32c1733 netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6} by Subash Abhinov Kasiviswanathan · 7 years ago
  55. 1bfa26f ipv6: fix possible deadlock in rt6_age_examine_exception() by Eric Dumazet · 7 years ago
  56. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  57. 1574639 gre: fix TUNNEL_SEQ bit check on sequence numbering by Colin Ian King · 7 years ago
  58. 68e2ffd net/ipv6: Handle onlink flag with multipath routes by David Ahern · 7 years ago
  59. 8936ef7 ipv6: sr: fix NULL pointer dereference when setting encap source address by David Lebrun · 7 years ago
  60. 191f86c ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state by David Lebrun · 7 years ago
  61. aa65f63 net: Convert nf_ct_net_ops by Kirill Tkhai · 7 years ago
  62. 5f2fb80 ipv6: old_dport should be a __be16 in __ip6_datagram_connect() by Stefano Brivio · 7 years ago
  63. 20710b3 netfilter: ctnetlink: synproxy support by Pablo Neira Ayuso · 7 years ago
  64. f8a554b vti6: Fix dev->max_mtu setting by Stefano Brivio · 7 years ago
  65. 7a67e69 vti6: Keep set MTU on link creation or change, validate it by Stefano Brivio · 7 years ago
  66. c6741fb vti6: Properly adjust vti6 MTU from MTU of lower device by Stefano Brivio · 7 years ago
  67. 1e80295 udp: Move the udp sysctl to namespace. by Tonghao Zhang · 7 years ago
  68. 1893ff2 net/ipv6: Add l3mdev check to ipv6_chk_addr_and_flags by David Ahern · 7 years ago
  69. 232378e net/ipv6: Change address check to always take a device argument by David Ahern · 7 years ago
  70. 9fbb704 net/ipv6: Refactor gateway validation on route add by David Ahern · 7 years ago
  71. d2ddf628 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec by David S. Miller · 7 years ago
  72. 2f987a7 net: ipv6: keep sk status consistent after datagram connect failure by Paolo Abeni · 7 years ago
  73. bbfa047 ipv6: Use ip6_multipath_hash_policy() in rt6_multipath_hash(). by David S. Miller · 7 years ago
  74. e41c7c6 ip6erspan: make sure enough headroom at xmit. by William Tu · 7 years ago
  75. d6aa711 ip6erspan: improve error handling for erspan version number. by William Tu · 7 years ago
  76. 3b04caa ip6gre: add erspan v2 to tunnel lookup by William Tu · 7 years ago
  77. 79134e6 net: do not create fallback tunnels for non-default namespaces by Eric Dumazet · 7 years ago
  78. 9f62c15 ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option() by Lorenzo Bianconi · 7 years ago
  79. 1fd2c55 net: Convet ipv6_net_ops by Kirill Tkhai · 7 years ago
  80. 997266a net: Convert ip6 tables pernet_operations by Kirill Tkhai · 7 years ago
  81. a366e30 ip6mr: remove synchronize_rcu() in favor of SOCK_RCU_FREE by Eric Dumazet · 7 years ago
  82. e9fa149 ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes by Stefano Brivio · 7 years ago
  83. 9a21ac94 ipv6: ndisc: use true and false for boolean values by Gustavo A. R. Silva · 7 years ago
  84. 87cdf31 xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto by Yossi Kuperman · 7 years ago
  85. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  86. 0d7df90 netfilter: x_tables: ensure last rule in base chain matches underflow/policy by Florian Westphal · 7 years ago
  87. 9782a11 netfilter: compat: prepare xt_compat_init_offsets to return errors by Florian Westphal · 7 years ago
  88. c84ca95 netfilter: x_tables: add counters allocation wrapper by Florian Westphal · 7 years ago
  89. 1b293e3 netfilter: x_tables: move hook entry checks into core by Florian Westphal · 7 years ago
  90. 07a9da5 netfilter: x_tables: check standard verdicts in core by Florian Westphal · 7 years ago
  91. f31e5f1 netfilter: unlock xt_table earlier in __do_replace by Xin Long · 7 years ago
  92. c60a246 net: Convert arp_tables_net_ops and ip6_tables_net_ops by Kirill Tkhai · 7 years ago
  93. 3822034 net: Convert log pernet_operations by Kirill Tkhai · 7 years ago
  94. 77a5196 gre: add sequence number for collect md mode. by William Tu · 7 years ago
  95. 80f5974 net: xfrm: use skb_gso_validate_network_len() to check gso sizes by Daniel Axtens · 7 years ago
  96. 779b793 net: rename skb_gso_validate_mtu -> skb_gso_validate_network_len by Daniel Axtens · 7 years ago
  97. b4bac17 net/ipv6: Add support for path selection using hash of 5-tuple by David Ahern · 7 years ago
  98. b75cc8f net/ipv6: Pass skb to route lookup by David Ahern · 7 years ago
  99. 9a2a537 net/ipv6: Make rt6_multipath_hash similar to fib_multipath_hash by David Ahern · 7 years ago
  100. 6f74b6c net: Align ip_multipath_l3_keys and ip6_multipath_l3_keys by David Ahern · 7 years ago