1. 826dd0e netdevice ni65: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  2. c8019bf netdevice ppp: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  3. f7b2927 smsc95xx: add tx checksum offload support by Steve Glendinning · 16 years ago
  4. 8761169 sfc: Fix dependency for SFC_MTD by Ben Hutchings · 16 years ago
  5. 47a1a1d pkt_sched: remove unnecessary xchg() in packet classifiers by Patrick McHardy · 16 years ago
  6. b94c8af pkt_sched: remove unnecessary xchg() in packet schedulers by Patrick McHardy · 16 years ago
  7. c19d036 isdn: isdn_net.c annotate struct ip_ports and trivial sparse fixes by Harvey Harrison · 16 years ago
  8. 13d2a1d pkt_sched: add DRR scheduler by Patrick McHardy · 16 years ago
  9. 0c19b0a netlink: avoid memset of 0 bytes sparse warning by Patrick McHardy · 16 years ago
  10. c010360 netdevice lance: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  11. 5377152 mv643xx_eth: calculate descriptor pointer only once in rxq_refill() by Lennert Buytenhek · 16 years ago
  12. f61e554 mv643xx_eth: move receive error handling out of line by Lennert Buytenhek · 16 years ago
  13. 66e63ff mv643xx_eth: implement ->set_rx_mode() by Lennert Buytenhek · 16 years ago
  14. 66823b9 mv643xx_eth: inline txq_alloc_desc_index() by Lennert Buytenhek · 16 years ago
  15. 37a6084 mv643xx_eth: introduce per-port register area pointer by Lennert Buytenhek · 16 years ago
  16. 10a9948 mv643xx_eth: checkpatch fixes by Lennert Buytenhek · 16 years ago
  17. 21d1a16 net: ip_sockglue.c add static, annotate ports' endianness by Harvey Harrison · 16 years ago
  18. 00b5e50 myri10ge: remove hardcoded sram_size by Brice Goglin · 16 years ago
  19. d6279c8 myri10ge: fix per-slice rx/tx_dropped counters by Brice Goglin · 16 years ago
  20. a61fc1e netdev/smc91x: unify Blackfin code a bit and use proper read/write functions by Mike Frysinger · 16 years ago
  21. 3d3e35a dccp: Fix bracing in dccp_feat_list_lookup. by Gerrit Renker · 16 years ago
  22. f4bdd26 netdevice hamradio: Convert directly reference of netdev->priv by Wang Chen · 16 years ago
  23. f3a216d netdevice: 82596: Convert netdev->priv to netdev_priv by Wang Chen · 16 years ago
  24. d214c75 filter: add SKF_AD_NLATTR_NEST to look for nested attributes by Pablo Neira Ayuso · 16 years ago
  25. 68fd991 igb: Fix tx/rx_ring_count parameters for igb on suspend/resume/ring resize by Alexander Duyck · 16 years ago
  26. b2d5653 igb: simplify swap in clean_rx_irq if using packet split by Alexander Duyck · 16 years ago
  27. 3ef6b23 igb: update name to reflect new hardware by Alexander Duyck · 16 years ago
  28. 5caea4e net: listening_hash get a spinlock per bucket by Eric Dumazet · 16 years ago
  29. d8b83c5 acenic: convert to net_device_ops by Stephen Hemminger · 16 years ago
  30. 2c9171d niu: convert to net_device_ops by Stephen Hemminger · 16 years ago
  31. b94426b forcedeth: convert to net_device_ops by Stephen Hemminger · 16 years ago
  32. 7c7d64b tg3: convert to net_device_ops by Stephen Hemminger · 16 years ago
  33. 0edc352 ixgb: convert to net_device_ops by Stephen Hemminger · 16 years ago
  34. afe29f7 enic: convert to net_device_ops by Stephen Hemminger · 16 years ago
  35. 52256cf ppp: convert to net_device_ops by Stephen Hemminger · 16 years ago
  36. acc7842 e100: convert to net_device_ops by Stephen Hemminger · 16 years ago
  37. 2e5c692 igb: convert to net_device_ops by Stephen Hemminger · 16 years ago
  38. 39a11bd via-velocity: convert to net_device_ops by Stephen Hemminger · 16 years ago
  39. 0e7614b e1000: convert to net_device_ops by Stephen Hemminger · 16 years ago
  40. 80ff32b cxgb2: convert to net_device_ops by Stephen Hemminger · 16 years ago
  41. dd75269 cxgb3: convert to net_device_ops by Stephen Hemminger · 16 years ago
  42. 825a84d atlx: convert to net_device_ops by Stephen Hemminger · 16 years ago
  43. 1e058ab atl1e: convert to net_device_ops by Stephen Hemminger · 16 years ago
  44. 758e43b tun: convert to net_device_ops by Stephen Hemminger · 16 years ago
  45. 48dfcde 8139: convert to net_device_ops by Stephen Hemminger · 16 years ago
  46. 8b4ab28 r8169: convert to net_device_ops by Francois Romieu · 16 years ago
  47. f80d032 skge: convert to net_device_ops by Stephen Hemminger · 16 years ago
  48. 1436b30 sky2: convert to net_device_ops by Stephen Hemminger · 16 years ago
  49. 651c246 e1000e: convert to net_device_ops by Stephen Hemminger · 16 years ago
  50. eb7cc59 bonding: convert to net_device_ops by Stephen Hemminger · 16 years ago
  51. 656299f vlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  52. 5bc3eb7 ip: convert to net_device_ops for ioctl by Stephen Hemminger · 16 years ago
  53. 54a30c9 macvlan: convert to net_device_ops by Stephen Hemminger · 16 years ago
  54. 4456e7b veth: convert to net_device_ops by Stephen Hemminger · 16 years ago
  55. a2dbb88 bridge: convert to net_device_ops by Stephen Hemminger · 16 years ago
  56. 8dfcdf3 ifb: convert to net_device_ops by Stephen Hemminger · 16 years ago
  57. c02373b netdev: convert loopback to net_device_ops by Stephen Hemminger · 16 years ago
  58. ccad637 netdev: expose ethernet address primitives by Stephen Hemminger · 16 years ago
  59. eeda3fd netdev: introduce dev_get_stats() by Stephen Hemminger · 16 years ago
  60. d314774 netdev: network device operations infrastructure by Stephen Hemminger · 16 years ago
  61. 6b41e7d net: af_unix should use KERN_INFO instead of KERN_DEBUG by Eric Dumazet · 16 years ago
  62. d171235 drivers/s390/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  63. 07f0757 include/net net/ - csum_partial - remove unnecessary casts by Joe Perches · 16 years ago
  64. a7a0d6a net: inet_diag_handler structs can be const by Eric Dumazet · 16 years ago
  65. 14e943d net: make /proc/net/protocols namespace aware by Eric Dumazet · 16 years ago
  66. 3680453 net: af_packet should update its inuse counter by Eric Dumazet · 16 years ago
  67. 198d6ba Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  68. 7f0f598 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 16 years ago
  69. a6a0c4c suspend: use WARN not WARN_ON to print the message by Arjan van de Ven · 16 years ago
  70. 72b51a6 Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  71. 8c60bfb Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  72. b658406 Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  73. 376fdd2 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6 by Linus Torvalds · 16 years ago
  74. af94ce0 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6 by Linus Torvalds · 16 years ago
  75. c26156b block: hold extra reference to bio in blk_rq_map_user_iov() by Jens Axboe · 16 years ago
  76. 98ba403 relay: fix cpu offline problem by Lai Jiangshan · 16 years ago
  77. 68aee07 Release old elevator on change elevator by Zhaolei · 16 years ago
  78. 561ec68 block: fix boot failure with CONFIG_DEBUG_BLOCK_EXT_DEVT=y and nash by Zhang, Yanmin · 16 years ago
  79. 55e8e30 block/md: fix md autodetection by Tejun Heo · 16 years ago
  80. ba32929 block: make add_partition() return pointer to hd_struct by Tejun Heo · 16 years ago
  81. eb60fa1 block: fix add_partition() error path by Tejun Heo · 16 years ago
  82. ef71b1b Merge branches 'topic/fix/hda' and 'topic/fix/misc' into for-linus by Takashi Iwai · 16 years ago
  83. c5d08bb ALSA: hda - Fix resume of GPIO unsol event for STAC/IDT by Takashi Iwai · 16 years ago
  84. 80bf272 ALSA: hda - Add quirks for HP Pavilion DV models by Takashi Iwai · 16 years ago
  85. 62273ee Blackfin arch: fix a broken define in dma-mapping by Mike Frysinger · 16 years ago
  86. 4213cb6 Blackfin arch: fix bug - Turn on DEBUG_DOUBLEFAULT, booting SMP kernel crash by Graf Yang · 16 years ago
  87. 41c3b64 ALSA: hda - Fix GPIO initialization in patch_stac92hd71bxx() by Takashi Iwai · 16 years ago
  88. e270219f kernel/profile.c: fix section mismatch warning by Rakib Mullick · 16 years ago
  89. 700018e cpuset: fix regression when failed to generate sched domains by Li Zefan · 16 years ago
  90. 4e14e83 Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6 by Linus Torvalds · 16 years ago
  91. b066a48 prevent cifs_writepages() from skipping unwritten pages by Dave Kleikamp · 16 years ago
  92. 2c55608 Fixed parsing of mount options when doing DFS submount by Igor Mammedov · 16 years ago
  93. 65ecc14 Remove -mno-spe flags as they dont belong by Kumar Gala · 16 years ago
  94. e77a20e Merge branch 'for-linus' of git://git.o-hand.com/linux-mfd by Linus Torvalds · 16 years ago
  95. ab3f992 [CIFS] Fix check for tcon seal setting and fix oops on failed mount from earlier patch by Steve French · 16 years ago
  96. 9753b12 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 by Linus Torvalds · 16 years ago
  97. 847e917 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  98. ad133ba sched, signals: fix the racy usage of ->signal in account_group_xxx/run_posix_cpu_timers by Oleg Nesterov · 16 years ago
  99. 9a57f7f net: sctp should update its inuse counter by Eric Dumazet · 16 years ago
  100. a8076d8 net: af_unix should update its inuse counter by Eric Dumazet · 16 years ago