1. 63159f2 ipv6: coding style: comparison for equality with NULL by Ian Morris · 9 years ago
  2. c4a6853 ipv6: invert join/leave anycast rtnl/socket locking order by Marcelo Ricardo Leitner · 9 years ago
  3. 02ea807 ipv6: remove aca_lock spinlock from struct ifacaddr6 by Li RongQing · 10 years ago
  4. 1f6d803 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  5. 83aa29e ipv6: refactor __ipv6_dev_ac_inc() by WANG Cong · 10 years ago
  6. 013b4d9 ipv6: clean up ipv6_dev_ac_inc() by WANG Cong · 10 years ago
  7. b03a9c0 ipv6: remove ipv6_sk_ac_lock by WANG Cong · 10 years ago
  8. 6c55549 ipv6: drop useless rcu_read_lock() in anycast by WANG Cong · 10 years ago
  9. 381f4dc ipv6: clean up anycast when an interface is destroyed by Sabrina Dubroca · 10 years ago
  10. de185ab ipv6: restore the behavior of ipv6_sock_ac_drop() by WANG Cong · 10 years ago
  11. a9ed4a2 ipv6: fix rtnl locking in setsockopt for anycast and multicast by Sabrina Dubroca · 10 years ago
  12. 7c90cc2 ipv6: enable anycast addresses as source addresses for datagrams by FX Le Bail · 10 years ago
  13. ece31ff net: proc: change proc_net_remove to remove_proc_entry by Gao feng · 11 years ago
  14. d4beaa6 net: proc: change proc_net_fops_create to proc_create by Gao feng · 11 years ago
  15. c33e7b0 ipv6 anycast: Convert ipv6_sk_ac_lock to spinlock. by YOSHIFUJI Hideaki / 吉藤英明 · 11 years ago
  16. 0e1efe9 ipv6: avoid taking locks at socket dismantle by Eric Dumazet · 12 years ago
  17. af31f41 net: Allow userns root to control ipv6 by Eric W. Biederman · 12 years ago
  18. 94e187c ipv6: introduce ip6_rt_put() by Amerigo Wang · 12 years ago
  19. a50feda ipv6: bool/const conversions phase2 by Eric Dumazet · 12 years ago
  20. f79d52c ipv6: Remove never used function inet6_ac_check(). by David S. Miller · 12 years ago
  21. d191854 ipv6: Kill rt6i_dev and rt6i_expires defines. by David S. Miller · 12 years ago
  22. 8f03151 ipv6: Make third arg to anycast_dst_alloc() bool. by David S. Miller · 13 years ago
  23. 4e3fd7a net: remove ipv6_addr_copy() by Alexey Dobriyan · 13 years ago
  24. b71d1d4 inet: constify ip headers and in6_addr by Eric Dumazet · 13 years ago
  25. d8d1f30 net-next: remove useless union keyword by Changli Gao · 14 years ago
  26. bb69ae0 anycast: Some RCU conversions by Eric Dumazet · 14 years ago
  27. 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
  28. 2c8c1e7 net: spread __net_init, __net_exit by Alexey Dobriyan · 14 years ago
  29. ce81b76 ipv6: use RCU to walk list of network devices by Eric Dumazet · 15 years ago
  30. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  31. 4b7a427 net: replace %#p6 format specifier with %pi6 by Harvey Harrison · 16 years ago
  32. b071195 net: replace all current users of NIP6_SEQFMT with %#p6 by Harvey Harrison · 16 years ago
  33. 53b7997 ipv6 netns: Make several "global" sysctl variables namespace aware. by YOSHIFUJI Hideaki · 16 years ago
  34. df39e8b Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  35. 84f5937 [IPV6]: Fix refcounting for anycast dst entries. by Denis V. Lunev · 16 years ago
  36. 52eeeb8 [IPV6]: Unify ip6_onlink() and ipip6_onlink(). by YOSHIFUJI Hideaki · 16 years ago
  37. 6ab57e7 [NETNS][IPV6] anycast - handle several network namespace by Daniel Lezcano · 16 years ago
  38. 606a2b4 [NETNS][IPV6] route6 - Pass the network namespace parameter to rt6_lookup by Daniel Lezcano · 16 years ago
  39. bfeade0 [NETNS][IPV6]: inet6_addr - check ipv6 address per namespace by Daniel Lezcano · 16 years ago
  40. 9a429c4 [NET]: Add some acquires/releases sparse annotations. by Eric Dumazet · 16 years ago
  41. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  42. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  43. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  44. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  45. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  46. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  47. aa6e4a9 [IPV6]: /proc/net/anycast6 unbalanced inet6_dev refcnt by David Stevens · 17 years ago
  48. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  49. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  50. 1ab1457 [NET] IPV6: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  51. 8814c4b [IPV6] ADDRCONF: Convert addrconf_lock to RCU. by YOSHIFUJI Hideaki · 18 years ago
  52. 72d3b2c [IPV6]: Fixup ip6_del_rt() call for new args. by David S. Miller · 18 years ago
  53. 40e22e8 [IPv6] route: Simplify ip6_ins_rt() by Thomas Graf · 18 years ago
  54. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  55. 0c600ed [IPV6]: Nearly complete kzalloc cleanup for net/ipv6 by Ingo Oeser · 18 years ago
  56. 9343e79 [IPV6]: Preserve procfs IPV6 address output format by YOSHIFUJI Hideaki · 18 years ago
  57. 46b86a2 [NET]: Use NIP6_FMT in kernel.h by Joe Perches · 18 years ago
  58. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 18 years ago
  59. 0d51aa8 [IPV6]: V6 route events reported with wrong netlink PID and seq number by Jamal Hadi Salim · 19 years ago
  60. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago