1. 2ff1cf1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  2. 6c742e7 ipip: add x-netns support by Nicolas Dichtel · 11 years ago
  3. 77a482b ip_gre: fix ipgre_header to return correct offset by Timo Teräs · 11 years ago
  4. 6c734fb gre: fix a regression in ioctl by Cong Wang · 11 years ago
  5. 45f2e99 gre: export gre_handle_offloads() function. by Pravin B Shelar · 11 years ago
  6. 752f36d gre: export gre_build_header() function. by Pravin B Shelar · 11 years ago
  7. bda7bb4 gre: Allow multiple protocol listener for gre protocol. by Pravin B Shelar · 11 years ago
  8. bf3d6a8 iptunnel: specify protocol outside IP header by Nicolas Dichtel · 11 years ago
  9. 96f5a84 ip_gre: fix a possible crash in ipgre_err() by Eric Dumazet · 11 years ago
  10. 2bac7cb net: ipv4: typo issue, remove erroneous semicolon by Chen Gang · 11 years ago
  11. 22251c7 ip_gre: fix a possible crash in parse_gre_header() by Eric Dumazet · 11 years ago
  12. 537aadc ip_gre: don't overwrite iflink during net_dev init by Antonio Quartulli · 11 years ago
  13. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  14. 6181659 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  15. 8c6216d Revert "ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally" by Timo Teräs · 11 years ago
  16. 6aed0c8 tunnel: use iptunnel_xmit() again by Cong Wang · 11 years ago
  17. 7992ae6 Revert "ip_gre: propogate target device GSO capability to the tunnel device" by Pravin B Shelar · 11 years ago
  18. 8f10098 IP_GRE: Fix GRE_CSUM case. by Pravin B Shelar · 11 years ago
  19. 490ab08 IP_GRE: Fix IP-Identification. by Pravin B Shelar · 11 years ago
  20. 4aa896c ip_gre: remove an extra dst_release() by Eric Dumazet · 11 years ago
  21. eb6b9a8 ip_gre: propogate target device GSO capability to the tunnel device by Dmitry Kravkov · 11 years ago
  22. aa0e51c ip_gre: allow CSUM capable devices to handle packets by Dmitry Kravkov · 11 years ago
  23. 68c3316 v4 GRE: Add TCP segmentation offload for GRE by Pravin B Shelar · 11 years ago
  24. f1e7b73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  25. 040468a ip_gre: When TOS is inherited, use configured TOS value for non-IP packets by David Ward · 11 years ago
  26. cef401d net: fix possible wrong checksum generation by Eric Dumazet · 11 years ago
  27. 5465740 IP_GRE: Fix kernel panic in IP_GRE with GRE csum. by Pravin B Shelar · 11 years ago
  28. 861aa6d ipv4/ip_gre: set transport header correctly to gre header by Isaku Yamahata · 12 years ago
  29. f7e75ba ip_gre: fix possible use after free by Eric Dumazet · 12 years ago
  30. 412ed94 ip_gre: make ipgre_tunnel_xmit() not parse network header as IP unconditionally by Isaku Yamahata · 12 years ago
  31. 52e804c net: Allow userns root to control ipv4 by Eric W. Biederman · 12 years ago
  32. e086cad net: unify for_each_ip_tunnel_rcu() by Amerigo Wang · 12 years ago
  33. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  34. 9fbef05 gre: fix sparse warning by stephen hemminger · 12 years ago
  35. 60769a5 ipv4: gre: add GRO capability by Eric Dumazet · 12 years ago
  36. eccc1bb tunnel: drop packet if ECN present with not-ECT by stephen hemminger · 12 years ago
  37. 0c5794a gre: remove unnecessary rcu_read_lock/unlock by stephen hemminger · 12 years ago
  38. d208328 gre: fix handling of key 0 by stephen hemminger · 12 years ago
  39. 6b78f16 gre: add GSO support by Eric Dumazet · 12 years ago
  40. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  41. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  42. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  43. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  44. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  45. 87b6d21 tunnel: implement 64 bits statistics by stephen hemminger · 12 years ago
  46. f3756b7 ipv4: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  47. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 12 years ago
  48. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  49. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  50. bff5285 gre: fix spelling in comments by stephen hemminger · 12 years ago
  51. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 12 years ago
  52. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  53. 0ec8866 ipv4: ip_gre: Convert to dst_neigh_lookup() by David S. Miller · 12 years ago
  54. f2b3ee9 ipv6: Fix ip_gre lockless xmits. by Willem de Bruijn · 12 years ago
  55. 61d57f8 ip_gre: Fix bug added to ipgre_tunnel_xmit(). by David S. Miller · 12 years ago
  56. 496053f ipv4: Remove bogus checks of rt_gateway being zero. by David S. Miller · 12 years ago
  57. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  58. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  59. 805dc1d ip_gre: Set needed_headroom dynamically again by Herbert Xu · 13 years ago
  60. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  61. 113ab38 ip_gre: dont increase dev->needed_headroom on a live device by Eric Dumazet · 13 years ago
  62. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  63. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  64. cbb1e85 ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels. by David S. Miller · 13 years ago
  65. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  66. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  67. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  68. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 13 years ago
  69. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  70. 946bf5e ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmit by Steffen Klassert · 13 years ago
  71. 323e126 ipv4: Don't pre-seed hoplimit metric. by David S. Miller · 14 years ago
  72. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  73. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  74. 4da6a73 gre: add module alias for gre0 tunnel device by stephen hemminger · 14 years ago
  75. 407d6fc gre: minor cleanups by stephen hemminger · 14 years ago
  76. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  77. cc9ff19 xfrm: use gre key as flow upper protocol info by Timo Teräs · 14 years ago
  78. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  79. 3285ee3 ip_gre: fix fallback tunnel setup by Eric Dumazet · 14 years ago
  80. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
  81. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  82. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  83. 6d0722a ip_gre: comments change by Eric Dumazet · 14 years ago
  84. b790e01 ip_gre: lockless xmit by Eric Dumazet · 14 years ago
  85. e985aad ip_gre: percpu stats accounting by Eric Dumazet · 14 years ago
  86. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  87. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  88. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  89. 842c74b ip_gre: CONFIG_IPV6_MODULE support by Eric Dumazet · 14 years ago
  90. 1507850 gre: get rid of ipgre_lock by Eric Dumazet · 14 years ago
  91. 00959ad PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol) by Dmitry Kozlov · 14 years ago
  92. dd4ba83 gre: propagate ipv6 transport class by Stephen Hemminger · 14 years ago
  93. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  94. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  95. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  96. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  97. 243aad8 ip_gre: include route header_len in max_headroom calculation by Timo Teräs · 14 years ago
  98. 6d55cb9 gre: fix hard header destination address checking by Timo Teräs · 14 years ago
  99. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  100. c2892f0 gre: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago