1. 53d3176 net: cleanups by Changli Gao · 14 years ago
  2. dbe000e xtsonic: free irq if sonic_open() fails by Kulikov Vasiliy · 14 years ago
  3. 546e3ab macsonic: free irqs if sonic_open() fails by Kulikov Vasiliy · 14 years ago
  4. 62cd69a jazzsonic: free irq if sonic_open() fails by Kulikov Vasiliy · 14 years ago
  5. 84ce981 isdn: fix strlen() usage by Dan Carpenter · 14 years ago
  6. 5c4bfa1 9p: strlen() doesn't count the terminator by Dan Carpenter · 14 years ago
  7. b31fb86 tc35815: fix iomap leak by Kulikov Vasiliy · 14 years ago
  8. 60eb5fd ll_temac: Fix missing validate_addr hook by Denis Kirjanov · 14 years ago
  9. 7f9dd2f cxgb4vf: fix TX Queue restart by Casey Leedom · 14 years ago
  10. 84c3b97 depca: fix leaks in depca_module_init() by Kulikov Vasiliy · 14 years ago
  11. 9e34a5b net/core: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  12. 4bc2f18 net/ipv4: EXPORT_SYMBOL cleanups by Eric Dumazet · 14 years ago
  13. ba80a25 ac3200: fix error path by Kulikov Vasiliy · 14 years ago
  14. 451d33dd at1700: fix double free_irq by Kulikov Vasiliy · 14 years ago
  15. 835bb60 cxgb4: exclude registers with read side effects from register dumps by Dimitris Michailidis · 14 years ago
  16. f796564 cxgb4: implement the ETHTOOL_GRXFH command by Dimitris Michailidis · 14 years ago
  17. 671b006 cxgb4: add user manipulation of the RSS table by Dimitris Michailidis · 14 years ago
  18. 0654639 cxgb4: avoid duplicating some resource freeing code by Dimitris Michailidis · 14 years ago
  19. f7cabcd cxgb4: move the choice of interrupt type before net_device registration by Dimitris Michailidis · 14 years ago
  20. 98e32a9 tg3: Update version to 3.112 by Matt Carlson · 14 years ago
  21. be98da6 tg3: Fix some checkpatch errors by Matt Carlson · 14 years ago
  22. 702e52c tg3: Revert PCIe tx glitch fix by Matt Carlson · 14 years ago
  23. 6867c84 tg3: Report driver version to firmware by Matt Carlson · 14 years ago
  24. 2138c00 tg3: Relax 5717 serdes restriction by Matt Carlson · 14 years ago
  25. 34195c3 tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug() by Matt Carlson · 14 years ago
  26. 20d7375 tg3: Fix single MSI-X vector coalescing by Matt Carlson · 14 years ago
  27. 5efeeea tg3: Revert RSS indir tbl setup change by Matt Carlson · 14 years ago
  28. a607072 82596: free resources on error by Kulikov Vasiliy · 14 years ago
  29. f163530 82596: do not panic on out of memory by Kulikov Vasiliy · 14 years ago
  30. 344dbf1 be2net: Patch to determine if function is VF while running in guest OS. by Sarveshwar Bandi · 14 years ago
  31. 1ebed71 macvtap: Use dev_t for macvtap_major. by David S. Miller · 14 years ago
  32. 132ff00 qlcnic: Disable admin tools interface for VF driver mode by Anirban Chakraborty · 14 years ago
  33. ac8d0c4 qlcnic: Check FW capability for TSO by Anirban Chakraborty · 14 years ago
  34. d775351 net: Document that dev_get_stats() returns the given pointer by Ben Hutchings · 14 years ago
  35. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  36. cc7b86c usb/atm/ueagle-atm.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  37. 23f89f0 usb/atm/speedtch.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  38. 676f3d2 usb/atm/cxacru.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  39. e0b901a atm/suni.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  40. 49d4910 atm/solos-pci: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  41. 0753455 atm/idt77105.c: call atm_dev_signal_change() when signal changes. by Karl Hiramoto · 14 years ago
  42. c69fb76 atm/adummy: add syfs DEVICE_ATTR to change signal by Karl Hiramoto · 14 years ago
  43. 0050661 atm/br2684: register notifier event for carrier signal changes. by Karl Hiramoto · 14 years ago
  44. 7313bb8 atm: propagate signal changes via notifier by Karl Hiramoto · 14 years ago
  45. 68dc9d3 cxgb4vf: Implement "Unhandled Interrupts" statistic by Casey Leedom · 14 years ago
  46. fabc51a fec_mpc52xx: fix error path by Kulikov Vasiliy · 14 years ago
  47. 7cc36f6 ll_temac: fix memory leak by Kulikov Vasiliy · 14 years ago
  48. 9f1e758 ax88796: free irq on error by Kulikov Vasiliy · 14 years ago
  49. 3038bdb ks8842: Remove unnecessary bank select. by Richard Röjfors · 14 years ago
  50. cc88e45 ks8842: Do the TX timeout work in workqueue context. by Richard Röjfors · 14 years ago
  51. 301e9d9 ll_temac: fix DMA resources leak by Denis Kirjanov · 14 years ago
  52. 47562e5 sfc: Remove unused field left from mis-merge by Ben Hutchings · 14 years ago
  53. 7fe876a tg3: allow TSO on vlan devices by Eric Dumazet · 14 years ago
  54. 511d222 tg3: 64 bit stats on all arches by Eric Dumazet · 14 years ago
  55. 5d07bf2 bnx2: 64 bit stats on all arches by Eric Dumazet · 14 years ago
  56. 122e28e cxgb3: simplify need_skb_unmap by FUJITA Tomonori · 14 years ago
  57. 57b2eaf cxgb4vf: remove obsolete DECLARE_PCI_UNMAP_ADDR usage by FUJITA Tomonori · 14 years ago
  58. a204b48 vlan: allow TSO setting on vlan interfaces by Eric Dumazet · 14 years ago
  59. dd4ba83 gre: propagate ipv6 transport class by Stephen Hemminger · 14 years ago
  60. f5152c9 cxgb4: fix for new ndo_get_stats64 signature by Dimitris Michailidis · 14 years ago
  61. 3e9e0b8 b44: remove unused dma_desc_align_mask by FUJITA Tomonori · 14 years ago
  62. 5cf3e03 ethoc: Fix warning in ethoc_init_ring(). by David S. Miller · 14 years ago
  63. a038716 niu: BUG on inability to find page in rx page hashes. by David S. Miller · 14 years ago
  64. 05eda04 cxgb4: Use kfree_skb for skb pointers by Denis Kirjanov · 14 years ago
  65. d9bed6b isdn/gigaset: remove EXPERIMENTAL tag from GIGASET_CAPI by Tilman Schmidt · 14 years ago
  66. 29124c7 isdn/gigaset: document dial-out number format by Tilman Schmidt · 14 years ago
  67. 54438f9 isdn/gigaset: fix leaks in error path by Tilman Schmidt · 14 years ago
  68. 7d060ed isdn/gigaset: reduce syslog spam by Tilman Schmidt · 14 years ago
  69. 0cae6ef isdn/gigaset: remove obsolete compile time options by Tilman Schmidt · 14 years ago
  70. 18c2259 isdn/gigaset: handle Supplementary Service Listen by Tilman Schmidt · 14 years ago
  71. 6a75342 isdn/gigaset: improve CAPI message debugging by Tilman Schmidt · 14 years ago
  72. 24c1762 isdn/gigaset: drop debug check on isochronous write by Tilman Schmidt · 14 years ago
  73. 2ed5e4f isdn/gigaset: ignore irrelevant device responses by Tilman Schmidt · 14 years ago
  74. e3628dd isdn/gigaset: avoid copying AT commands twice by Tilman Schmidt · 14 years ago
  75. b3251d8 isdn/gigaset: adjust usb_gigaset tty write buffer limit by Tilman Schmidt · 14 years ago
  76. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  77. acbc0f0 gianfar: code cleanup by Eran Liberty · 14 years ago
  78. f29a3d0 net: sh_eth: add support for SH7757's ETHER by Yoshihiro Shimoda · 14 years ago
  79. 6f3c72a bnx2x: Set RXHASH for LRO packets by Vladislav Zolotarov · 14 years ago
  80. 49085bd net/ipv4/ip_output.c: Removal of unused variable in ip_fragment() by George Kadianakis · 14 years ago
  81. 33b665e NET: SB1250: Initialize .owner by Ralf Baechle · 14 years ago
  82. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  83. 7074b16 vxge: show startup message with KERN_INFO by Wu Fengguang · 14 years ago
  84. dfe1e8e ll_temac: Fix missing iounmaps by Denis Kirjanov · 14 years ago
  85. 1776206 bridge: Clear IPCB before possible entry into IP stack by Herbert Xu · 14 years ago
  86. 217d32d forcedeth: correct valid flag by Julia Lawall · 14 years ago
  87. 7f285fa bridge br_multicast: BUG: unable to handle kernel NULL pointer dereference by Herbert Xu · 14 years ago
  88. bcfcc45 net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined by Ben Hutchings · 14 years ago
  89. 3390712 net/ne: fix memory leak in ne_drv_probe() by Kulikov Vasiliy · 14 years ago
  90. bc10f96 isdn: avoid calling tty_ldisc_flush() in atomic context by Tilman Schmidt · 14 years ago
  91. 831334c Documentation/isdn: CAPI controller interface amendment by Tilman Schmidt · 14 years ago
  92. 83cc0a1 qlge: Change version to v1.00.00.25.00.00-01. by Ron Mercer · 14 years ago
  93. fbc2ac3 qlge: Make adapter drop frame errors and pass up csum errors. by Ron Mercer · 14 years ago
  94. 6d29b1e qlge: Fix possible endian issue for rx UDP csum. by Ron Mercer · 14 years ago
  95. 3b11d36 qlge: Reduce print level in data path statements. by Ron Mercer · 14 years ago
  96. fc312ec qlge: Don't use firmware when forcing firmware dump. by Ron Mercer · 14 years ago
  97. f2c0500 qlge: Restore promiscuous setting after reset. by Ron Mercer · 14 years ago
  98. 4265e66 ni52: Use the instance of net_device_stats from net_device. by Kulikov Vasiliy · 14 years ago
  99. e929bc3 ns83820: Use the instance of net_device_stats from net_device. by Kulikov Vasiliy · 14 years ago
  100. 174afef mac89x0: Use the instance of net_device_stats from net_device. by Kulikov Vasiliy · 14 years ago