1. ecf2c06 ip6tnl,gre6,vti6: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  2. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  3. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  4. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  5. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  6. 6e03f89 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  7. d1e158e ip6_gre: fix endianness errors in ip6gre_err by Sabrina Dubroca · 9 years ago
  8. 3390e39 ip6gretap: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  9. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 10 years ago
  10. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  11. be6572f ipv6: gre: fix wrong skb->protocol in WCCP by Yuri Chislov · 10 years ago
  12. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  13. d500514 ipv6: Allow sending packets through tunnels with wildcard endpoints by Steffen Klassert · 10 years ago
  14. f03eb12 gre6: Move the setting of dev->iflink into the ndo_init functions. by Steffen Klassert · 10 years ago
  15. 64b1f00 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  16. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  17. 3be0724 ip6_gre: fix flowi6_proto value in xmit path by Nicolas Dichtel · 10 years ago
  18. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  19. 54bc9ba gre: Set inner protocol in v4 and v6 GRE transmit by Tom Herbert · 10 years ago
  20. cd0a0bd ip6_gre: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  21. 5a4ee9a ip6gre: add a rtnl link alias for ip6gretap by Nicolas Dichtel · 10 years ago
  22. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  23. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 10 years ago
  24. 81249be gre6: Call skb_checksum_simple_validate by Tom Herbert · 10 years ago
  25. 22f0806 ip6gre: add x-netns support by Nicolas Dichtel · 10 years ago
  26. 54d63f78 ip6_gre: don't allow to remove the fb_tunnel_dev by Nicolas Dichtel · 10 years ago
  27. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  28. d76ed22 ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper by Li RongQing · 11 years ago
  29. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  30. 3308de2 ipv6: add ip6_flowlabel helper by Florent Fourcot · 11 years ago
  31. 37cfee9 ipv6: move IPV6_TCLASS_MASK definition in ipv6.h by Florent Fourcot · 11 years ago
  32. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  33. bf58175 ipv6: Initialize ip6_tnl.hlen in gre tunnel even if no route is found by Oussama Ghorbel · 11 years ago
  34. 0e719e3 ipv6: Fix the upper MTU limit in GRE tunnel by Oussama Ghorbel · 11 years ago
  35. 3da812d ipv6: gre: correct calculation of max_headroom by Hannes Frederic Sowa · 11 years ago
  36. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  37. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  38. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  39. 3d48305 ipv6: wire up skb->encapsulation by Hannes Frederic Sowa · 11 years ago
  40. 0bd87628 ip6tnl: add x-netns support by Nicolas Dichtel · 11 years ago
  41. 5dbd506 ipv6,gre: do not leak info to user-space by Amerigo Wang · 11 years ago
  42. f61dd38 Tunneling: use IP Tunnel stats APIs. by Pravin B Shelar · 11 years ago
  43. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  44. e8f72ea ipv6: introduce ip6tunnel_xmit() helper by Cong Wang · 11 years ago
  45. fd50231 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 41ab3e3 ipv6/ip6_gre: fix error case handling in ip6gre_tunnel_xmit() by Tommi Rantala · 11 years ago
  47. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  48. ae782bb ipv6/ip6_gre: set transport header correctly by Isaku Yamahata · 12 years ago
  49. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  50. e086cad net: unify for_each_ip_tunnel_rcu() by Amerigo Wang · 12 years ago
  51. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  52. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  53. a375413 gre6: fix rtnl dump messages by Nicolas Dichtel · 12 years ago
  54. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  55. bcc4529 ipv6: gre: remove ip6gre_header_parse() by Eric Dumazet · 12 years ago
  56. eccc1bb tunnel: drop packet if ECN present with not-ECT by stephen hemminger · 12 years ago
  57. 0c5794a gre: remove unnecessary rcu_read_lock/unlock by stephen hemminger · 12 years ago
  58. b87fb39 ipv6: gre: fix ip6gre_err() by Eric Dumazet · 12 years ago
  59. c12b395 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago