1. 3b1e0a6 [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  2. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  3. ee6b967 [IPV4]: Add 'rtable' field in struct sk_buff to alias 'dst' and avoid casts by Eric Dumazet · 16 years ago
  4. f206351 [NETNS]: Add namespace parameter to ip_route_output_key. by Denis V. Lunev · 17 years ago
  5. 1ab3527 [NETNS]: Add namespace parameter to ip_dev_find. by Denis V. Lunev · 17 years ago
  6. ba93ef7 [IPV4]: ipmr sparse warnings by Stephen Hemminger · 17 years ago
  7. f97c1e0 [IPV4] net/ipv4: Use ipv4_is_<type> by Joe Perches · 17 years ago
  8. 586f121 [IPV4]: Switch users of ipv4_devconf(_all) to use the pernet one by Pavel Emelyanov · 17 years ago
  9. 97c53ca [NET]: Make rtnetlink infrastructure network namespace aware (v3) by Denis V. Lunev · 17 years ago
  10. 6e23ae2 [NETFILTER]: Introduce NF_INET_ hook values by Patrick McHardy · 17 years ago
  11. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 17 years ago
  12. cf7732e [NET]: Make core networking code use seq_open_private by Pavel Emelyanov · 17 years ago
  13. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  14. e9dc865 [NET]: Make device event notification network namespace safe by Eric W. Biederman · 17 years ago
  15. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  16. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  17. 71e27da [IPV4]: Restore old behaviour of default config values by Herbert Xu · 17 years ago
  18. 42f811b [IPV4]: Convert IPv4 devconf to an array by Herbert Xu · 17 years ago
  19. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  20. dc5fc57 [NETLINK]: Use nlmsg_trim() where appropriate by Arnaldo Carvalho de Melo · 17 years ago
  21. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  22. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  23. ddc7b8e [SK_BUFF]: Some more layer header conversions by Arnaldo Carvalho de Melo · 17 years ago
  24. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  25. d9edf9e [SK_BUFF]: Introduce igmp_hdr() & friends, remove skb->h.igmph by Arnaldo Carvalho de Melo · 17 years ago
  26. badff6d [SK_BUFF]: Introduce skb_reset_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  27. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  28. e023dd6 [IPMR]: Fix bug introduced when converting to skb_network_reset_header by Arnaldo Carvalho de Melo · 17 years ago
  29. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 17 years ago
  30. 0272ffc [SK_BUFF] ipmr: Missed one conversion to skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  31. f690808 [NET]: make seq_operations const by Stephen Hemminger · 17 years ago
  32. 878c814 [SK_BUFF] ipmr: Another skb_push related conversion to skb_reset_network_header by Arnaldo Carvalho de Melo · 17 years ago
  33. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  34. 8856dfa [SK_BUFF]: Use skb_reset_network_header after skb_push by Arnaldo Carvalho de Melo · 17 years ago
  35. 31c7711 [SK_BUFF]: Some more simple skb_reset_network_header conversions by Arnaldo Carvalho de Melo · 17 years ago
  36. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  37. 132adf5 [IPV4]: cleanup by Stephen Hemminger · 17 years ago
  38. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  39. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
  40. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  41. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  42. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  43. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  44. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  45. 114c784 [IPV4]: mroute annotations by Al Viro · 18 years ago
  46. e5d679f [NET]: Use SLAB_PANIC by Alexey Dobriyan · 18 years ago
  47. 2942e90 [RTNETLINK]: Use rtnl_unicast() for rtnetlink unicasts by Thomas Graf · 18 years ago
  48. 7228749 [IPV4] ipmr: ip multicast route bug fix. by Alexey Kuznetsov · 18 years ago
  49. 5d9c5a3 [IPV4]: Get rid of redundant IPCB->opts initialisation by Herbert Xu · 18 years ago
  50. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  51. 1533306 [NET]: dev_put/dev_hold cleanup by Stephen Hemminger · 18 years ago
  52. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  53. 2941a48 [NET]: Convert net/{ipv4,ipv6,sched} to netdev_priv by Patrick McHardy · 19 years ago
  54. 46f25df [NET]: Change 1500 to ETH_DATA_LEN in some files by Kris Katterjohn · 19 years ago
  55. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  56. e5ed639 [IPV4]: Replace __in_dev_get with __in_dev_get_rcu/rtnl by Herbert Xu · 19 years ago
  57. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  58. d1b04c0 [NET]: Spelling mistakes threshoulds -> thresholds by Baruch Even · 19 years ago
  59. 9ef1d4c [NETLINK]: Missing initializations in dumped data by Patrick McHardy · 19 years ago
  60. 2715bcf [NETFILTER]: Drop conntrack reference in ip_call_ra_chain()/ip_mr_input() by Patrick McHardy · 19 years ago
  61. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago