1. 8177a9d lseek(fd, n, SEEK_END) does *not* go to eof - n by Al Viro · 12 years ago
  2. c9bfbb3 tulip: Properly check dma mapping result by Neil Horman · 12 years ago
  3. dd01989 net: sh_eth: fix incorrect RX length error if R8A7740 by Yoshihiro Shimoda · 12 years ago
  4. cc60ab0 drivers: net: davinci_mdio: restore mdio clk divider in mdio resume by Mugunthan V N · 12 years ago
  5. 5033ec3 drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driver by Mugunthan V N · 12 years ago
  6. df465ab tg3: Wait for boot code to finish after power on by Nithin Sujir · 12 years ago
  7. 631f24a net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG used by Dinh Nguyen · 12 years ago
  8. 0c5fed0 be2net: Fix 32-bit DMA Mask handling by Somnath Kotur · 12 years ago
  9. 9f8c426 sh_eth: fix result of sh_eth_check_reset() on timeout by Sergei Shtylyov · 12 years ago
  10. 2786aae net/ti davinci_mdio: don't hold a spin lock while calling pm_runtime by Sebastian Siewior · 12 years ago
  11. 9bc297e tg3: Add read dma workaround for 5720 by Nithin Sujir · 12 years ago
  12. 3a5395b net: ethernet: xilinx_emaclite: set protocol selector bits when writing ANAR by Jens Renner \(EFE\) · 12 years ago
  13. 44dbc78 bnx2x: Fix bridged GSO for 57710/57711 chips by Yuval Mintz · 12 years ago
  14. ff5b2fa net: fec: add fallback to random MAC address by Lucas Stach · 12 years ago
  15. e768fb2 bnx2x: fix TCP offload for tunneling ipv4 over ipv6 by Dmitry Kravkov · 12 years ago
  16. c418253 net/mlx4_core: Keep VF assigned MAC in the PF admin table by Or Gerlitz · 12 years ago
  17. ef96f7d net/mlx4_en: Handle unassigned VF MAC address correctly by Or Gerlitz · 12 years ago
  18. 5efe535 net/mlx4_core: Return -EPROBE_DEFER when a VF is probed before PF is sufficiently initialized by Jack Morgenstein · 12 years ago
  19. a1c6693 net/mlx4_en: Fix adaptive moderation cq update by Sagi Grimberg · 12 years ago
  20. 01e5b2c be2net: Fix crash on 2nd invocation of PCI AER/EEH error_detected hook by Somnath Kotur · 12 years ago
  21. e38b170 be2net: Mark checksum fail for IP fragmented packets by Somnath Kotur · 12 years ago
  22. 4d2593c qlge: add missing free_netdev() on error in qlge_probe() by Wei Yongjun · 12 years ago
  23. eb3d339 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  24. 950e295 be2net: bug fix on returning an invalid nic descriptor by Wei Yang · 12 years ago
  25. 7a1a0cb net: Revert unused variable changes. by David S. Miller · 12 years ago
  26. c573972 net: ethernet: sun: drop unused variable by Emilio López · 12 years ago
  27. 1a59043 net: ethernet: korina: drop unused variable by Emilio López · 12 years ago
  28. da2e2c2 net: ethernet: apple: drop unused variable by Emilio López · 12 years ago
  29. 3680354 net: fec: use a more proper compatible string for MVF type device by Shawn Guo · 12 years ago
  30. 147a908 qlcnic: Fix updating netdev->features by Shahed Shaikh · 12 years ago
  31. 0ce54ce qlcnic: remove netdev->trans_start updates within the driver by Sony Chacko · 12 years ago
  32. 0213558 qlcnic: Return proper error codes from probe failure paths by Sony Chacko · 12 years ago
  33. c2bba06 tg3: Update version to 3.132 by Nithin Sujir · 12 years ago
  34. fb03a43 tg3: Ensure boot code has completed initialization before accessing hardware by Nithin Sujir · 12 years ago
  35. 98962ba 8139cp: reset BQL when ring tx ring cleared by stephen hemminger · 12 years ago
  36. 057cf65 bnx2x: Fix GSO for 57710/57711 chips by Yuval Mintz · 12 years ago
  37. b423e9a r8169: fix offloaded tx checksum for small packets. by françois romieu · 12 years ago
  38. e510668 Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 12 years ago
  39. 042c730 drivers/net/ethernet/renesas: don't check resource with devm_ioremap_resource by Wolfram Sang · 12 years ago
  40. e5f5e38 gianfar: add missing iounmap() on error in gianfar_ptp_probe() by Wei Yongjun · 12 years ago
  41. 3aefe2b NET: mv643xx_eth: avoid lockdep dump on interface down by Russell King · 12 years ago
  42. 1ed0d56 fec: Invert the order of function calls in fec_restart() by Fabio Estevam · 12 years ago
  43. 3169134 fec: Fix inconsistent lock state by Fabio Estevam · 12 years ago
  44. 0d709d9 ipg: fix an unsigned widening cast of '~' truncation issue by Dan Carpenter · 12 years ago
  45. 581df9e net/macb: fix ISR clear-on-write behavior only for some SoC by Nicolas Ferre · 12 years ago
  46. a3659aa mv643xx_eth: fix NAPI weight being > 64 by Andrew Lunn · 12 years ago
  47. efee8e8 be2net: Avoid double insertion of vlan tags. by Sarveshwar Bandi · 12 years ago
  48. 950c54d sfc: Reduce RX scatter buffer size, and reduce alignment if appropriate by Ben Hutchings · 12 years ago
  49. c14ff2e sfc: Delete EFX_PAGE_IP_ALIGN, equivalent to NET_IP_ALIGN by Ben Hutchings · 12 years ago
  50. 0f0d151 tg3: Fix data corruption on 5725 with TSO by Michael Chan · 12 years ago
  51. 44f3b50 tg3: Skip powering down function 0 on certain serdes devices by Nithin Sujir · 12 years ago
  52. ba21fc6 bna: add missing iounmap() on error in bnad_init() by Wei Yongjun · 12 years ago
  53. ef38079 qlge: fix dma map leak when the last chunk is not allocated by Thadeu Lima de Souza Cascardo · 12 years ago
  54. 23fbb5a emac: Fix EMAC soft reset on 460EX/GT by Petri Gynther · 12 years ago
  55. 4b264a1 3c59x: fix PCI resource management by Sergei Shtylyov · 12 years ago
  56. 822bc32 net/ethernet: MACB should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  57. d914ae8 net/ethernet: ARM_AT91_ETHER should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  58. fd1eb9e net/ethernet: STMMAC_ETH should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  59. 3b76b3c net/ethernet: NET_CALXEDA_XGMAC should depend on HAS_DMA by Geert Uytterhoeven · 12 years ago
  60. 7677fc9 net/mlx4: Strengthen VLAN tags/priorities enforcement in VST mode by Rony Efraim · 12 years ago
  61. 4e8cf5b net/mlx4_core: Add missing report on VST and spoof-checking dev caps by Or Gerlitz · 12 years ago
  62. 4849625 net: fec: enable hardware checksum only on imx6q-fec by Shawn Guo · 12 years ago
  63. cbccb18 qlcnic: Fix validation of link event command. by Rajesh Borundia · 12 years ago
  64. 9106e5d qlcnic: Fix mailbox response handling. by Rajesh Borundia · 12 years ago
  65. 13a82b4 qlcnic: Fix bug in diagnostics test reset recovery path by Manish Chopra · 12 years ago
  66. 536faa6 qlcnic: Fix reset recovery after transmit timeout by Sony Chacko · 12 years ago
  67. b938662 qlcnic: Fix ethtool supported port status for 83xx by Himanshu Madhani · 12 years ago
  68. 9fd1333 qlcnic: Fix missing bracket in module parameter. by Himanshu Madhani · 12 years ago
  69. 8c04641 qlcnic: Fix ethtool strings by Shahed Shaikh · 12 years ago
  70. cffe52f qlcnic: Fix setting MAC address by Manish Chopra · 12 years ago
  71. b32729b Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 12 years ago
  72. ea44083 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  73. e0fd9af Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband by Linus Torvalds · 12 years ago
  74. 54309fa net: fec: fix kernel oops when plug/unplug cable many times by Frank Li · 12 years ago
  75. 2c00699 bfin_mac: fix error return code in bfin_mac_probe() by Wei Yongjun · 12 years ago
  76. 155d940 sfc: fix return value check in efx_ptp_probe_channel() by Wei Yongjun · 12 years ago
  77. 228fb08 net/spider_net: fix error return code in spider_net_open() by Wei Yongjun · 12 years ago
  78. fba8755 be2net: disable TX in be_close() by Sathya Perla · 12 years ago
  79. 3f5dffe be2net: fix EQ from getting full while cleaning RX CQ by Sathya Perla · 12 years ago
  80. bf591f5 be2net: fix payload_len value for GET_MAC_LIST cmd req by Sathya Perla · 12 years ago
  81. b4c1df9 be2net: provision VF resources before enabling SR-IOV by Sathya Perla · 12 years ago
  82. 5af43c2 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  83. e00adf3 drivers/net: rename random32() to prandom_u32() by Akinobu Mita · 12 years ago
  84. 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  85. 2a437cd e1000e: fix scheduling while atomic bug by Bruce Allan · 12 years ago
  86. 4183bef Merge branch 'late/dt' into next/dt2 by Arnd Bergmann · 12 years ago
  87. c81400b 3c59x: fix freeing nonexistent resource on driver unload by Sergei Shtylyov · 12 years ago
  88. 13f8520 net/eth/ibmveth: Fixup retrieval of MAC address by Benjamin Herrenschmidt · 12 years ago
  89. 1aaf6d3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  90. 777c230 cxgb4: fix error recovery when t4_fw_hello returns a positive value by Thadeu Lima de Souza Cascardo · 12 years ago
  91. 88dccf5 sky2: Fix crash on receiving VLAN frames by Kirill Smelkov · 12 years ago
  92. 99bece7 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 12 years ago
  93. af5c6df drivers: net: cpsw: irq not disabled in cpsw isr in particular sequence by Mugunthan V N · 12 years ago
  94. c2bba3d be2net: Fix to fail probe if MSI-X enable fails for a VF by Somnath Kotur · 12 years ago
  95. 04d3d62 be2net: avoid napi_disable() when it has not been enabled by Somnath Kotur · 12 years ago
  96. 701962d be2net: Fix firmware download for Lancer by Somnath Kotur · 12 years ago
  97. c5dae58 be2net: Fix to receive Multicast Packets when Promiscuous mode is enabled on certain devices by Ajit Khaparde · 12 years ago
  98. b5adffc4 be2net: Fix to show tx priority pause counter in ethtool -S by Ajit Khaparde · 12 years ago
  99. a6c578e be2net: Fix to use 32-bit stats to report rx_drops_no_fragment by Ajit Khaparde · 12 years ago
  100. bbdc42f be2net: Fix to use version 2 of cq_create for SkyHawk-R devices by Ajit Khaparde · 12 years ago