aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | drivers/net: Add Micrel KS8841/42 support to ks8842 driverDavid J. Choi2010-07-13
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | hso: remove driver versionFilip Aben2010-07-13
| * | | | | | | | | | | | drivers/net/caif: Remove unnecessary casts of private_dataJoe Perches2010-07-13
| * | | | | | | | | | | | fec: use interrupt for MDIO completion indicationBaruch Siach2010-07-12
| * | | | | | | | | | | | net: autoconvert trivial BKL users to private mutexArnd Bergmann2010-07-12
| * | | | | | | | | | | | xtsonic: free irq if sonic_open() failsKulikov Vasiliy2010-07-12
| * | | | | | | | | | | | macsonic: free irqs if sonic_open() failsKulikov Vasiliy2010-07-12
| * | | | | | | | | | | | jazzsonic: free irq if sonic_open() failsKulikov Vasiliy2010-07-12
| * | | | | | | | | | | | tc35815: fix iomap leakKulikov Vasiliy2010-07-12
| * | | | | | | | | | | | ll_temac: Fix missing validate_addr hookDenis Kirjanov2010-07-12
| * | | | | | | | | | | | cxgb4vf: fix TX Queue restartCasey Leedom2010-07-12
| * | | | | | | | | | | | depca: fix leaks in depca_module_init()Kulikov Vasiliy2010-07-12
| * | | | | | | | | | | | ac3200: fix error pathKulikov Vasiliy2010-07-11
| * | | | | | | | | | | | at1700: fix double free_irqKulikov Vasiliy2010-07-11
| * | | | | | | | | | | | cxgb4: exclude registers with read side effects from register dumpsDimitris Michailidis2010-07-11
| * | | | | | | | | | | | cxgb4: implement the ETHTOOL_GRXFH commandDimitris Michailidis2010-07-11
| * | | | | | | | | | | | cxgb4: add user manipulation of the RSS tableDimitris Michailidis2010-07-11
| * | | | | | | | | | | | cxgb4: avoid duplicating some resource freeing codeDimitris Michailidis2010-07-11
| * | | | | | | | | | | | cxgb4: move the choice of interrupt type before net_device registrationDimitris Michailidis2010-07-11
| * | | | | | | | | | | | tg3: Update version to 3.112Matt Carlson2010-07-11
| * | | | | | | | | | | | tg3: Fix some checkpatch errorsMatt Carlson2010-07-11
| * | | | | | | | | | | | tg3: Revert PCIe tx glitch fixMatt Carlson2010-07-11
| * | | | | | | | | | | | tg3: Report driver version to firmwareMatt Carlson2010-07-11
| * | | | | | | | | | | | tg3: Relax 5717 serdes restrictionMatt Carlson2010-07-11
| * | | | | | | | | | | | tg3: Fix IPv6 TSO code in tg3_start_xmit_dma_bug()Matt Carlson2010-07-11
| * | | | | | | | | | | | tg3: Fix single MSI-X vector coalescingMatt Carlson2010-07-11
| * | | | | | | | | | | | tg3: Revert RSS indir tbl setup changeMatt Carlson2010-07-11
| * | | | | | | | | | | | 82596: free resources on errorKulikov Vasiliy2010-07-10
| * | | | | | | | | | | | 82596: do not panic on out of memoryKulikov Vasiliy2010-07-10
| * | | | | | | | | | | | be2net: Patch to determine if function is VF while running in guest OS.Sarveshwar Bandi2010-07-10
| * | | | | | | | | | | | macvtap: Use dev_t for macvtap_major.David S. Miller2010-07-10
| * | | | | | | | | | | | qlcnic: Disable admin tools interface for VF driver modeAnirban Chakraborty2010-07-09
| * | | | | | | | | | | | qlcnic: Check FW capability for TSOAnirban Chakraborty2010-07-09
| * | | | | | | | | | | | net: Get rid of rtnl_link_stats64 / net_device_stats unionBen Hutchings2010-07-09
| * | | | | | | | | | | | cxgb4vf: Implement "Unhandled Interrupts" statisticCasey Leedom2010-07-09
| * | | | | | | | | | | | fec_mpc52xx: fix error pathKulikov Vasiliy2010-07-09
| * | | | | | | | | | | | ll_temac: fix memory leakKulikov Vasiliy2010-07-09
| * | | | | | | | | | | | ax88796: free irq on errorKulikov Vasiliy2010-07-09
| * | | | | | | | | | | | ks8842: Remove unnecessary bank select.Richard Röjfors2010-07-09
| * | | | | | | | | | | | ks8842: Do the TX timeout work in workqueue context.Richard Röjfors2010-07-09
| * | | | | | | | | | | | ll_temac: fix DMA resources leakDenis Kirjanov2010-07-09
| * | | | | | | | | | | | sfc: Remove unused field left from mis-mergeBen Hutchings2010-07-09
| * | | | | | | | | | | | tg3: allow TSO on vlan devicesEric Dumazet2010-07-09
| * | | | | | | | | | | | tg3: 64 bit stats on all archesEric Dumazet2010-07-09
| * | | | | | | | | | | | bnx2: 64 bit stats on all archesEric Dumazet2010-07-09
| * | | | | | | | | | | | cxgb3: simplify need_skb_unmapFUJITA Tomonori2010-07-09
| * | | | | | | | | | | | cxgb4vf: remove obsolete DECLARE_PCI_UNMAP_ADDR usageFUJITA Tomonori2010-07-09
| * | | | | | | | | | | | cxgb4: fix for new ndo_get_stats64 signatureDimitris Michailidis2010-07-08
| * | | | | | | | | | | | b44: remove unused dma_desc_align_maskFUJITA Tomonori2010-07-07
| * | | | | | | | | | | | ethoc: Fix warning in ethoc_init_ring().David S. Miller2010-07-07