1. e3ee3b7 /spare/repo/netdev-2.6 branch 'master' by Jeff Garzik · 19 years ago
  2. d8971fc [INET]: compile errors when DEBUG is defined by Stephen Hemminger · 19 years ago
  3. dc40c7b [ICSK]: Generalise tcp_listen_poll by Arnaldo Carvalho de Melo · 19 years ago
  4. 8cd25c1 [NET]: fix PROC_FS=n compile by Adrian Bunk · 19 years ago
  5. d179cd1 [NET]: Implement SKB fast cloning. by David S. Miller · 19 years ago
  6. 4c6ea29 [IP]: Introduce ip_options_get_from_user by Arnaldo Carvalho de Melo · 19 years ago
  7. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  8. a61bbcf [NET]: Store skb->timestamp as offset to a base timestamp by Patrick McHardy · 19 years ago
  9. 17b085e [INET_DIAG]: Move the tcp_diag interface to the proper place by Arnaldo Carvalho de Melo · 19 years ago
  10. 73c1f4a [TCPDIAG]: Just rename everything to inet_diag by Arnaldo Carvalho de Melo · 19 years ago
  11. 5324a04 [INET6_HASHTABLES]: Move inet6_lookup functions to net/ipv6/inet6_hashtables.c by Arnaldo Carvalho de Melo · 19 years ago
  12. 505cbfc [IPV6]: Generalise the tcp_v6_lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  13. 6687e98 [ICSK]: Move TCP congestion avoidance members to icsk by Arnaldo Carvalho de Melo · 19 years ago
  14. 64ce207 [NET]: Make NETDEBUG pure printk wrappers by Patrick McHardy · 19 years ago
  15. 696ab2d [TIMEWAIT]: Move inet_timewait_death_row routines to net/ipv4/inet_timewait_sock.c by Arnaldo Carvalho de Melo · 19 years ago
  16. 295ff7e [TIMEWAIT]: Introduce inet_timewait_death_row by Arnaldo Carvalho de Melo · 19 years ago
  17. 0d48d93 [Bluetooth]: Move packet type into the SKB control buffer by Marcel Holtmann · 19 years ago
  18. 2eb25a6 [Bluetooth]: Fix sparse warnings (__nocast type) by Victor Fusco · 19 years ago
  19. 3a5e903 [Bluetooth]: Implement RFCOMM remote port negotiation by J. Suter · 19 years ago
  20. 85a1e93 [Bluetooth]: Track page scan repetition mode changes by Marcel Holtmann · 19 years ago
  21. 45bb4bf [Bluetooth]: Workaround for inquiry results with RSSI and page scan mode by Marcel Holtmann · 19 years ago
  22. a019d6f [ICSK]: Move generalised functions from tcp to inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  23. 295f732 [ICSK]: Introduce reqsk_queue_prune from code in tcp_synack_timer by Arnaldo Carvalho de Melo · 19 years ago
  24. 0a5578c [ICSK]: Generalise tcp_listen_{start,stop} by Arnaldo Carvalho de Melo · 19 years ago
  25. 9f1d260 [ICSK]: Introduce inet_csk_clone by Arnaldo Carvalho de Melo · 19 years ago
  26. 3f421ba [NET]: Just move the inet_connection_sock function from tcp sources by Arnaldo Carvalho de Melo · 19 years ago
  27. 463c84b [NET]: Introduce inet_connection_sock by Arnaldo Carvalho de Melo · 19 years ago
  28. 87d11ce [SOCK]: Introduce sk_clone by Arnaldo Carvalho de Melo · 19 years ago
  29. c676270 [INET_TWSK]: Introduce inet_twsk_alloc by Arnaldo Carvalho de Melo · 19 years ago
  30. e48c414 [INET]: Generalise the TCP sock ID lookup routines by Arnaldo Carvalho de Melo · 19 years ago
  31. 8feaf0c0 [INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets by Arnaldo Carvalho de Melo · 19 years ago
  32. 33b6223 [INET]: Generalise tcp_v4_lookup_listener by Arnaldo Carvalho de Melo · 19 years ago
  33. 81849d1 [INET]: Generalise tcp_v4_hash & tcp_unhash by Arnaldo Carvalho de Melo · 19 years ago
  34. c752f07 [TCP]: Move the tcp sock states to net/tcp_states.h by Arnaldo Carvalho de Melo · 19 years ago
  35. f3f05f7 [INET]: Generalise the tcp_listen_ lock routines by Arnaldo Carvalho de Melo · 19 years ago
  36. 6e04e02 [INET]: Move tcp_port_rover to inet_hashinfo by Arnaldo Carvalho de Melo · 19 years ago
  37. 2d8c4ce [INET]: Generalise tcp_bind_hash & tcp_inherit_port by Arnaldo Carvalho de Melo · 19 years ago
  38. a55ebcc [INET]: Move bind_hash from tcp_sk to inet_sk by Arnaldo Carvalho de Melo · 19 years ago
  39. 77d8bf9 [INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch] by Arnaldo Carvalho de Melo · 19 years ago
  40. 0f7ff92 [INET]: Just rename the TCP hashtable functions/structs to inet_ by Arnaldo Carvalho de Melo · 19 years ago
  41. 304a161 [INET]: Move the TCP ehash functions to include/net/inet_hashtables.h by Arnaldo Carvalho de Melo · 19 years ago
  42. 32519f1 [INET]: Introduce inet_sk_rebuild_header by Arnaldo Carvalho de Melo · 19 years ago
  43. 6cbb0df [SOCK]: Introduce sk_setup_caps by Arnaldo Carvalho de Melo · 19 years ago
  44. 614c6cb [SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash by Arnaldo Carvalho de Melo · 19 years ago
  45. e684897 [NET]: Cleanup INET_REFCNT_DEBUG code by Arnaldo Carvalho de Melo · 19 years ago
  46. d13964f [IPV4/6]: Check if packet was actually delivered to a raw socket to decide whether to send an ICMP unreachable by Patrick McHardy · 19 years ago
  47. 0bd1b59 [IPV6]: Check interface bindings on IPv6 raw socket reception by Andrew McDonald · 19 years ago
  48. 86e65da [NET]: Remove explicit initializations of skb->input_dev by David S. Miller · 19 years ago
  49. 0742fd5 [IPV4]: possible cleanups by Adrian Bunk · 19 years ago
  50. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  51. 83e3609 [REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy by Arnaldo Carvalho de Melo · 19 years ago
  52. abc3bc5 [NET]: Kill skb->tc_classid by Patrick McHardy · 19 years ago
  53. 91cb70c [PATCH] ieee80211: Fix debug comments ipw->ieee80211 by Jouni Malinen · 19 years ago
  54. 51e828b [PATCH] ieee80211: Remove EAPOL debug by Jouni Malinen · 19 years ago
  55. 5f55d08 [PATCH] ieee80211: Remove WIRELESS_EXT < 17 support by Jouni Malinen · 19 years ago
  56. 099c5bb ieee80211: use endian-aware types by Jiri Benc · 19 years ago
  57. 95d5185 ieee80211: convert defines to enums by Jiri Benc · 19 years ago
  58. f13baae ieee80211: new constants from latest 802.11x specifications by Jiri Benc · 19 years ago
  59. e88187e ieee80211: Puts debug macros together and makes escape_essid not inlined. by Jiri Benc · 19 years ago
  60. b2382b3 Merge upstream into ieee80211. by Jeff Garzik · 19 years ago
  61. 01d7dd0 [AX25]: UID fixes by Ralf Baechle · 19 years ago
  62. 53b924b [NET]: Fix socket bitop damage by Ralf Baechle · 19 years ago
  63. 1b5cca3 ieee80211: remove last uses of compat define WLAN_CAPABILITY_BSS by Jeff Garzik · 19 years ago
  64. 2474385 [PATCH] ieee80211: Capability field is called ESS, not BSS by Jouni Malinen · 19 years ago
  65. 4c0e176 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  66. f241be7 [PATCH] ieee80211: Fix frame control pver mask by Jouni Malinen · 19 years ago
  67. 66e8b6c [Bluetooth] Remove unused functions and cleanup symbol exports by Marcel Holtmann · 19 years ago
  68. b7721ff [PATCH] include/net/ieee80211.h must #include <linux/wireless.h> by Adrian Bunk · 19 years ago
  69. d1b04c0 [NET]: Spelling mistakes threshoulds -> thresholds by Baruch Even · 19 years ago
  70. a670fcb /spare/repo/netdev-2.6 branch 'master' by Jeff Garzik · 19 years ago
  71. 0303770 [NET]: Make ipip/ip6_tunnel independant of XFRM by Patrick McHardy · 19 years ago
  72. d1ad1ff [SCTP]: Fix potential null pointer dereference while handling an icmp error by Sridhar Samudrala · 19 years ago
  73. 327309e Merge upstream 2.6.13-rc3 into ieee80211 branch of netdev-2.6. by Jeff Garzik · 19 years ago
  74. ab61148 [NET]: __be'ify *_type_trans() by Alexey Dobriyan · 19 years ago
  75. 3182cd8 [SCTP]: __nocast annotations by Alexey Dobriyan · 19 years ago
  76. 79af02c [SCTP]: Use struct list_head for chunk lists, not sk_buff_head. by David S. Miller · 19 years ago
  77. 86a76ca [NET]: Fix sparse warnings by Victor Fusco · 19 years ago
  78. b03efcf [NET]: Transform skb_queue_len() binary tests into skb_queue_empty() by David S. Miller · 19 years ago
  79. c1b4a7e [TCP]: Move to new TSO segmenting scheme. by David S. Miller · 19 years ago
  80. 55c97f3 [TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling. by David S. Miller · 19 years ago
  81. a2e2a59 [TCP]: Fix redundant calculations of tcp_current_mss() by David S. Miller · 19 years ago
  82. a762a98 [TCP]: Kill extra cwnd validate in __tcp_push_pending_frames(). by David S. Miller · 19 years ago
  83. 84d3e7b [TCP]: Move __tcp_data_snd_check into tcp_output.c by David S. Miller · 19 years ago
  84. f6302d1 [TCP]: Move send test logic out of net/tcp.h by David S. Miller · 19 years ago
  85. fc6415bc [TCP]: Fix quick-ack decrementing with TSO. by David S. Miller · 19 years ago
  86. c65f7f0 [TCP]: Simplify SKB data portion allocation with NETIF_F_SG. by David S. Miller · 19 years ago
  87. b8259d9 [NET]: Remove __ARGS from include/net/slhc_vj.h by Alexey Dobriyan · 19 years ago
  88. 3d54b82 [PKT_SCHED]: Cleanup qdisc creation and alignment macros by Thomas Graf · 19 years ago
  89. e41a33e [PKT_SCHED]: Move sch_generic.c prototypes to correct header file by Thomas Graf · 19 years ago
  90. 0c16877 Merge upstream 2.6.13-rc1-git1 into 'ieee80211' branch of netdev-2.6. by Jeff Garzik · 19 years ago
  91. b9a05d1 [PATCH] ieee80211.h build fix by Jeff Garzik · 19 years ago
  92. 7fe40f7 [IPV6]: remove more unused IPV6_AUTHHDR things. by YOSHIFUJI Hideaki · 19 years ago
  93. 2f85a42 [SCTP] Make init & delayed sack timeouts configurable by user. by Vlad Yasevich · 19 years ago
  94. 245ac87 Merge upstream net/ieee80211.h changes into 'ieee80211' branch. by Jeff Garzik · 19 years ago
  95. a5fe736 Update is_multicast_ether_addr() definition; net/ieee80211.h cleanups. by Jeff Garzik · 19 years ago
  96. 2793859 [PATCH] bring over ieee80211.h from mainline by Christoph Hellwig · 19 years ago
  97. 5696c19 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  98. 59a49e3 Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 19 years ago
  99. 52c1da3 [PATCH] make various thing static by Adrian Bunk · 19 years ago
  100. a8acfba [TCP]: Need to declare 'tcp_reno' in net/tcp.h by David S. Miller · 19 years ago