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