1. b226801 [PKT_SCHED] CLS_U32: Use ffs() instead of C code on hash mask to get first set bit. by Radu Rendec · 17 years ago
  2. 39aaac1 [VLAN]: Allow setting mac address while device is up by Patrick McHardy · 17 years ago
  3. d932e04 [VLAN]: Don't synchronize addresses while the vlan device is down by Patrick McHardy · 17 years ago
  4. 358352b [INET]: Cleanup the xfrm4_tunnel_(un)register by Pavel Emelyanov · 17 years ago
  5. 99f9332 [INET]: Add missed tunnel64_err handler by Pavel Emelyanov · 17 years ago
  6. c2b4233 [IPX]: Use existing sock refcnt debugging infrastructure by Pavel Emelyanov · 17 years ago
  7. 17ab56a [PACKET]: Use existing sock refcnt debugging infrastructure by Pavel Emelyanov · 17 years ago
  8. e9671fc [NET]: Fix infinite loop in dev_mc_unsync(). by Joe Perches · 17 years ago
  9. 03f49f3 [NET]: Make helper to get dst entry and "use" it by Pavel Emelyanov · 17 years ago
  10. b166760 [IPV4]: Remove bugus goto-s from ip_route_input_slow by Pavel Emelyanov · 17 years ago
  11. fbd52eb [TCP]: Split SACK FRTO flag clearing (fixes FRTO corner case bug) by Ilpo Järvinen · 17 years ago
  12. e49aa5d [TCP]: Add unlikely() to sacktag out-of-mem in fragment case by Ilpo Järvinen · 17 years ago
  13. c7caf8d [TCP]: Fix reord detection due to snd_una covered holes by Ilpo Järvinen · 17 years ago
  14. 8dd71c5d [TCP]: Consider GSO while counting reord in sacktag by Ilpo Järvinen · 17 years ago
  15. c3d8d1e [NETLINK]: Fix unicast timeouts by Patrick McHardy · 17 years ago
  16. 230140c [INET]: Remove per bucket rwlock in tcp/dccp ehash table. by Eric Dumazet · 17 years ago
  17. efac527 [IPVS]: Synchronize closing of Connections by Rumen G. Bogdanovski · 17 years ago
  18. 1e356f9 [IPVS]: Bind connections on stanby if the destination exists by Rumen G. Bogdanovski · 17 years ago
  19. b733c00 [NET]: Clean proto_(un)register from in-code ifdefs by Pavel Emelyanov · 17 years ago
  20. 4999f36 [IPSEC]: Fix crypto_alloc_comp error checking by Herbert Xu · 17 years ago
  21. fffe470 [VLAN]: Fix SET_VLAN_INGRESS_PRIORITY_CMD ioctl by Patrick McHardy · 17 years ago
  22. 45a19b0 [NETNS]: Fix compiler error in net_namespace.c by Johann Felix Soden · 17 years ago
  23. 543821c [PKT_SCHED] CLS_U32: Fix endianness problem with u32 classifier hash masks. by Radu Rendec · 17 years ago
  24. 40208d7 [NET]: Removing duplicit #includes by Jiri Olsa · 17 years ago
  25. c3e9a35 [IPV4]: Compact some ifdefs in the fib code. by Pavel Emelyanov · 17 years ago
  26. 33120b3 [IPV6]: Convert /proc/net/ipv6_route to seq_file interface by Alexey Dobriyan · 17 years ago
  27. 4f9f831 [PKT_SCHED]: Fix OOPS when removing devices from a teql queuing discipline by Evgeniy Polyakov · 17 years ago
  28. c62cf5c [DCCP]: Use DEFINE_PROTO_INUSE infrastructure. by David S. Miller · 17 years ago
  29. 8295b6d [SCTP]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  30. c5a432f [IPV6]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  31. 47a31a6 [IPV4]: Use the {DEFINE|REF}_PROTO_INUSE infrastructure by Eric Dumazet · 17 years ago
  32. 286ab3d [NET]: Define infrastructure to keep 'inuse' changes in an efficent SMP/NUMA way. by Eric Dumazet · 17 years ago
  33. 6a9fb94 [IPV4]: Clean the ip_sockglue.c from some ugly ifdefs by Pavel Emelyanov · 17 years ago
  34. 4e05806 [DECNET]: "addr" module param can't be __initdata by Alexey Dobriyan · 17 years ago
  35. 7a0ff716 [IPv6] SNMP: Restore Udp6InErrors incrementation by Mitsuru Chinen · 17 years ago
  36. 3f192b5 [NET]: Remove /proc/net/stat/*_arp_cache upon module removal by Alexey Dobriyan · 17 years ago
  37. bf13886 [IPV6]: Consolidate the ip cork destruction in ip6_output.c by Pavel Emelyanov · 17 years ago
  38. 429f08e [IPV4]: Consolidate the ip cork destruction in ip_output.c by Pavel Emelyanov · 17 years ago
  39. e011ff4 [NETFILTER]: ebt_arp: fix --arp-gratuitous matching dependence on --arp-ip-{src,dst} by Bart De Schuymer · 17 years ago
  40. 55d84ac [NETFILTER]: nf_sockopts list head cleanup by Alexey Dobriyan · 17 years ago
  41. d1332e0 [NETFILTER]: remove unneeded rcu_dereference() calls by Patrick McHardy · 17 years ago
  42. 0795c65 [NETFILTER]: Clean up Makefile by Jan Engelhardt · 17 years ago
  43. ba5dc27 [NETFILTER]: Copyright/Email update by Jan Engelhardt · 17 years ago
  44. 7351a22 [NETFILTER]: ip{,6}_queue: convert to seq_file interface by Alexey Dobriyan · 17 years ago
  45. 5576269 9p: add missing end-of-options record for trans_fd by Latchesar Ionkov · 17 years ago
  46. dd1a458 9p: return NULL when trans not found by Latchesar Ionkov · 17 years ago
  47. c46f233 [SG] Get rid of __sg_mark_end() by Jens Axboe · 17 years ago
  48. 87ae9af cleanup asm/scatterlist.h includes by Adrian Bunk · 17 years ago
  49. 49259d3 [IRDA] IRNET: Fix build when TCGETS2 is defined. by David S. Miller · 17 years ago
  50. 3b582cc [NET]: docbook fixes for netif_ functions by Stephen Hemminger · 17 years ago
  51. d57a921 [NET]: Hide the net_ns kmem cache by Pavel Emelyanov · 17 years ago
  52. 1a2ee93 [NET]: Mark the setup_net as __net_init by Pavel Emelyanov · 17 years ago
  53. 6a1a3b9 [NET]: Hide the dead code in the net_namespace.c by Pavel Emelyanov · 17 years ago
  54. 1dba323 [NETNS]: Make the init/exit hooks checks outside the loop by Pavel Emelyanov · 17 years ago
  55. 6257ff2 [NET]: Forget the zero_it argument of sk_alloc() by Pavel Emelyanov · 17 years ago
  56. 154adbc [NET]: Remove bogus zero_it argument from sk_alloc by Pavel Emelyanov · 17 years ago
  57. 8fd1d17 [NET]: Make the sk_clone() lighter by Pavel Emelyanov · 17 years ago
  58. 2e4afe7 [NET]: Move some core sock setup into sk_prot_alloc by Pavel Emelyanov · 17 years ago
  59. 3f0666e [NET]: Auto-zero the allocated sock object by Pavel Emelyanov · 17 years ago
  60. c308c1b2 [NET]: Cleanup the allocation/freeing of the sock object by Pavel Emelyanov · 17 years ago
  61. 1e2e6b8 [NET]: Move the get_net() from sock_copy() by Pavel Emelyanov · 17 years ago
  62. f1a6c4d [NET]: Move the sock_copy() from the header by Pavel Emelyanov · 17 years ago
  63. 261ab36 [TCP]: Another TAGBITS -> SACKED_ACKED|LOST conversion by Ilpo Järvinen · 17 years ago
  64. e56d6cd [TCP]: Process DSACKs that reside within a SACK block by Ilpo Järvinen · 17 years ago
  65. 298bb62 [AF_KEY]: suppress a warning for 64k pages. by Stephen Rothwell · 17 years ago
  66. 51c739d [NET]: Fix incorrect sg_mark_end() calls. by David S. Miller · 17 years ago
  67. 07afa04 [IPVS]: Remove /proc/net/ip_vs_lblcr by Alexey Dobriyan · 17 years ago
  68. 1675c7b [IPV6]: remove duplicate call to proc_net_remove by Daniel Lezcano · 17 years ago
  69. 310928d [NETNS]: fix net released by rcu callback by Daniel Lezcano · 17 years ago
  70. 93ee31f [NET]: Fix free_netdev on register_netdev failure. by Daniel Lezcano · 17 years ago
  71. e403149 Kbuild/doc: fix links to Documentation files by Dirk Hohndel · 17 years ago
  72. 521c2a4 [SUNRPC]: fix rpc debugging by J. Bruce Fields · 17 years ago
  73. 0ccfe61 [TCP]: Saner thash_entries default with much memory. by Jean Delvare · 17 years ago
  74. e08a132 [SUNRPC] rpc_rdma: we need to cast u64 to unsigned long long for printing by Stephen Rothwell · 17 years ago
  75. 064f360 [IPv4] SNMP: Refer correct memory location to display ICMP out-going statistics by Mitsuru Chinen · 17 years ago
  76. bf3c23d [NET]: Fix error reporting in sys_socketpair(). by David S. Miller · 17 years ago
  77. 29b6749 [NETFILTER]: nf_ct_alloc_hashtable(): use __GFP_NOWARN by Andrew Morton · 17 years ago
  78. 0a7606c [NET]: Fix race between poll_napi() and net_rx_action() by David S. Miller · 17 years ago
  79. b0a713e [TCP] MD5: Remove some more unnecessary casting. by Matthias M. Dellweg · 17 years ago
  80. c940587 [TCP] vegas: Fix a bug in disabling slow start by gamma parameter. by Xiaoliang (David) Wei · 17 years ago
  81. 5c81833 [IPVS]: use proper timeout instead of fixed value by Andy Gospodarek · 17 years ago
  82. ad02ac1 [IPV6] NDISC: Fix setting base_reachable_time_ms variable. by YOSHIFUJI Hideaki · 17 years ago
  83. d06f608 SCTP endianness annotations regression by Al Viro · 17 years ago
  84. 2d8a972 SUNRPC endianness annotations by Al Viro · 17 years ago
  85. 68e3f5d [CRYPTO] users: Fix up scatterlist conversion errors by Herbert Xu · 17 years ago
  86. ceaa79c4 [NETNS]: Fix get_net_ns_by_pid by Eric W. Biederman · 17 years ago
  87. 2b008b0a [NET]: Marking struct pernet_operations __net_initdata was inappropriate by Eric W. Biederman · 17 years ago
  88. 72998d8 [INET] ESP: Must #include <linux/scatterlist.h> by Adrian Bunk · 17 years ago
  89. 18134be [TCP] IPV6: fix softnet build breakage by Jeff Garzik · 17 years ago
  90. 4be2700 [NetLabel]: correct usage of RCU locking by Paul Moore · 17 years ago
  91. 94d3b1e [TCP]: fix D-SACK cwnd handling by Ryousei Takano · 17 years ago
  92. 8ad7c62b [SCTP] net/sctp/auth.c: make 3 functions static by Adrian Bunk · 17 years ago
  93. b4caea8 [TCP]: Add missing I/O AT code to ipv6 side. by David S. Miller · 17 years ago
  94. d84d64d [SCTP]: #if 0 sctp_update_copy_cksum() by Adrian Bunk · 17 years ago
  95. 39296ed [INET]: Unexport icmpmsg_statistics by Adrian Bunk · 17 years ago
  96. bbbb1a8 [NET]: Unexport sock_enable_timestamp(). by Adrian Bunk · 17 years ago
  97. 0f79efd [TCP]: Make tcp_match_skb_to_sack() static. by Adrian Bunk · 17 years ago
  98. d76081f [IRDA]: Make ircomm_tty static. by Adrian Bunk · 17 years ago
  99. c8d90dc [NET] dev_change_name: ignore changes to same name by Stephen Hemminger · 17 years ago
  100. 8c56a34 Merge master.kernel.org:/pub/scm/linux/kernel/git/acme/net-2.6 by David S. Miller · 17 years ago