1. 77d40a0 tcp: Fix order of tests in tcp_retransmit_skb() by David S. Miller · 16 years ago
  2. 38ce7c7 ppp_generic: Use skb_peek() in ppp_receive_mp_frame(). by David S. Miller · 16 years ago
  3. f72051b neigh: Remove by-hand SKB queue handling. by David S. Miller · 16 years ago
  4. f4ab543 pkt_sched: Remove the tx queue state check in qdisc_run() by Jarek Poplawski · 16 years ago
  5. cd07a8e tcp: Use SKB queue handling interfaces instead of by-hand versions. by David S. Miller · 16 years ago
  6. 1164f52 net: Add skb_queue_walk_from() and skb_queue_walk_from_safe(). by David S. Miller · 16 years ago
  7. 249c8b4 net: Add skb_queue_next(). by David S. Miller · 16 years ago
  8. d258b49 tcp: Use skb_queue_is_last() instead of by-hand version. by David S. Miller · 16 years ago
  9. fc7ebb2 net: Add skb_queue_is_last(). by David S. Miller · 16 years ago
  10. b5f61ab usbatm: Use skb_queue_walk_safe() instead of by-hand implementation. by David S. Miller · 16 years ago
  11. 47a227d zd1211: Use skb_queue_walk() instead of by-hand implementation. by David S. Miller · 16 years ago
  12. 2aad7c8 de4x5: Use skb_queue_head instead of by-hand implementation. by David S. Miller · 16 years ago
  13. ebf0598 pkt_sched: Check the state of tx_queue in dequeue_skb() by Jarek Poplawski · 16 years ago
  14. f087652 pkt_sched: Always use q->requeue in dev_requeue_skb(). by David S. Miller · 16 years ago
  15. 242f8bfe pkt_sched: Make qdisc->gso_skb a list. by David S. Miller · 16 years ago
  16. 3d09274 sctp: Use skb_queue_walk_safe() and skb_queue_split_tail_init(). by David S. Miller · 16 years ago
  17. 1d4a31d net: Fix bus in SKB queue splicing interfaces. by David S. Miller · 16 years ago
  18. 0b815a1 net: network device name ifalias support by Stephen Hemminger · 16 years ago
  19. 83bfba5 usbnet: Use skb_queue_walk_safe() instead of by-hand implementation. by David S. Miller · 16 years ago
  20. 953f551 Phonet: kernel documentation by Remi Denis-Courmont · 16 years ago
  21. be0c52b Phonet: emit errors when a packet cannot be delivered locally by Remi Denis-Courmont · 16 years ago
  22. 87ab4e2 Phonet: proc interface for port range by Remi Denis-Courmont · 16 years ago
  23. 5f77076 Phonet: provide MAC header operations by Remi Denis-Courmont · 16 years ago
  24. 107d0d9 Phonet: Phonet datagram transport protocol by Remi Denis-Courmont · 16 years ago
  25. ba113a9 Phonet: common socket glue by Remi Denis-Courmont · 16 years ago
  26. 8fb3974 Phonet: Netlink interface by Remi Denis-Courmont · 16 years ago
  27. f8ff602 Phonet: network device and address handling by Remi Denis-Courmont · 16 years ago
  28. 8ead536 Phonet: add CONFIG_PHONET by Remi Denis-Courmont · 16 years ago
  29. 4b07b3f Phonet: PF_PHONET protocol family support by Remi Denis-Courmont · 16 years ago
  30. bce7b15 Phonet: global definitions by Remi Denis-Courmont · 16 years ago
  31. 5c18245 ipsec: Fix xfrm_state_walk race by Herbert Xu · 16 years ago
  32. fcaa406 cassini: use request_firmware by Jaswinder Singh · 16 years ago
  33. 5e68722 net/atm/lec.c: drop code after return by Julia Lawall · 16 years ago
  34. bb55b32 drivers/net/wan: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  35. 6a19309 drivers/atm: Use DIV_ROUND_UP by Julia Lawall · 16 years ago
  36. ca330c5 hci_usb: replace mb with smp_mb by Ming Lei · 16 years ago
  37. d48abfe net: em_cmp.c use unaligned access helpers by Harvey Harrison · 16 years ago
  38. 978e9ae irda: follow lspci device/vendor style by Bjorn Helgaas · 16 years ago
  39. ce425a9 mISDN: misc timerdev fixes by Andi Kleen · 16 years ago
  40. 1532dcb mISDN: annotate iomem pointer and add statics by Harvey Harrison · 16 years ago
  41. f11d32d mISDN: endian annotations for struct zt by Harvey Harrison · 16 years ago
  42. 4d5392c drivers/isdn/capi/kcapi.c: Adjust error handling code involving capi_ctr_put by Julia Lawall · 16 years ago
  43. 2cdc557 netfilter: xt_time gives a wrong monthday in a leap year by Kaihui Luo · 16 years ago
  44. 147e70e cxgb3: Use SKB list interfaces instead of home-grown implementation. by David S. Miller · 16 years ago
  45. 38783e6 isdn: isdn_ppp: Use SKB list facilities instead of home-grown implementation. by David S. Miller · 16 years ago
  46. 8fc5387 bluetooth: hci_bcsp: Use SKB list interfaces instead of home-grown stuff. by David S. Miller · 16 years ago
  47. e9bb8fb aoe: Use SKB interfaces for list management instead of home-grown stuff. by David S. Miller · 16 years ago
  48. 67fed45 net: Add new interfaces for SKB list light-weight init and splicing. by David S. Miller · 16 years ago
  49. ceade961 atm: idt77252: Use generic SKB queue management instead of home-grown scheme. by David S. Miller · 16 years ago
  50. 43f59c8 net: Remove __skb_insert() calls outside of skbuff internals. by David S. Miller · 16 years ago
  51. f5fff5d tcp: advertise MSS requested by user by Tom Quetchenbach · 16 years ago
  52. 6067804 net: Use hton[sl]() instead of __constant_hton[sl]() where applicable by Arnaldo Carvalho de Melo · 16 years ago
  53. a574420 multiq: requeue should rewind the current_band by Alexander Duyck · 16 years ago
  54. 618d9f2 tcp: back retransmit_high when it over-estimated by Ilpo Järvinen · 16 years ago
  55. 90638a0 tcp: don't clear lost_skb_hint when not necessary by Ilpo Järvinen · 16 years ago
  56. ef9da47 tcp: don't clear retransmit_skb_hint when not necessary by Ilpo Järvinen · 16 years ago
  57. f0ceb0e tcp: remove retransmit_skb_hint clearing from failure by Ilpo Järvinen · 16 years ago
  58. 0e1c54c tcp: reorganize retransmit code loops by Ilpo Järvinen · 16 years ago
  59. 08ebd17 tcp: remove tp->lost_out guard to make joining diff nicer by Ilpo Järvinen · 16 years ago
  60. 61eb55f tcp: Reorganize skb tagbit checks by Ilpo Järvinen · 16 years ago
  61. 3463857 tcp: remove obsolete validity concern by Ilpo Järvinen · 16 years ago
  62. b5afe7b tcp: add tcp_can_forward_retransmit by Ilpo Järvinen · 16 years ago
  63. 184d68b tcp: No need to clear retransmit_skb_hint when SACKing by Ilpo Järvinen · 16 years ago
  64. f09142e tcp: Kill precaution that's very likely obsolete by Ilpo Järvinen · 16 years ago
  65. 006f582 tcp: convert retransmit_cnt_hint to seqno by Ilpo Järvinen · 16 years ago
  66. 41ea36e tcp: add helper for lost bit toggling by Ilpo Järvinen · 16 years ago
  67. c8c213f tcp: move tcp_verify_retransmit_hint by Ilpo Järvinen · 16 years ago
  68. 64edc27 tcp: Partial hint clearing has again become meaningless by Ilpo Järvinen · 16 years ago
  69. d950f26 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  70. 04da2cf qlge: Protect qlge_resume() with CONFIG_PM by David S. Miller · 16 years ago
  71. 53159d0 qlge: Fix warnings in debugging code. by David S. Miller · 16 years ago
  72. 79b6f7e Merge branch 'new-drivers' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6 by David S. Miller · 16 years ago
  73. 02a1416 net: Fix build with ARCH=um by David S. Miller · 16 years ago
  74. 821c92f ISDN sockets: add missing lockdep strings by Rémi Denis-Courmont · 16 years ago
  75. ac392ab bnx2: Remove timer_interval field from the bnx2 structure by Benjamin Li · 16 years ago
  76. fbbf68b bnx2: Remove name field from bnx2 structure by Benjamin Li · 16 years ago
  77. 453a9c6 bnx2: Update MODULE_DESCRIPTION to include the 5716 by Benjamin Li · 16 years ago
  78. 344478d bnx2: In bnx2_set_mac_link() return void rather then int by Benjamin Li · 16 years ago
  79. c4e84bd qlge: New Qlogic 10Gb Ethernet Driver. by Ron Mercer · 16 years ago
  80. 9525223 jme: JMicron Gigabit Ethernet Driver by Guo-Fu Tseng · 16 years ago
  81. 01f2e4e enic: add Cisco 10G Ethernet NIC driver by Scott Feldman · 16 years ago
  82. 452c1ce atl2: add atl2 driver by Chris Snook · 16 years ago
  83. d286600 ipvs: change some __constant_htons() to htons() by Brian Haley · 16 years ago
  84. 563e94f ipvs: add __aquire/__release annotations to ip_vs_info_seq_start/ip_vs_info_seq_stop by Simon Horman · 16 years ago
  85. dff630d ipvs: supply a valid 0 address to ip_vs_conn_new() by Simon Horman · 16 years ago
  86. 9e691ed ipvs: only unlock in ip_vs_edit_service() if already locked by Simon Horman · 16 years ago
  87. e8ae43e Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/lvs-2.6 into lvs-next-2.6 by Simon Horman · 16 years ago
  88. 375da53 libertas: correct "limited range of data type" warning by John W. Linville · 16 years ago
  89. 75d31cf orinoco: Fix compile warnings by David Kilroy · 16 years ago
  90. e16ce63 mac80211 : Fix mode change hard_start_xmit function by Abhijeet Kolekar · 16 years ago
  91. 538df28 mac80211: remove debug frame dumping by Johannes Berg · 16 years ago
  92. c1b6cf4 mac80211: remove beacon counters by Johannes Berg · 16 years ago
  93. 62c1f95 mac80211: clean up kdoc by Johannes Berg · 16 years ago
  94. 9222963 mac80211: fix sta_info kernel-doc warning by Johannes Berg · 16 years ago
  95. 0e057d73 mac80211 hwsim: make radio list dynamic by Johannes Berg · 16 years ago
  96. 25d834e mac80211: fix virtual interfaces vs. injection by Johannes Berg · 16 years ago
  97. 9c31fd6 libertas: Reduce the WPA key installation time. by Javier Cardona · 16 years ago
  98. bed7aac rfkill: remove transmitter blocking on suspend by Henrique de Moraes Holschuh · 16 years ago
  99. e35cc4d b43: fix QoS parameters initialization by Lorenzo Nava · 16 years ago
  100. 25cb6ca iwl3945: add MODULE_FIRMWARE for 3945 HW by Zhu Yi · 16 years ago