1. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  2. cb1ce2e ipv6: Implement automatic flow label generation on transmit by Tom Herbert · 10 years ago
  3. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  4. f98f89a net: tunnels - enable module autoloading by Tom Gundersen · 10 years ago
  5. c896593 ip6_tunnel: fix potential NULL pointer dereference by Susant Sahani · 10 years ago
  6. 74462f0 ip6_tunnel: use the right netns in ioctl handler by Nicolas Dichtel · 10 years ago
  7. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  8. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  9. d76ed22 ipv6: move IPV6_TCLASS_SHIFT into ipv6.h and define a helper by Li RongQing · 11 years ago
  10. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  11. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  12. abb6013 ipv6: fix the use of pcpu_tstats in ip6_tunnel by Li RongQing · 11 years ago
  13. 3308de2 ipv6: add ip6_flowlabel helper by Florent Fourcot · 11 years ago
  14. 37cfee9 ipv6: move IPV6_TCLASS_MASK definition in ipv6.h by Florent Fourcot · 11 years ago
  15. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  16. 1e9f3d6 ip6tnl: fix use after free of fb_tnl_dev by Nicolas Dichtel · 11 years ago
  17. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  18. 582442d ipv6: Allow the MTU of ipip6 tunnel to be set below 1280 by Oussama Ghorbel · 11 years ago
  19. bb81409 ip6tnl: allow to use rtnl ops on fb tunnel by Nicolas Dichtel · 11 years ago
  20. 0d2ede9 ip6_tunnels: raddr and laddr are inverted in nl msg by Ding Zhi · 11 years ago
  21. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  22. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  23. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  24. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  25. e837735 ip6_tunnel: ensure to always have a link local address by Nicolas Dichtel · 11 years ago
  26. 3d48305 ipv6: wire up skb->encapsulation by Hannes Frederic Sowa · 11 years ago
  27. 0bd87628 ip6tnl: add x-netns support by Nicolas Dichtel · 11 years ago
  28. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  29. e8f72ea ipv6: introduce ip6tunnel_xmit() helper by Cong Wang · 11 years ago
  30. 3e4e4c1 ipv6: Introduce ip6_flow_hdr() to fill version, tclass and flowlabel. by YOSHIFUJI Hideaki / 吉藤英明 · 12 years ago
  31. f4e0b4c ip6tnl/sit: drop packet if ECN present with not-ECT by Nicolas Dichtel · 12 years ago
  32. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  33. 1ff05fb ip6tnl: fix sparse warnings in ip6_tnl_netlink_parms() by Nicolas Dichtel · 12 years ago
  34. 0b11245 ip6tnl: add support of link creation via rtnl by Nicolas Dichtel · 12 years ago
  35. b58d731 ip6tnl: rename rtnl functions for consistency by Nicolas Dichtel · 12 years ago
  36. cfa323b ip6tnl/rtnl: add IFLA_IPTUN_PROTO on dump by Nicolas Dichtel · 12 years ago
  37. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  38. c075b13 ip6tnl: advertise tunnel param via rtnl by Nicolas Dichtel · 12 years ago
  39. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  40. 5ef5d6c gre: information leak in ip6_tnl_ioctl() by Dan Carpenter · 12 years ago
  41. c12b395 gre: Support GRE over IPv6 by xeb@mail.ru · 12 years ago
  42. ddbe503 ipv6: add ipv6_addr_hash() helper by Eric Dumazet · 12 years ago
  43. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  44. 1ed5c48 net: Remove checks for dst_ops->redirect being NULL. by David S. Miller · 12 years ago
  45. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  46. 2c53040 net: Fix (nearly-)kernel-doc comments for various functions by Ben Hutchings · 12 years ago
  47. d0087b2 ipv6_tunnel: Allow receiving packets on the fallback tunnel if they pass sanity checks by Ville Nuorvala · 12 years ago
  48. 92113bf ipv6: bool conversions phase1 by Eric Dumazet · 12 years ago
  49. 91df42b net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debug by Joe Perches · 12 years ago
  50. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  51. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  52. 9ff2644 ip6_tunnel: dont drop packet but consume it by Eric Dumazet · 12 years ago
  53. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  54. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  55. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 13 years ago
  56. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  57. efd0bf9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  58. 731abb9 ip6_tunnel: copy parms.name after register_netdevice by Josh Boyer · 13 years ago
  59. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  60. d24f22f ip6_tunnel: add optional fwmark inherit by Eric Dumazet · 13 years ago
  61. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  62. 89b0212 ip6tnl: avoid touching dst refcount in ip6_tnl_xmit2() by Eric Dumazet · 13 years ago
  63. 60063497 atomic: use <linux/atomic.h> by Arun Sharma · 13 years ago
  64. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  65. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  66. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  67. 4c9483b ipv6: Convert to use flowi6 where applicable. by David S. Miller · 13 years ago
  68. 1d28f42 net: Put flowi_* prefix on AF independent members of struct flowi by David S. Miller · 13 years ago
  69. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  70. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  71. 6dfbd87 ip6ip6: autoload ip6 tunnel by stephen hemminger · 13 years ago
  72. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  73. 452edd5 xfrm: Return dst directly from xfrm_lookup() by David S. Miller · 13 years ago
  74. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  75. 381601e Make the ip6_tunnel reflect the true mtu. by Anders Franzen · 14 years ago
  76. d3c15ca ipv6: kill two unused macro definition by Shan Wei · 14 years ago
  77. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
  78. 7e223de ip6_tunnel dont update the mtu on the route. by Anders Franzen · 14 years ago
  79. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  80. 8560f22 ip6tnl: percpu stats accounting by Eric Dumazet · 14 years ago
  81. 8990f46 net: rx_dropped accounting by Eric Dumazet · 14 years ago
  82. 9476763 ip6tnl: get rid of ip6_tnl_lock by Eric Dumazet · 14 years ago
  83. 3ff2cfa ipv6: struct xfrm6_tunnel in read_mostly section by Eric Dumazet · 14 years ago
  84. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  85. d19d56d net: Introduce skb_tunnel_rx() helper by Eric Dumazet · 14 years ago
  86. 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
  87. 3ffe533 ipv6: drop unused "dev" arg of icmpv6_send() by Alexey Dobriyan · 14 years ago
  88. d5aa407 tunnels: fix netns vs proto registration ordering by Alexey Dobriyan · 14 years ago
  89. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 15 years ago
  90. ac31cd3 net: Simplify ip6_tunnel pernet operations. by Eric W. Biederman · 15 years ago
  91. f99189b netns: net_identifiers should be read_mostly by Eric Dumazet · 15 years ago
  92. f1a28ea ip6tnl: less dev_put() calls by Eric Dumazet · 15 years ago
  93. cf4432f ip6tnl: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  94. 2922bc8 ip6tnl: convert hash tables locking to RCU by Eric Dumazet · 15 years ago
  95. a43912a tunnel: eliminate recursion field by Eric Dumazet · 15 years ago
  96. 6fef4c0 netdev: convert pseudo-devices to netdev_tx_t by Stephen Hemminger · 15 years ago
  97. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  98. d5fdd6b ipv6: Use correct data types for ICMPv6 type and code by Brian Haley · 15 years ago
  99. adf3090 net: skb->dst accessors by Eric Dumazet · 15 years ago
  100. 3a6d54c net: remove needless (now buggy) & from dev->dev_addr by Jiri Pirko · 15 years ago