1. d27bff9 ip6_gre: Set inner protocol correctly in __gre6_xmit by Tom Herbert · 8 years ago
  2. f41fe3c gre6: Fix flag translations by Tom Herbert · 8 years ago
  3. db2ec95 ip6_gre: Fix MTU setting by Tom Herbert · 8 years ago
  4. 4a65896 net: l3mdev: Move get_saddr and rt6_dst by David Ahern · 8 years ago
  5. e800072 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  6. e8ed77d Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  7. b3b4663 net: vrf: Create FIB tables on link create by David Ahern · 8 years ago
  8. 1d2f7b2 net: ipv6: tcp reset, icmp need to consider L3 domain by David Ahern · 8 years ago
  9. d7cdf81 netfilter: x_tables: get rid of old and inconsistent debugging by Pablo Neira Ayuso · 8 years ago
  10. 8bf42e9 gre6: add Kconfig dependency for NET_IPGRE_DEMUX by Arnd Bergmann · 8 years ago
  11. f132ae7 gre: change gre_parse_header to return the header length by Jiri Benc · 8 years ago
  12. cba65321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  13. 79e8dc8 ipv6/ila: fix nlsize calculation for lwtunnel by Nicolas Dichtel · 8 years ago
  14. 26879da ipv6: add new struct ipcm6_cookie by Wei Wang · 8 years ago
  15. b05229f gre6: Cleanup GREv6 transmit path, call common GRE functions by Tom Herbert · 8 years ago
  16. 79ecb90 ipv6: Generic tunnel cleanup by Tom Herbert · 8 years ago
  17. 8eb30be ipv6: Create ip6_tnl_xmit by Tom Herbert · 8 years ago
  18. 308edfdf gre6: Cleanup GREv6 receive path, call common GRE functions by Tom Herbert · 8 years ago
  19. 0d3c703 ipv6: Cleanup IPv6 tunnel receive path by Tom Herbert · 8 years ago
  20. e61da9e udp: prepare for non BH masking at backlog processing by Eric Dumazet · 8 years ago
  21. c10d931 tcp: do not assume TCP code is non preemptible by Eric Dumazet · 8 years ago
  22. 92b4423 netfilter: fix IS_ERR_VALUE usage by Pablo Neira Ayuso · 8 years ago
  23. f3832ed ipv6: kill ICMP6MSGIN_INC_STATS_BH() by Eric Dumazet · 8 years ago
  24. c2005eb ipv6: rename IP6_UPD_PO_STATS_BH() by Eric Dumazet · 8 years ago
  25. 1d01550 ipv6: rename IP6_INC_STATS_BH() by Eric Dumazet · 8 years ago
  26. 02a1d6e net: rename NET_{ADD|INC}_STATS_BH() by Eric Dumazet · 8 years ago
  27. a16292a net: rename ICMP6_INC_STATS_BH() by Eric Dumazet · 8 years ago
  28. 90bbcc6 net: tcp: rename TCP_INC_STATS_BH by Eric Dumazet · 8 years ago
  29. 02c2234 net: udp: rename UDP_INC_STATS_BH() by Eric Dumazet · 8 years ago
  30. 6aef70a net: snmp: kill various STATS_USER() helpers by Eric Dumazet · 8 years ago
  31. c0cc531 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  32. 8c14586 net: ipv6: Use passed in table for nexthop lookups by David Ahern · 8 years ago
  33. 38bd10c net: ipv6: Delete host routes on an ifdown by David Ahern · 8 years ago
  34. 6a92393 Revert "ipv6: Revert optional address flusing on ifdown." by David S. Miller · 8 years ago
  35. 90bfe66 ila: add checksum neutral ILA translations by Tom Herbert · 8 years ago
  36. 642c2c9 ila: xlat changes by Tom Herbert · 8 years ago
  37. 351596a ila: Add struct definitions and helpers by Tom Herbert · 8 years ago
  38. 960a262 net: better drop monitoring in ip{6}_recv_error() by Eric Dumazet · 8 years ago
  39. 841645b ipv6: Revert optional address flusing on ifdown. by David S. Miller · 8 years ago
  40. f13a82d ipv6: use nla_put_u64_64bit() by Nicolas Dichtel · 8 years ago
  41. d2b484b netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output returns NULL by Liping Zhang · 8 years ago
  42. 11afbff Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  43. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  44. 3d6b66c ip6mr: align RTA_MFC_STATS on 64-bit by Nicolas Dichtel · 8 years ago
  45. 5df1f77 net/ipv6/addrconf: fix sysctl table indentation by Konstantin Khlebnikov · 8 years ago
  46. 607ea7c net/ipv6/addrconf: simplify sysctl registration by Konstantin Khlebnikov · 8 years ago
  47. 3a80e1f ip6gre: Add support for GSO by Alexander Duyck · 8 years ago
  48. ac4eb00 ip6gre: Add support for basic offloads offloads excluding GSO by Alexander Duyck · 8 years ago
  49. a9e242c ip6gretap: Fix MTU to allow for Ethernet header by Alexander Duyck · 8 years ago
  50. aed069d ip_tunnel_core: iptunnel_handle_offloads returns int and doesn't free skb by Alexander Duyck · 8 years ago
  51. b3d0514 tcp: do not mess with listener sk_wmem_alloc by Eric Dumazet · 8 years ago
  52. e646b65 ipv6: udp: Do a route lookup and update during release_cb by Martin KaFai Lau · 8 years ago
  53. 33c162a ipv6: datagram: Update dst cache of a connected datagram sk during pmtu update by Martin KaFai Lau · 8 years ago
  54. 7e2040d ipv6: datagram: Refactor dst lookup and update codes to a new function by Martin KaFai Lau · 8 years ago
  55. 80fbdb2 ipv6: datagram: Refactor flowi6 init codes to a new function by Martin KaFai Lau · 8 years ago
  56. 802ab55 GSO: Support partial segmentation offload by Alexander Duyck · 8 years ago
  57. 1530545 GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID values by Alexander Duyck · 8 years ago
  58. cbc53e0 GSO: Add GSO type for fixed IPv4 ID by Alexander Duyck · 8 years ago
  59. 70af921 net: ipv6: Do not keep linklocal and loopback addresses by David Ahern · 8 years ago
  60. 47e27d5 ipv6, token: allow for clearing the current device token by Daniel Borkmann · 8 years ago
  61. d7591f0 netfilter: x_tables: introduce and use xt_copy_counters_from_user by Florian Westphal · 8 years ago
  62. aded9f3 netfilter: x_tables: remove obsolete check by Florian Westphal · 8 years ago
  63. 9560915 netfilter: x_tables: remove obsolete overflow check for compat case too by Florian Westphal · 8 years ago
  64. 09d9686 netfilter: x_tables: do compat validation via translate_table by Florian Westphal · 8 years ago
  65. 0188346 netfilter: x_tables: xt_compat_match_from_user doesn't need a retval by Florian Westphal · 8 years ago
  66. 329a080 netfilter: ip6_tables: simplify translate_compat_table args by Florian Westphal · 8 years ago
  67. ce683e5 netfilter: x_tables: check for bogus target offset by Florian Westphal · 8 years ago
  68. fc1221b netfilter: x_tables: add compat version of xt_check_entry_offsets by Florian Westphal · 8 years ago
  69. aa412ba netfilter: x_tables: kill check_entry helper by Florian Westphal · 8 years ago
  70. 7d35812 netfilter: x_tables: add and use xt_check_entry_offsets by Florian Westphal · 8 years ago
  71. 3647234 netfilter: x_tables: validate targets of jumps by Florian Westphal · 8 years ago
  72. f24e230 netfilter: x_tables: don't move to non-existent next rule by Florian Westphal · 8 years ago
  73. da0caad Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 8 years ago
  74. 4f7f34e net: vrf: Fix dev refcnt leak due to IPv6 prefix route by David Ahern · 8 years ago
  75. 9ab179d net: vrf: Fix dst reference counting by David Ahern · 8 years ago
  76. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  77. 03c5b53 ipv6: fix inet6_lookup_listener() by Eric Dumazet · 8 years ago
  78. 1089ac6 Merge tag 'mac80211-next-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 8 years ago
  79. 3ba3458 ipv6: Count in extension headers in skb->network_header by Jakub Sitnicki · 8 years ago
  80. a602456 udp: Add GRO functions to UDP socket by Tom Herbert · 8 years ago
  81. 6305830 udp: Add udp6_lib_lookup_skb and udp4_lib_lookup_skb by Tom Herbert · 8 years ago
  82. 1e1d04e net: introduce lockdep_is_held and update various places to use it by Hannes Frederic Sowa · 8 years ago
  83. 85f1e7c netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULL by Haishuang Yan · 8 years ago
  84. b6ee376 ip6_tunnel: set rtnl_link_ops before calling register_netdevice by Thadeu Lima de Souza Cascardo · 8 years ago
  85. 627d2d6 udp: enable MSG_PEEK at non-zero offset by samanthakumar · 8 years ago
  86. e6afc8a udp: remove headers from UDP packets before queueing by samanthakumar · 8 years ago
  87. 8f6fd83 rhashtable: accept GFP flags in rhashtable_walk_init by Bob Copeland · 8 years ago
  88. 9caad86 tcp: increment sk_drops for listeners by Eric Dumazet · 8 years ago
  89. 532182c tcp: increment sk_drops for dropped rx packets by Eric Dumazet · 8 years ago
  90. 3b24d85 tcp/dccp: do not touch listener sk_refcnt under synflood by Eric Dumazet · 8 years ago
  91. 2d33191 tcp/dccp: use rcu locking in inet_diag_find_one_icsk() by Eric Dumazet · 8 years ago
  92. ee3cf32 tcp/dccp: remove BH disable/enable in lookup by Eric Dumazet · 8 years ago
  93. ca065d0 udp: no longer use SLAB_DESTROY_BY_RCU by Eric Dumazet · 8 years ago
  94. c14ac94 sock: enable timestamping using control messages by Soheil Hassas Yeganeh · 8 years ago
  95. ad1e46a ipv6: process socket-level control messages in IPv6 by Soheil Hassas Yeganeh · 8 years ago
  96. 2d42122 ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates by Eric Dumazet · 8 years ago
  97. 8fef24c netfilter: ip6t_SYNPROXY: remove magic number for hop_limit by Liping Zhang · 8 years ago
  98. b301f25 netfilter: x_tables: enforce nul-terminated table name from getsockopt GET_ENTRIES by Pablo Neira Ayuso · 8 years ago
  99. 54d83fc netfilter: x_tables: fix unconditional helper by Florian Westphal · 8 years ago
  100. 6e94e0c netfilter: x_tables: make sure e->next_offset covers remaining blob size by Florian Westphal · 8 years ago