summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang29-56/+53
2009-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-14136/+324
2009-04-06b44: Use kernel DMA addresses for the kernel DMA APIMichael Buesch1-1/+1
2009-04-06forcedeth: Fix resume from hibernation regression.Ed Swierk1-0/+3
2009-04-06ibm_newemac: Fix dangerous struct assumptionJean Delvare1-1/+1
2009-04-06smsc911x: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-04-06axnet_cs: fix phy_id detection for bogus Asix chip.Ken Kawasaki1-1/+8
2009-04-04bnx2: Use request_firmware()Michael Chan5-9102/+247
2009-04-04b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}()Michael Buesch1-3/+3
2009-04-04virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson1-6/+4
2009-04-04myri_sbus: use request_firmwareJaswinder Singh Rajput2-5013/+30
2009-04-04e1000: fix loss of multicast packetsJesse Brandeburg1-8/+26
2009-04-04vxge: should include tcp.hAlexander Beregalov1-0/+1
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds9-9/+9
2009-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds44-2865/+23833
2009-04-02workqueue: add to_delayed_work() helper functionJean Delvare5-6/+5
2009-04-02glge: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-02dnet: remove unused #include <version.h>Huang Weiyi1-1/+0
2009-04-02hso: fix for the 'invalid frame length' messagesJan Dumon1-4/+6
2009-04-02hso: fix for crash when unplugging the deviceJan Dumon1-8/+11
2009-04-02fsl_pq_mdio: Fix compile failureSegher Boessenkool1-0/+1
2009-04-02fsl_pq_mdio: Revive UCC MDIO supportAnton Vorontsov1-1/+1
2009-04-02ucc_geth: Pass proper device to DMA routines, otherwise oops happensAnton Vorontsov2-11/+13
2009-04-02tc35815: Fix build error if NAPI enabledAtsushi Nemoto1-1/+1
2009-04-02hso: add Vendor/Product ID's for new devicesJan Dumon1-2/+9
2009-04-02ucc_geth: Remove unused headerKumar Gala3-3/+0
2009-04-02gianfar: Remove unused headerKumar Gala1-1/+0
2009-04-02kaweth: Fix locking to be SMP-safeLarry Finger1-4/+3
2009-04-02r8169: reset IntrStatus after chip resetKarsten Wiese1-2/+3
2009-04-02ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ...Mallikarjuna R Chilakala1-43/+58
2009-04-02ixgbe: fix ethtool -A|a behaviorDon Skidmore5-5/+23
2009-04-02ixgbe: Patch to fix driver panic while freeing up tx & rx resourcesMallikarjuna R Chilakala1-2/+2
2009-04-02ixgbe: refactor tx buffer processing to use skb_dma_map/unmapAlexander Duyck1-38/+41
2009-04-02ixgbe: Fix 82598 MSI-X allocation on systems with more than 8 CPU coresPJ Waskiewicz1-5/+6
2009-04-02ixgbe: feature - driver to default with FC on.Don Skidmore1-1/+1
2009-04-02ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow ControlPJ Waskiewicz1-1/+5
2009-04-02ixgbe: Fix ethtool output with advertised mode.Don Skidmore1-0/+9
2009-04-02ixgbe: fix build when DEBUG is definedAlexander Duyck2-6/+15
2009-04-02net/igb: Fix kexec with igb (rev. 3)Rafael J. Wysocki1-13/+31
2009-04-02igb: cleanup igb loopback pathAlexander Duyck1-11/+3
2009-04-02igb: increase delay for copper link setupAlexander Duyck1-2/+5
2009-04-02igb: set num_rx/tx_queues to 0 when queues are freedAlexander Duyck1-0/+3
2009-04-02igb: add support for x2 link width configurationsAlexander Duyck1-3/+4
2009-04-02net/fec_mpc52xx: Don't dereference phy_device if it is NULLGrant Likely1-10/+12
2009-04-02net/fec_mpc52xx: Migrate to net_device_ops.Henk Stegeman1-16/+20
2009-04-02net/fec_mpc52xx: fix BUG on missing dma_opsGrant Likely1-7/+12
2009-04-02Neterion: New driver: Kconfig and MakefileRamkrishna Vepa3-0/+25
2009-04-02Neterion: New driver: Driver versionRamkrishna Vepa1-0/+23
2009-04-02Neterion: New driver: Ethtool relatedRamkrishna Vepa2-0/+1215
2009-04-02Neterion: New driver: Main entry pointsRamkrishna Vepa2-0/+5059