1. 69ebbf5 ipmr: use goto to common label instead of opencoding by Ilpo Järvinen · 15 years ago
  2. 4feb88e netns: ipmr: enable namespace support in ipv4 multicast routing code by Benjamin Thery · 15 years ago
  3. f6bb451 netns: ipmr: declare ipmr /proc/net entries per-namespace by Benjamin Thery · 15 years ago
  4. 6c5143d netns: ipmr: declare reg_vif_num per-namespace by Benjamin Thery · 15 years ago
  5. 6f9374a netns: ipmr: declare mroute_do_assert and mroute_do_pim per-namespace by Benjamin Thery · 15 years ago
  6. 1e8fb3b netns: ipmr: declare counter cache_resolve_queue_len per-namespace by Benjamin Thery · 15 years ago
  7. 2bb8b26 netns: ipmr: dynamically allocate mfc_cache_array by Benjamin Thery · 15 years ago
  8. 5c0a66f netns: ipmr: store netns in struct mfc_cache by Benjamin Thery · 15 years ago
  9. cf958ae3 netns: ipmr: dynamically allocate vif_table by Benjamin Thery · 15 years ago
  10. 70a269e netns: ipmr: allocate mroute_socket per-namespace. by Benjamin Thery · 15 years ago
  11. b187920 ipmr: merge common code by Ilpo Järvinen · 16 years ago
  12. 999890b net: /proc/net/ip_mr_cache, display Iif as a signed short by Benjamin Thery · 16 years ago
  13. 1ea472e net: fix /proc/net/ip_mr_cache display - V2 by Benjamin Thery · 16 years ago
  14. 007c383 ipmr: convert ipmr virtual interface to net_device_ops by Stephen Hemminger · 16 years ago
  15. 6ab33d5 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  16. 5bc3eb7 ip: convert to net_device_ops for ioctl by Stephen Hemminger · 16 years ago
  17. c3e3889 net: fix ip_mr_init() error path by Benjamin Thery · 16 years ago
  18. c354e12 net: clean up net/ipv4/ipmr.c by Jianjun Kong · 16 years ago
  19. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  20. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  21. 7c73a6f mib: add net to IP_INC_STATS_BH by Pavel Emelyanov · 16 years ago
  22. 7dc00c8 ipv4: Fix ipmr unregister device oops by Wang Chen · 16 years ago
  23. d607032 ipv4: Check return of dev_set_allmulti by Wang Chen · 16 years ago
  24. 03d2f89 ipv4: Do cleanup for ip_mr_init by Wang Chen · 16 years ago
  25. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  26. cf3677a ipmr: Use on-device stats instead of private ones. by Pavel Emelyanov · 16 years ago
  27. 2f4c02d ipmr: Ipip tunnel uses on-device stats. by Pavel Emelyanov · 16 years ago
  28. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  29. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  30. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  31. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  32. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  33. ba93ef7 [IPV4]: ipmr sparse warnings by Stephen Hemminger · 16 years ago
  34. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  35. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  36. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  37. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  38. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  39. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  40. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  41. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  42. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  43. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  44. 71e27da [IPV4]: Restore old behaviour of default config values by Herbert Xu · 17 years ago
  45. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  46. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  47. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  48. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  49. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  50. ddc7b8e [SK_BUFF]: Some more layer header conversions by Arnaldo Carvalho de Melo · 17 years ago
  51. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  52. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 17 years ago
  53. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  54. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  55. e023dd6 [IPMR]: Fix bug introduced when converting to skb_network_reset_header by Arnaldo Carvalho de Melo · 17 years ago
  56. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 17 years ago
  57. 0272ffc [SK_BUFF] ipmr: Missed one conversion to skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  58. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  59. 878c814 [SK_BUFF] ipmr: Another skb_push related conversion to skb_reset_network_header by Arnaldo Carvalho de Melo · 17 years ago
  60. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  61. 8856dfa [SK_BUFF]: Use skb_reset_network_header after skb_push by Arnaldo Carvalho de Melo · 17 years ago
  62. 31c7711 [SK_BUFF]: Some more simple skb_reset_network_header conversions by Arnaldo Carvalho de Melo · 17 years ago
  63. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  64. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 17 years ago
  65. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  66. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  67. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  68. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  69. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  70. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  71. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  72. 114c784 [IPV4]: mroute annotations by Al Viro · 18 years ago
  73. e5d679f33 [NET]: Use SLAB_PANIC by Alexey Dobriyan · 18 years ago
  74. 2942e90 [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts by Thomas Graf · 18 years ago
  75. 7228749 [IPV4] ipmr: ip multicast route bug fix. by Alexey Kuznetsov · 18 years ago
  76. 5d9c5a3 [IPV4]: Get rid of redundant IPCB->opts initialisation by Herbert Xu · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. 1533306 [NET]: dev_put/dev_hold cleanup by Stephen Hemminger · 18 years ago
  79. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  80. 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 19 years ago
  81. 46f25df [NET]: Change 1500 to ETH_DATA_LEN in some files by Kris Katterjohn · 19 years ago
  82. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  83. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  84. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  85. d1b04c0 [NET]: Spelling mistakes threshoulds -> thresholds by Baruch Even · 19 years ago
  86. 9ef1d4c [NETLINK]: Missing initializations in dumped data by Patrick McHardy · 19 years ago
  87. 2715bcf [NETFILTER]: Drop conntrack reference in ip_call_ra_chain()/ip_mr_input() by Patrick McHardy · 19 years ago
  88. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago