1. 4ff0620 net: add dst_pending_confirm flag to skbuff by Julian Anastasov · 8 years ago
  2. bb4005b ipv6: sr: fix non static symbol warnings by Wei Yongjun · 8 years ago
  3. 7d4d506 net: ipv6: Use compressed IPv6 addresses showing route replace error by David Ahern · 8 years ago
  4. 16a16cd net: ipv6: Change notifications for multipath delete to RTA_MULTIPATH by David Ahern · 8 years ago
  5. 3b1137f net: ipv6: Change notifications for multipath add to RTA_MULTIPATH by David Ahern · 8 years ago
  6. beb1afac5 net: ipv6: Add support to dump multipath routes via RTA_MULTIPATH attribute by David Ahern · 8 years ago
  7. 0ae8133 net: ipv6: Allow shorthand delete of all nexthops in multipath route by David Ahern · 8 years ago
  8. 52e01b8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  9. 94b5e0f net: ipv6: Set protocol to kernel for local routes by David Ahern · 8 years ago
  10. 3541f9e tcp: add tcp_mss_clamp() helper by Eric Dumazet · 8 years ago
  11. e216015 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  12. 2851940 netfilter: allow logging from non-init namespaces by Michal Kubeček · 8 years ago
  13. a9e419d netfilter: merge ctinfo into nfct pointer storage area by Florian Westphal · 8 years ago
  14. c74454f netfilter: add and use nf_ct_set helper by Florian Westphal · 8 years ago
  15. cb9c683 skbuff: add and use skb_nfct helper by Florian Westphal · 8 years ago
  16. 6e10148 netfilter: reset netfilter state when duplicating packet by Florian Westphal · 8 years ago
  17. 11df4b7 netfilter: conntrack: no need to pass ctinfo to error handler by Florian Westphal · 8 years ago
  18. 63117f0 ipv6: pointer math error in ip6_tnl_parse_tlv_enc_lim() by Dan Carpenter · 8 years ago
  19. 1f5e29c net: ipv6: add NLM_F_APPEND in notifications when applicable by David Ahern · 8 years ago
  20. 04cdf13 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 8 years ago
  21. 2b89ed6 ipv6: Paritially checksum full MTU frames by Vlad Yasevich · 8 years ago
  22. 30357d7 lwtunnel: remove device arg to lwtunnel_build_state by David Ahern · 8 years ago
  23. 63a6fff net: Avoid receiving packets with an l3mdev on unbound UDP sockets by Robert Shearman · 8 years ago
  24. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  25. 92e55f4 tcp: don't annotate mark on control socket from tcp_v6_send_response() by Pablo Neira · 8 years ago
  26. 45ce0fd net/ipv6: support more tunnel interfaces for EUI64 link-local generation by Felix Jia · 8 years ago
  27. d35a00b net/ipv6: allow sysctl to change link-local address generation mode by Felix Jia · 8 years ago
  28. 1f17e2f net: ipv6: ignore null_entry on route dumps by David Ahern · 8 years ago
  29. 3b7b2b0 net: ipv6: remove skb_reserve in getroute by David Ahern · 8 years ago
  30. 086cb6a Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 8 years ago
  31. 19f6d3f net/tcp-fastopen: Add new API support by Wei Wang · 8 years ago
  32. 25776aa net: Remove __sk_dst_reset() in tcp_v6_connect() by Wei Wang · 8 years ago
  33. 88ff733 net: Specify the owning module for lwtunnel ops by Robert Shearman · 8 years ago
  34. fbfa743 ipv6: fix ip6_tnl_parse_tlv_enc_lim() by Eric Dumazet · 8 years ago
  35. 21b995a ip6_tunnel: must reload ipv6h in ip6ip6_tnl_xmit() by Eric Dumazet · 8 years ago
  36. 4548b68 Introduce a sysctl that modifies the value of PROT_SOCK. by Krister Johansen · 8 years ago
  37. 9ca677b1 ipv6: add NUMA awareness to seg6_hmac_init_algo() by Eric Dumazet · 8 years ago
  38. c10aa71 gre6: Clean up unused struct ipv6_tel_txoption definition by Jakub Sitnicki · 8 years ago
  39. e363116 ipv6: seg6_genl_set_tunsrc() must check kmemdup() return value by Eric Dumazet · 8 years ago
  40. a1a22c1 net: ipv6: Keep nexthop of multipath route on admin down by David Ahern · 8 years ago
  41. 03e4def ipv6: addrconf: Avoid addrconf_disable_change() using RCU read-side lock by Kefeng Wang · 8 years ago
  42. 9ed5959 lwtunnel: fix autoload of lwt modules by David Ahern · 8 years ago
  43. f8cfe2c net: ipv6: remove prefix arg to rt6_fill_node by David Ahern · 8 years ago
  44. fd61c6b net: ipv6: remove nowait arg to rt6_fill_node by David Ahern · 8 years ago
  45. aa07884 inet: drop ->bind_conflict by Josef Bacik · 8 years ago
  46. fe38d2a inet: collapse ipv4/v6 rcv_saddr_equal functions into one by Josef Bacik · 8 years ago
  47. 580bdf5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  48. eb758c8 esp: Introduce a helper to setup the trailer by Steffen Klassert · 8 years ago
  49. 03e2a30 esp6: Avoid skb_cow_data whenever possible by Steffen Klassert · 8 years ago
  50. 02ca042 ip6_tunnel: Account for tunnel header in tunnel MTU by Jakub Sitnicki · 8 years ago
  51. 1666d49 mld: do not remove mld souce list info when set link down by Hangbin Liu · 8 years ago
  52. 6443ebc netfilter: rpfilter: fix incorrect loopback packet judgment by Liping Zhang · 8 years ago
  53. 726282a IPsec: do not ignore crypto err in ah6 input by Gilad Ben-Yossef · 8 years ago
  54. bec41a1 tcp: remove early retransmit by Yuchung Cheng · 8 years ago
  55. 57dde7f tcp: add reordering timer in RACK loss detection by Yuchung Cheng · 8 years ago
  56. fa79581 ipv6: sr: fix several BUGs when preemption is enabled by David Lebrun · 8 years ago
  57. 717ac5c ipv6: sr: static percpu allocation for hmac_ring by Eric Dumazet · 8 years ago
  58. ea7a808 net: lwtunnel: Handle lwtunnel_fill_encap failure by David Ahern · 8 years ago
  59. 02ac5d1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  60. 57ea52a gro: Disable frag0 optimization on IPv6 ext headers by Herbert Xu · 8 years ago
  61. 67c408c ipv6: fix typos by Alexander Alemayhu · 8 years ago
  62. 4b9d07a net: introduce keepalive function in struct proto by Ursula Braun · 8 years ago
  63. 7ba91ec net: for rate-limited ICMP replies save one atomic operation by Jesper Dangaard Brouer · 8 years ago
  64. c0303ef net: reduce cycles spend on ICMP replies that gets rate limited by Jesper Dangaard Brouer · 8 years ago
  65. bb1d303 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  66. fe62d05 syncookies: use SipHash in place of SHA1 by Jason A. Donenfeld · 8 years ago
  67. bf99b4d tcp: fix mark propagation with fwmark_reflect enabled by Pau Espin Pedrol · 8 years ago
  68. cc31d43 netfilter: use fwmark_reflect in nf_send_reset by Pau Espin Pedrol · 8 years ago
  69. ec23189 xtables: extend matches and targets with .usersize by Willem de Bruijn · 8 years ago
  70. e47ddb2 ip6tables: use match, target and data copy_to_user helpers by Willem de Bruijn · 8 years ago
  71. 93e246f vti6: fix device register to report IFLA_INFO_KIND by David Forster · 8 years ago
  72. f784ad3 ipv6: do not send RTM_DELADDR for tentative addresses by Mahesh Bandewar · 8 years ago
  73. 76eb75b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  74. 1708ebc ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entries by Nikolay Aleksandrov · 8 years ago
  75. 7bb387c net: Allow IP_MULTICAST_IF to set index to L3 slave by David Ahern · 8 years ago
  76. de8499c ipv6: remove unnecessary inet6_sk check by Dave Jones · 8 years ago
  77. e4c5e13 ipv6: Should use consistent conditional judgement for ip6 fragment between __ip6_append_data and ip6_finish_output by Zheng Li · 8 years ago
  78. 1946e67 ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knob by Haishuang Yan · 8 years ago
  79. 1f3a8e4 ktime: Get rid of ktime_equal() by Thomas Gleixner · 8 years ago
  80. 2456e85 ktime: Get rid of the union by Thomas Gleixner · 8 years ago
  81. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  82. a98f917 ipv6: handle -EFAULT from skb_copy_bits by Dave Jones · 8 years ago
  83. 39b2dd7 inet: fix IP(V6)_RECVORIGDSTADDR for udp sockets by Willem de Bruijn · 8 years ago
  84. c2ed188 net: ipv6: check route protocol when deleting routes by Mantas M · 8 years ago
  85. 0643ee4 inet: Fix get port to handle zero port number with soreuseport set by Tom Herbert · 8 years ago
  86. 5fccd64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  87. 1158343 netfilter: nft_fib: convert htonl to ntohl properly by Liping Zhang · 8 years ago
  88. ae0ac0e netfilter: x_tables: pack percpu counter allocations by Florian Westphal · 8 years ago
  89. f28e15b netfilter: x_tables: pass xt_counters struct to counter allocator by Florian Westphal · 8 years ago
  90. 4d31eef netfilter: x_tables: pass xt_counters struct instead of packet counter by Florian Westphal · 8 years ago
  91. 834184b netfilter: defrag: only register defrag functionality if needed by Florian Westphal · 8 years ago
  92. 96d5822 ipv6: Allow IPv4-mapped address as next-hop by Erik Nordmark · 8 years ago
  93. 7aa5470 tcp: tsq: move tsq_flags close to sk_wmem_alloc by Eric Dumazet · 8 years ago
  94. 0c66dc1 netfilter: conntrack: register hooks in netns when needed by ruleset by Florian Westphal · 8 years ago
  95. 20afd42 netfilter: nf_tables: add conntrack dependencies for nat/masq/redir expressions by Florian Westphal · 8 years ago
  96. ecb2421 netfilter: add and use nf_ct_netns_get/put by Florian Westphal · 8 years ago
  97. 9b91c96 netfilter: conntrack: built-in support for UDPlite by Davide Caratti · 8 years ago
  98. a85406a netfilter: conntrack: built-in support for SCTP by Davide Caratti · 8 years ago
  99. c51d390 netfilter: conntrack: built-in support for DCCP by Davide Caratti · 8 years ago
  100. cd72751 netfilter: update Arturo Borrero Gonzalez email address by Arturo Borrero Gonzalez · 8 years ago