1. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  2. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  3. 16fcec3 [NETFILTER]: Fix/improve deadlock condition on module removal netfilter by Neil Horman · 17 years ago
  4. cae7ca3 [IPVS]: Use IP_VS_WAIT_WHILE when encessary. by Heiko Carstens · 17 years ago
  5. f49f996 [IPV4]: Clean up duplicate includes in net/ipv4/ by Jesper Juhl · 17 years ago
  6. ccc7911 [IPVS]: Use skb_forward_csum by Herbert Xu · 17 years ago
  7. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  8. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  9. cc0191a [IPVS]: Fix state variable on failure to start ipvs threads by Neil Horman · 17 years ago
  10. a6938a1 [IPVS]: Use menuconfig objects. by Jan Engelhardt · 17 years ago
  11. 9a9136e Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 17 years ago
  12. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  13. c214b2c ipvs: flush defense_work before module unload by Oleg Nesterov · 17 years ago
  14. 59c5159 Fix occurrences of "the the " by Michael Opdenacker · 17 years ago
  15. 6047637 [NET]: Treat CHECKSUM_PARTIAL as CHECKSUM_UNNECESSARY by Herbert Xu · 17 years ago
  16. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  17. 27a884d [SK_BUFF]: Convert skb->tail to sk_buff_data_t by Arnaldo Carvalho de Melo · 17 years ago
  18. 2e07fa9 [SK_BUFF]: Use offsets for skb->{mac,network,transport}_header on 64bit architectures by Arnaldo Carvalho de Melo · 17 years ago
  19. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  20. d10ba34 [SK_BUFF]: More skb_put related skb_reset_transport_header by Arnaldo Carvalho de Melo · 17 years ago
  21. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  22. c9bdd4b [IP]: Introduce ip_hdrlen() by Arnaldo Carvalho de Melo · 17 years ago
  23. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  24. e2d1bca [SK_BUFF]: Use skb_reset_network_header in skb_push cases by Arnaldo Carvalho de Melo · 17 years ago
  25. 4412ec4 [NET] IPV4: Use hton{s,l}() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  26. 0b4d414 [PATCH] sysctl: remove insert_at_head from register_sysctl by Eric W. Biederman · 18 years ago
  27. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 18 years ago
  28. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 18 years ago
  29. cb18eccf Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 18 years ago
  30. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 18 years ago
  31. e905a9e [NET] IPV4: Fix whitespace errors. by YOSHIFUJI Hideaki · 18 years ago
  32. 37004af [IPVS]: Make ip_vs_sync.c <= 80col wide. by Simon Horman · 18 years ago
  33. 89eaeb0 [IPVS]: Use msleep_interruptable() instead of ssleep() aka msleep() by Simon Horman · 18 years ago
  34. e18b890 [PATCH] slab: remove kmem_cache_t by Christoph Lameter · 18 years ago
  35. 9db7372 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  36. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  37. d7fe0f2 [PATCH] severing skbuff.h -> mm.h by Al Viro · 18 years ago
  38. 8b2ed4b [IPVS]: Use kmemdup where appropriate by Arnaldo Carvalho de Melo · 18 years ago
  39. f9214b2 [NET]: ipvs checksum annotations. by Al Viro · 18 years ago
  40. f6ab028 [NET]: Make mangling a checksum (0 -> 0xffff on the wire) explicit. by Al Viro · 18 years ago
  41. b1550f2 [NET]: Annotate ip_vs_checksum_complete() and callers. by Al Viro · 18 years ago
  42. d3bc23e [NET]: Annotate callers of csum_fold() in net/* by Al Viro · 18 years ago
  43. 75e7ce6 [IPVS]: Annotate ..._app_hashkey(). by Al Viro · 18 years ago
  44. 82e91ff [NET]: Turn nfmark into generic mark by Thomas Graf · 18 years ago
  45. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  46. bb831eb [IPVS]: More endianness fixed. by Julian Anastasov · 18 years ago
  47. 5e7ddac [PATCH] ptrdiff_t is %t, not %z by Al Viro · 18 years ago
  48. 901eaf6 [NETFILTER]: Honour source routing for LVS-NAT by Simon Horman · 18 years ago
  49. cab0089 Still more typo fixes by Matt LaPlante · 18 years ago
  50. 44c0920 more misc typo fixes by Matt LaPlante · 18 years ago
  51. 6e9a473 [PATCH] completions: lockdep annotate on stack completions by Peter Zijlstra · 18 years ago
  52. 96d2ca4 [IPVS] bug: endianness breakage in ip_vs_ftp by Al Viro · 18 years ago
  53. 014d730 [IPVS]: ipvs annotations by Al Viro · 18 years ago
  54. 28b06c3 [IPVS]: Make sure ip_vs_ftp ports are valid: module_param_array approach by Simon Horman · 18 years ago
  55. e44fd82 [IPVS]: Reverse valid ip_vs_ftp ports fix: port check approach by Simon Horman · 18 years ago
  56. a61ced5 [IPV4]: inet_select_addr() annotations by Al Viro · 18 years ago
  57. 84fa793 [NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE by Patrick McHardy · 18 years ago
  58. b552216 [IPVS]: remove the debug option go ip_vs_ftp by Simon Horman · 18 years ago
  59. 3f5af5b [IPVS]: Make sure ip_vs_ftp ports are valid by Simon Horman · 18 years ago
  60. 70e76b7 [IPVS]: auto-help for ip_vs_ftp by Simon Horman · 18 years ago
  61. 0da974f [NET]: Conversions from kmalloc+memset to k(z|c)alloc. by Panagiotis Issaris · 18 years ago
  62. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  63. 14cc3e2 [PATCH] sem2mutex: misc static one-file mutexes by Ingo Molnar · 18 years ago
  64. 57b47a5 [NET]: sem2mutex part 2 by Ingo Molnar · 18 years ago
  65. 4fc268d [PATCH] capable/capability.h (net/) by Randy Dunlap · 19 years ago
  66. 76ab608 [NET]: Endian-annotate struct iphdr by Alexey Dobriyan · 19 years ago
  67. e924283 [IPVS]: Another file needs linux/interrupt.h by Andrew Morton · 19 years ago
  68. abbcc73 [NETFILTER]: Remove okfn usage in ip_vs_core.c by Patrick McHardy · 19 years ago
  69. 4ffd2e4 [IPVS]: Fix compilation by Adrian Bunk · 19 years ago
  70. f190055 [IPVS]: Add missing include <linux/net.h> by Arnaldo Carvalho de Melo · 19 years ago
  71. 4b5bdf5 [IPVS]: Cleanup IP_VS_DBG statements. by Roberto Nibali · 19 years ago
  72. 14c8502 [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h by Arnaldo Carvalho de Melo · 19 years ago
  73. f1f71e0 [IPVS]: remove dead code by Roberto Nibali · 19 years ago
  74. 9b5b5cf [NET]: Add const markers to various variables. by Arjan van de Ven · 19 years ago
  75. a51482b [NET]: kfree cleanup by Jesper Juhl · 19 years ago
  76. dc8103f [IPVS]: fix connection leak if expire_nodest_conn=1 by Julian Anastasov · 19 years ago
  77. dd0fc66 [PATCH] gfp flags annotations - part 1 by Al Viro · 19 years ago
  78. 8eea00a [IPVS]: fix sparse gfp nocast warnings by Randy Dunlap · 19 years ago
  79. 87375ab [IPVS]: ip_vs_ftp breaks connections using persistence by Julian Anastasov · 19 years ago
  80. f5e229d [IPVS]: Really invalidate persistent templates by Julian Anastasov · 19 years ago
  81. ba89966 [NET]: use __read_mostly on kmem_cache_t , DEFINE_SNMP_STAT pointers by Eric Dumazet · 19 years ago
  82. bf0ff9e [IPVS]: ipv4_table --> ipvs_ipv4_table by David S. Miller · 19 years ago
  83. ba602a8 [IPVS]: Rename tcp_{init,exit}() --> ip_vs_tcp_{init,exit}() by David S. Miller · 19 years ago
  84. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  85. 6869c4d [NETFILTER]: reduce netfilter sk_buff enlargement by Harald Welte · 19 years ago
  86. 6a2e9b7 [NET]: move config options out to individual protocols by Sam Ravnborg · 19 years ago
  87. af9debd [IPVS]: Add and reorder bh locks after moving to keventd. by Julian Anastasov · 19 years ago
  88. fb3d894 [IPVS]: Close race conditions on ip_vs_conn_tab list modification by Neil Horman · 19 years ago
  89. 4da62fc [IPVS]: Fix for overflows by pageexec · 19 years ago
  90. 18b8afc [NETFILTER]: Kill nf_debug by Patrick McHardy · 19 years ago
  91. 64a6c7a [IPVS]: remove net/ipv4/ipvs/ip_vs_proto_icmp.c by Adrian Bunk · 19 years ago
  92. d9fa0f3 [IP_VS]: Remove extra __ip_vs_conn_put() for incoming ICMP. by Julian Anastasov · 19 years ago
  93. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago