1. 4e84b49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  2. e1b2cb6 fou: Fix typo in returning flags in netlink by Tom Herbert · 10 years ago
  3. ebe084a sit: Use ipip6_tunnel_init as the ndo_init function. by Steffen Klassert · 10 years ago
  4. a6d4518 ipv6: fix a potential use after free in sit.c by Li RongQing · 10 years ago
  5. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  6. 469471c sit: Set inner IP protocol in sit by Tom Herbert · 10 years ago
  7. 1490966 sit: Setup and TX path for sit/UDP foo-over-udp encapsulation by Tom Herbert · 10 years ago
  8. 67ba415 ipv6: White-space cleansing : Line Layouts by Ian Morris · 10 years ago
  9. bc8fc7b sit: Fix ipip6_tunnel_lookup device matching criteria by Shmulik Ladkani · 10 years ago
  10. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  11. 902455e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  12. 2346829 ipip, sit: fix ipv4_{update_pmtu,redirect} calls by Dmitry Popov · 10 years ago
  13. f98f89a net: tunnels - enable module autoloading by Tom Gundersen · 10 years ago
  14. 9aad77c sit: use the right netns in ioctl handler by Nicolas Dichtel · 10 years ago
  15. aad8872 ipv4: add a sock pointer to dst->output() path. by Eric Dumazet · 10 years ago
  16. 67ddc87 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  17. cf71d2bc sit: fix panic with route cache in ip tunnels by Nicolas Dichtel · 10 years ago
  18. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  19. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  20. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  21. c3ac17c ipv6: fix the use of pcpu_tstats in sit by Li RongQing · 11 years ago
  22. 6a9eadc ipv6: release dst properly in ipip6_tunnel_xmit by Li RongQing · 11 years ago
  23. 58a4782 ipv6: sit: update mtu check to take care of gso packets by Eric Dumazet · 11 years ago
  24. 6602831 sit: use kfree_skb to replace dev_kfree_skb by Gao feng · 11 years ago
  25. ca15a07 sit: generate icmpv6 error when receiving icmpv4 error by Oussama Ghorbel · 11 years ago
  26. 1ee2dcc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
  27. 9434266 sit: fix use after free of fb_tunnel_dev by Willem de Bruijn · 11 years ago
  28. 5e30025 Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  29. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  30. 61c1db7 ipv6: sit: add GSO/TSO support by Eric Dumazet · 11 years ago
  31. 205983c sit: allow to use rtnl ops on fb tunnel by Nicolas Dichtel · 11 years ago
  32. 7df37ff IPv6 NAT: Do not drop DNATed 6to4/6rd packets by Catalin\(ux\) M. BOIE · 11 years ago
  33. 06c5405 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  34. ea23192 tunnels: harmonize cleanup done on skb on rx path by Nicolas Dichtel · 11 years ago
  35. 963a88b tunnels: harmonize cleanup done on skb on xmit path by Nicolas Dichtel · 11 years ago
  36. 8b27f27 skb: allow skb_scrub_packet() to be used by tunnels by Nicolas Dichtel · 11 years ago
  37. 8b7ed2d iptunnels: remove net arg from iptunnel_xmit() by Nicolas Dichtel · 11 years ago
  38. 737e828 ipv4 tunnels: fix an oops when using ipip/sit with IPsec by Li Hongjun · 11 years ago
  39. 3d48305 ipv6: wire up skb->encapsulation by Hannes Frederic Sowa · 11 years ago
  40. fc8f999 ipv4 tunnels: use net_eq() helper to check netns by Nicolas Dichtel · 11 years ago
  41. 86bd68b sit: fix tunnel update via netlink by Nicolas Dichtel · 11 years ago
  42. 5c29fb1 ipv6: only apply anti-spoofing checks to not-pointopoint tunnels by Hannes Frederic Sowa · 11 years ago
  43. 5e6700b sit: add support of x-netns by Nicolas Dichtel · 11 years ago
  44. c2ff682 sit: fix an oops when IFLA_IPTUN_PROTO is not set by Nicolas Dichtel · 11 years ago
  45. 3d7b46c ip_tunnel: push generic protocol handling to ip_tunnel module. by Pravin B Shelar · 11 years ago
  46. 0e6fbc5 ip_tunnels: extend iptunnel_xmit() by Pravin B Shelar · 11 years ago
  47. 32b8a8e sit: add IPv4 over IPv4 support by Nicolas Dichtel · 11 years ago
  48. f61dd38 Tunneling: use IP Tunnel stats APIs. by Pravin B Shelar · 11 years ago
  49. c544193 GRE: Refactor GRE tunneling code. by Pravin B Shelar · 11 years ago
  50. 6aed0c8 tunnel: use iptunnel_xmit() again by Cong Wang · 11 years ago
  51. 218774d ipv6: add anti-spoofing checks for 6to4 and 6rd by Hannes Frederic Sowa · 11 years ago
  52. 1ad759d ipv6: remove unneeded check to pskb_may_pull in ipip6_rcv by Hannes Frederic Sowa · 11 years ago
  53. f4e0b4c ip6tnl/sit: drop packet if ECN present with not-ECT by Nicolas Dichtel · 12 years ago
  54. e2f1f07 sit: allow to configure 6rd tunnels via netlink by Nicolas Dichtel · 12 years ago
  55. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  56. d440b72 sit: fix sparse warnings by Nicolas Dichtel · 12 years ago
  57. f372341 sit: add support of link creation via rtnl by Nicolas Dichtel · 12 years ago
  58. e4c94a9 sit: rename rtnl functions for consistency by Nicolas Dichtel · 12 years ago
  59. a12c9a8 sit/rtnl: add missing parameters on dump by Nicolas Dichtel · 12 years ago
  60. f9cd5a5 sit: always notify change when params are updated by Nicolas Dichtel · 12 years ago
  61. e086cad net: unify for_each_ip_tunnel_rcu() by Amerigo Wang · 12 years ago
  62. aa0010f net: convert __IPTUNNEL_XMIT() to an inline function by Amerigo Wang · 12 years ago
  63. ba3e3f5 sit: advertise tunnel param via rtnl by Nicolas Dichtel · 12 years ago
  64. b0558ef xfrm: remove extranous rcu_read_lock by stephen hemminger · 12 years ago
  65. 6700c27 net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}() by David S. Miller · 12 years ago
  66. ec18d9a ipv6: Add redirect support to all protocol icmp error handlers. by David S. Miller · 12 years ago
  67. 3639339 ipv4: Handle PMTU in all ICMP error handlers. by David S. Miller · 12 years ago
  68. f321383 net: ipv6: Standardize prefixes for message logging by Joe Perches · 12 years ago
  69. e87cc47 net: Convert net_ratelimit uses to net_<level>_ratelimited by Joe Perches · 12 years ago
  70. 87b6d21 tunnel: implement 64 bits statistics by stephen hemminger · 12 years ago
  71. 3e86670 net/ipv6/sit.c: Checkpatch cleanup by Eldad Zack · 12 years ago
  72. 1e2927b ipv6: sit: Convert to dst_neigh_lookup() by David S. Miller · 12 years ago
  73. cf778b0 net: reintroduce missing rcu_assign_pointer() calls by Eric Dumazet · 13 years ago
  74. b26e478 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  75. 72b3601 ipip, sit: copy parms.name after register_netdevice by Ted Feng · 13 years ago
  76. 2721745 net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}. by David Miller · 13 years ago
  77. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  78. 8ce120f net: better pcpu data alignment by Eric Dumazet · 13 years ago
  79. 823dcd2 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  80. c2bceb3 sit tunnels: propagate IPv6 transport class to IPv4 Type of Service by Lionel Elie Mamane · 13 years ago
  81. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  82. 69cce1d net: Abstract dst->neighbour accesses behind helpers. by David S. Miller · 13 years ago
  83. 06f4e92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 13 years ago
  84. 11c476f net,rcu: convert call_rcu(prl_entry_destroy_rcu) to kfree by Paul E. McKenney · 13 years ago
  85. 1c5cae8 net: call dev_alloc_name from register_netdevice by Jiri Pirko · 13 years ago
  86. 301102c ipv6: Use flowi4->{daddr,saddr} in ipip6_tunnel_xmit(). by David S. Miller · 13 years ago
  87. 31e4543 ipv4: Make caller provide on-stack flow key to ip_route_output_ports(). by David S. Miller · 13 years ago
  88. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  89. 78fbfd8 ipv4: Create and use route lookup helpers. by David S. Miller · 13 years ago
  90. 33175d8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 13 years ago
  91. 8909c9a net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules by Vasiliy Kulikov · 13 years ago
  92. b23dd4f ipv4: Make output route lookup return rtable directly. by David S. Miller · 13 years ago
  93. 753ea8e net: ipv6: sit: fix rcu annotations by Eric Dumazet · 13 years ago
  94. fe6c791 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  95. 6dcdd1b net/ipv6/sit.c: return unhandled skb to tunnel4_rcv by David McCullough · 14 years ago
  96. 5811662 net: use the macros defined for the members of flowi by Changli Gao · 14 years ago
  97. 74b0b85 tunnels: Fix tunnels change rcu protection by Pavel Emelyanov · 14 years ago
  98. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  99. 8df40d1 sit: enable lockless xmits by Eric Dumazet · 14 years ago
  100. dd4080e sit: fix percpu stats accounting by Eric Dumazet · 14 years ago