1. f8126f1 ipv4: Adjust semantics of rt->rt_gateway. by David S. Miller · 12 years ago
  2. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  3. 55be7a9 ipv4: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  4. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  5. 5e73ea1 ipv4: fix checkpatch errors by Daniel Baluta · 12 years ago
  6. 87b6d21 tunnel: implement 64 bits statistics by stephen hemminger · 12 years ago
  7. f3756b7 ipv4: Stop using NLA_PUT*(). by David S. Miller · 12 years ago
  8. afd46503 net: ipv4: Standardize prefixes for message logging by Joe Perches · 12 years ago
  9. 058bd4d net: Convert printks to pr_<level> by Joe Perches · 12 years ago
  10. ff4783c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  11. bff5285 gre: fix spelling in comments by stephen hemminger · 13 years ago
  12. f2cedb6 net: replace random_ether_addr() with eth_hw_addr_random() by Danny Kukawka · 13 years ago
  13. dd48dc3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  14. 0ec8866 ipv4: ip_gre: Convert to dst_neigh_lookup() by David S. Miller · 13 years ago
  15. f2b3ee9 ipv6: Fix ip_gre lockless xmits. by Willem de Bruijn · 13 years ago
  16. 61d57f8 ip_gre: Fix bug added to ipgre_tunnel_xmit(). by David S. Miller · 13 years ago
  17. 496053f ipv4: Remove bogus checks of rt_gateway being zero. by David S. Miller · 13 years ago
  18. dfd56b8 net: use IS_ENABLED(CONFIG_IPV6) by Eric Dumazet · 13 years ago
  19. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  20. 805dc1d ip_gre: Set needed_headroom dynamically again by Herbert Xu · 13 years ago
  21. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  22. 113ab38 ip_gre: dont increase dev->needed_headroom on a live device by Eric Dumazet · 13 years ago
  23. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  24. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  25. cbb1e85 ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels. by David S. Miller · 13 years ago
  26. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  27. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  28. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  29. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 14 years ago
  30. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 14 years ago
  31. 946bf5e ip_gre: Add IPPROTO_GRE to flowi in ipgre_tunnel_xmit by Steffen Klassert · 14 years ago
  32. 323e126 ipv4: Don't pre-seed hoplimit metric. by David S. Miller · 14 years ago
  33. 5170ae8 net: Abstract RTAX_HOPLIMIT metric accesses behind helper. by David S. Miller · 14 years ago
  34. defb351 net: Abstract away all dst_entry metrics accesses. by David S. Miller · 14 years ago
  35. 4da6a73 gre: add module alias for gre0 tunnel device by stephen hemminger · 14 years ago
  36. 407d6fc gre: minor cleanups by stephen hemminger · 14 years ago
  37. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  38. cc9ff19 xfrm: use gre key as flow upper protocol info by Timo Teräs · 14 years ago
  39. c753796 ipv4: Make rt->fl.iif tests lest obscure. by David S. Miller · 14 years ago
  40. 3285ee3 ip_gre: fix fallback tunnel setup by Eric Dumazet · 14 years ago
  41. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
  42. 8723e1b inet: RCU changes in inetdev_by_index() by Eric Dumazet · 14 years ago
  43. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  44. 6d0722a ip_gre: comments change by Eric Dumazet · 14 years ago
  45. b790e01 ip_gre: lockless xmit by Eric Dumazet · 14 years ago
  46. e985aad ip_gre: percpu stats accounting by Eric Dumazet · 14 years ago
  47. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  48. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  49. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  50. 842c74b ip_gre: CONFIG_IPV6_MODULE support by Eric Dumazet · 14 years ago
  51. 1507850 gre: get rid of ipgre_lock by Eric Dumazet · 14 years ago
  52. 00959ad PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol) by Dmitry Kozlov · 14 years ago
  53. dd4ba83 gre: propagate ipv6 transport class by Stephen Hemminger · 14 years ago
  54. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  55. 3fa21e0 net: Remove unnecessary returns from void function()s by Joe Perches · 14 years ago
  56. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  57. 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
  58. 243aad8 ip_gre: include route header_len in max_headroom calculation by Timo Teräs · 14 years ago
  59. 6d55cb9 gre: fix hard header destination address checking by Timo Teräs · 15 years ago
  60. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 15 years ago
  61. c2892f0 gre: fix netns vs proto registration ordering by Alexey Dobriyan · 15 years ago
  62. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  63. cfb8fbf net: Simplify ip_gre pernet operations. by Eric W. Biederman · 15 years ago
  64. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  65. 81adee4 net: Support specifying the network namespace upon device creation. by Eric W. Biederman · 15 years ago
  66. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  67. 2e9526b gre: Fix dev_addr clobbering for gretap by Herbert Xu · 15 years ago
  68. eef6dd6 gre: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  69. 8d5b2c0 gre: convert hash tables locking to RCU by Eric Dumazet · 15 years ago
  70. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago
  71. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  72. 3261309 net: constify struct net_protocol by Alexey Dobriyan · 15 years ago
  73. 6cdee2f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  74. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  75. 8cdb045 gre: Fix MTU calculation for bound GRE tunnels by Tom Goff · 15 years ago
  76. da81203 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. ee686ca gre: fix ToS/DiffServ inherit bug by Andreas Jaggi · 15 years ago
  78. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  79. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  80. 511c3f9 net: skb->rtable accessor by Eric Dumazet · 15 years ago
  81. 108bfa8 net: unset IFF_XMIT_DST_RELEASE in ipgre_tunnel_setup() by Eric Dumazet · 15 years ago
  82. da6185d8 gre: used time_before for comparing jiffies by Wei Yongjun · 16 years ago
  83. afcf124 gre: optimize hash lookup by Timo Teras · 16 years ago
  84. 749c10f gre: strict physical device binding by Timo Teras · 16 years ago
  85. be77e59 net: fix tunnels in netns after ndo_ changes by Alexey Dobriyan · 16 years ago
  86. b8c26a3 ipgre: convert to netdevice_ops by Stephen Hemminger · 16 years ago
  87. 6ed2533 net: clean up net/ipv4/fib_frontend.c fib_hash.c ip_gre.c by Jianjun Kong · 16 years ago
  88. 7bb82d9 gre: Initialise rtnl_link tunnel parameters properly by Herbert Xu · 16 years ago
  89. 4d74f8b gre: minor cleanups in netlink interface by Patrick McHardy · 16 years ago
  90. ba9e64b gre: fix copy and paste error by Patrick McHardy · 16 years ago
  91. 64194c3 inet: Make tunnel RX/TX byte counters more consistent by Herbert Xu · 16 years ago
  92. e1a8000 gre: Add Transparent Ethernet Bridging by Herbert Xu · 16 years ago
  93. c19e654 gre: Add netlink interface by Herbert Xu · 16 years ago
  94. 42aa916 gre: Move MTU setting out of ipgre_tunnel_bind_dev by Herbert Xu · 16 years ago
  95. c95b819 gre: Use needed_headroom by Herbert Xu · 16 years ago
  96. 43154d0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  97. 071f92d net: The world is not perfect patch. by Rami Rosen · 16 years ago
  98. addd68e ipgre: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  99. f96c148 [GRE]: Allow for IPPROTO_GRE protocol in namespaces. by Pavel Emelyanov · 16 years ago
  100. 0b67ece [GRE]: Allow to create IPGRE tunnels in net namespaces. by Pavel Emelyanov · 16 years ago