1. ab34380 ipv6: Don't unset flowi6_proto in ipxip6_tnl_xmit() by Eli Cooper · 8 years ago
  2. 3ee93ea ipv6: Don't reset inner headers in ip6_tnl_xmit by Tom Herbert · 8 years ago
  3. b8921ca ip4ip6: Support for GSO/GRO by Tom Herbert · 8 years ago
  4. 815d22e ip6ip6: Support for GSO/GRO by Tom Herbert · 8 years ago
  5. 51c052d ipv6: Set features for IPv6 tunnels by Tom Herbert · 8 years ago
  6. b3a27b5 ip6_tunnel: Add support for fou/gue encapsulation by Tom Herbert · 8 years ago
  7. 058214a ip6_tun: Add infrastructure for doing encapsulation by Tom Herbert · 8 years ago
  8. ca4aa97 ipv6: fix 4in6 tunnel receive path by Nicolas Dichtel · 8 years ago
  9. 4b4a0c9 ip6: Don't set transport header in IPv6 tunneling by Tom Herbert · 8 years ago
  10. 79ecb90 ipv6: Generic tunnel cleanup by Tom Herbert · 8 years ago
  11. 8eb30be ipv6: Create ip6_tnl_xmit by Tom Herbert · 8 years ago
  12. 0d3c703 ipv6: Cleanup IPv6 tunnel receive path by Tom Herbert · 8 years ago
  13. b6ee376 ip6_tunnel: set rtnl_link_ops before calling register_netdevice by Thadeu Lima de Souza Cascardo · 8 years ago
  14. 810813c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  15. 5146d1f tunnel: Clear IPCB(skb)->opt before dst_link_failure called by Bernie Harris · 8 years ago
  16. 607f725 net: replace dst_cache ip6_tunnel implementation with the generic one by Paolo Abeni · 8 years ago
  17. 206b495 net/ip6_tunnel: fix dst leak by Paolo Abeni · 9 years ago
  18. 17a10c9 ip6_tunnel: Reduce log level in ip6_tnl_err() to debug by Matt Bennett · 9 years ago
  19. 70da5b5 ipv6: Replace spinlock with seqlock and rcu in ip6_tunnel by Martin KaFai Lau · 9 years ago
  20. cdf3464 ipv6: Fix dst_entry refcnt bugs in ip6_tunnel by Martin KaFai Lau · 9 years ago
  21. f230d1e ipv6: Rename the dst_cache helper functions in ip6_tunnel by Martin KaFai Lau · 9 years ago
  22. 4224090 ipv6: Implement different admin modes for automatic flow labels by Tom Herbert · 9 years ago
  23. 67800f9 ipv6: Call skb_get_hash_flowi6 to get skb->hash in ip6_make_flowlabel by Tom Herbert · 9 years ago
  24. b197df4 ipv6: Add rt6_get_cookie() function by Martin KaFai Lau · 9 years ago
  25. 79b16aa udp_tunnel: Pass UDP socket down through udp_tunnel{, 6}_xmit_skb(). by David Miller · 9 years ago
  26. ecf2c06 ip6tnl,gre6,vti6: implement ndo_get_iflink by Nicolas Dichtel · 9 years ago
  27. 67b61f6 netlink: implement nla_get_in_addr and nla_get_in6_addr by Jiri Benc · 9 years ago
  28. 930345e netlink: implement nla_put_in_addr and nla_put_in6_addr by Jiri Benc · 9 years ago
  29. 53b24b8 ipv6: coding style: comparison for inequality with NULL by Ian Morris · 9 years ago
  30. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  31. 0fa74a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  32. 3735556 ip6_tunnel: fix error code when tunnel exists by Nicolas Dichtel · 9 years ago
  33. 49e64dc ipv6: remove dead debug code from ip6_tunnel.c by Ian Morris · 9 years ago
  34. 1728d4f tunnels: advertise link netns via netlink by Nicolas Dichtel · 9 years ago
  35. e5d08d7 ipv6: coding style improvements (remove assignment in if statements) by Ian Morris · 10 years ago
  36. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  37. ea3dc96 ip6_tunnel: Add support for wildcard tunnel endpoints. by Steffen Klassert · 10 years ago
  38. d500514 ipv6: Allow sending packets through tunnels with wildcard endpoints by Steffen Klassert · 10 years ago
  39. 6c6151d ip6_tunnel: Use ip6_tnl_dev_init as the ndo_init function. by Steffen Klassert · 10 years ago
  40. acf722f ip6_tunnel: allow to change mode for the ip6tnl0 by Alexey Andriyanov · 10 years ago
  41. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  42. 739e4a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  43. 2b0bb01 ip6_tunnel: Return an error when adding an existing tunnel. by Steffen Klassert · 10 years ago
  44. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  45. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  46. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 10 years ago
  47. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  48. f98f89a net: tunnels - enable module autoloading by Tom Gundersen · 10 years ago
  49. c896593 ip6_tunnel: fix potential NULL pointer dereference by Susant Sahani · 10 years ago
  50. 74462f0 ip6_tunnel: use the right netns in ioctl handler by Nicolas Dichtel · 10 years ago
  51. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  52. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  53. d76ed22 ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper by Li RongQing · 10 years ago
  54. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  55. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 10 years ago
  56. abb6013 ipv6: fix the use of pcpu_tstats in ip6_tunnel by Li RongQing · 10 years ago
  57. 3308de2 ipv6: add ip6_flowlabel helper by Florent Fourcot · 11 years ago
  58. 37cfee9 ipv6: move IPV6_TCLASS_MASK definition in ipv6.h by Florent Fourcot · 11 years ago
  59. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  60. 1e9f3d6 ip6tnl: fix use after free of fb_tnl_dev by Nicolas Dichtel · 11 years ago
  61. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  62. 582442d ipv6: Allow the MTU of ipip6 tunnel to be set below 1280 by Oussama Ghorbel · 11 years ago
  63. bb81409 ip6tnl: allow to use rtnl ops on fb tunnel by Nicolas Dichtel · 11 years ago
  64. 0d2ede9 ip6_tunnels: raddr and laddr are inverted in nl msg by Ding Zhi · 11 years ago
  65. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  66. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  67. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  68. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  69. e837735 ip6_tunnel: ensure to always have a link local address by Nicolas Dichtel · 11 years ago
  70. 3d48305 ipv6: wire up skb->encapsulation by Hannes Frederic Sowa · 11 years ago
  71. 0bd87628 ip6tnl: add x-netns support by Nicolas Dichtel · 11 years ago
  72. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  73. e8f72ea ipv6: introduce ip6tunnel_xmit() helper by Cong Wang · 11 years ago
  74. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  75. f4e0b4c ip6tnl/sit: drop packet if ECN present with not-ECT by Nicolas Dichtel · 12 years ago
  76. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  77. 1ff05fb ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms() by Nicolas Dichtel · 12 years ago
  78. 0b11245 ip6tnl: add support of link creation via rtnl by Nicolas Dichtel · 12 years ago
  79. b58d731 ip6tnl: rename rtnl functions for consistency by Nicolas Dichtel · 12 years ago
  80. cfa323b ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump by Nicolas Dichtel · 12 years ago
  81. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  82. c075b13 ip6tnl: advertise tunnel param via rtnl by Nicolas Dichtel · 12 years ago
  83. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  84. 5ef5d6c gre: information leak in ip6_tnl_ioctl() by Dan Carpenter · 12 years ago
  85. c12b395 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
  86. ddbe503 ipv6: add ipv6_addr_hash() helper by Eric Dumazet · 12 years ago
  87. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  88. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  89. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  90. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  91. d0087b2 ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checks by Ville Nuorvala · 12 years ago
  92. 92113bf ipv6: bool conversions phase1 by Eric Dumazet · 12 years ago
  93. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  94. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  95. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  96. 9ff2644 ip6_tunnel: dont drop packet but consume it by Eric Dumazet · 12 years ago
  97. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  98. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 12 years ago
  99. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 12 years ago
  100. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago