1. 721499e netns: Use net_eq() to compare net-namespaces for optimization. by YOSHIFUJI Hideaki · 16 years ago
  2. 0b04082 net: remove CVS keywords by Adrian Bunk · 16 years ago
  3. f5184d2 net: Allow netdevices to specify needed head/tailroom by Johannes Berg · 16 years ago
  4. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  5. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  6. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  7. 2430aa8 [NETNS]: Disable multicaststing configuration inside non-initial namespace. by Denis V. Lunev · 16 years ago
  8. cd557bc [IGMP]: Optimize kfree_skb in igmp_rcv. by Denis V. Lunev · 16 years ago
  9. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 16 years ago
  10. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 16 years ago
  11. 7fee0ca [NETNS]: Add netns parameter to inetdev_by_index. by Denis V. Lunev · 16 years ago
  12. dd329bf [IPV4]: igmp sparse warnings by Stephen Hemminger · 16 years ago
  13. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  14. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  15. c439cb2 [IPV4]: Add ip_local_out by Herbert Xu · 16 years ago
  16. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  17. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  18. cfcabdc [NET]: sparse warning fixes by Stephen Hemminger · 17 years ago
  19. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  20. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  21. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  22. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  23. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  24. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  25. bff9b61 [SK_BUFF]: Use the helpers to get the layer header pointer by Arnaldo Carvalho de Melo · 17 years ago
  26. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  27. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  28. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 17 years ago
  29. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  30. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  31. 7e28ecc [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used by Arnaldo Carvalho de Melo · 17 years ago
  32. 0888266 [IPV4]: Fix warning in ip_mc_rejoin_group. by Geert Uytterhoeven · 17 years ago
  33. a816c7c bonding: Improve IGMP join processing by Jay Vosburgh · 17 years ago
  34. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  35. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  36. cc63f70 [IPV4/IPV6] multicast: Check add_grhead() return value by Alexey Dobriyan · 17 years ago
  37. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  38. 6300772 [IPV4]: trivial igmp annotations by Al Viro · 18 years ago
  39. c0cda06 [IPV4]: ip_mc_sf_allow() annotated by Al Viro · 18 years ago
  40. ea4d9e7 [IPV4]: struct ip_sf_list and struct ip_sf_socklist annotated by Al Viro · 18 years ago
  41. 8f935bb [IPV4]: ip_mc_{inc,dec}_group() annotations by Al Viro · 18 years ago
  42. a60c492 [IPV4]: ip_check_mc() annotations by Al Viro · 18 years ago
  43. ab32ea5 [NET/IPV4/IPV6]: Change some sysctl variables to __read_mostly by Brian Haley · 18 years ago
  44. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  45. acd6e00 [MCAST]: Fix filter leak on device removal. by David L Stevens · 18 years ago
  46. bb699cbc [IPV4]: Possible leak of multicast source filter sctructure by Michal Ruzicka · 18 years ago
  47. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  48. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  49. 338fcf9 [IPV4] igmp: Fixup struct ip_mc_list::multiaddr type by Alexey Dobriyan · 18 years ago
  50. 1533306 [NET]: dev_put/dev_hold cleanup by Stephen Hemminger · 18 years ago
  51. 6756ae4 [NET]: Convert RTNL to mutex. by Stephen Hemminger · 18 years ago
  52. 76edc60 [PATCH] ipv4 NULL noise removal by Al Viro · 18 years ago
  53. dd1c185 Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICAST by Linus Torvalds · 18 years ago
  54. c5d90e0 [IPV4] igmp: remove pointless printk by Dave Jones · 18 years ago
  55. ad12583 [IPV4]: Fix multiple bugs in IGMPv3 by David L Stevens · 18 years ago
  56. 8b3a700 [NET]: Remove more unneeded typecasts on *malloc() by Kris Katterjohn · 18 years ago
  57. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  58. 24c6927 [IGMP]: workaround for IGMP v1/v2 bug by David Stevens · 19 years ago
  59. fb286bb [NET]: Detect hardware rx checksum faults correctly by Herbert Xu · 19 years ago
  60. 8713dbf [MCAST]: ip[6]_mc_add_src should be called when number of sources is zero by Yan Zheng · 19 years ago
  61. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  62. de9daad [MCAST]: Fix MCAST_EXCLUDE line dupes by Denis Lukianov · 19 years ago
  63. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  64. 84b42ba [IPV4]: fix IPv4 leave-group group matching by David L Stevens · 19 years ago
  65. 9951f03 [IPV4]: (INCLUDE,empty)/leave-group equivalence for full-state MSF APIs & errno fix by David L Stevens · 19 years ago
  66. 917f2f1 [IPV4]: multicast API "join" issues by David L Stevens · 19 years ago
  67. 8cdaaa1 [IPV4]: multicast API "join" issues by David L Stevens · 19 years ago
  68. ca9b907 [IPV4]: multicast API "join" issues by David L Stevens · 19 years ago
  69. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago