summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2009-04-16dm9000: convert to net_device_opsAlexander Beregalov1-12/+18
2009-04-16cpmac: convert to net_device_opsAlexander Beregalov1-8/+15
2009-04-16bmac: convert to net_device_opsAlexander Beregalov1-5/+11
2009-04-168390(p): remove old compat_net_dev_ops codeAlexander Beregalov2-16/+4
2009-04-16usbnet: remove old compat_net_dev_ops codeAlexander Beregalov1-6/+0
2009-04-16ipw2x00: remove old compat_net_dev_ops codeAlexander Beregalov1-4/+0
2009-04-16gro: New frags interface to avoid copying shinfoHerbert Xu3-30/+51
2009-04-14NET/r8169: Rework suspend and resumeRafael J. Wysocki1-22/+39
2009-04-14drivers/net: replace BUG() with BUG_ON() if possibleAlexander Beregalov13-42/+22
2009-04-14kaweth: Clean up codeLarry Finger1-8/+25
2009-04-14at76c50x-usb: remove pointless conditional before kfree_skb()Wei Yongjun1-2/+1
2009-04-14be2net: changes for checksum and segmentation offloadAjit Khaparde1-6/+22
2009-04-11ixgbe: Be explict with what we are !'ing in ixgbe_sfp_config_module_task()Tony Breeds1-1/+1
2009-04-11ixgbe: Update get_physical_layer() calls, plus a version bumpPeter P Waskiewicz Jr5-70/+169
2009-04-11ixgbe: Update the usage of orig_autoc to be more consistentPJ Waskiewicz2-13/+39
2009-04-11ixgbe: Remove unnecessary PHY reset, properly identify multispeed fiber modulesPJ Waskiewicz4-8/+29
2009-04-11ixgbe: Move PHY ops initialization to centralize bus accessesPJ Waskiewicz4-50/+107
2009-04-11ixgbe: Don't return error in flow control configuration if FC is offPJ Waskiewicz2-6/+10
2009-04-11ixgbe: add define to support 82599 64 IVAR registersDon Skidmore1-0/+1
2009-04-11ixgbe: add support for addition VT_CTL definesDon Skidmore1-0/+2
2009-04-11ixgbe: fix IXGBE_MTQC valuesDon Skidmore1-1/+2
2009-04-11ixgbe: Enable another bit for flow control operationPJ Waskiewicz2-0/+2
2009-04-09sfc: Don't specify unexistent IRQJean Delvare2-5/+0
2009-04-09netxen: cache align register map tableDhananjay Phadke1-1/+2
2009-04-09netxen: enable GRO supportAmit Kumar Salecha2-3/+5
2009-04-09netxen: enable rss for NX2031Dhananjay Phadke4-43/+137
2009-04-09netxen: sanitize function namesDhananjay Phadke7-406/+233
2009-04-09netxen: annotate register access functionsDhananjay Phadke7-344/+239
2009-04-09netxen: allocate status rings dynamicallyDhananjay Phadke2-6/+30
2009-04-09netxen: async link event handlingDhananjay Phadke6-57/+263
2009-04-09netxen: defer firmware handshakeDhananjay Phadke3-42/+22
2009-04-09netxen: refactor transmit codeDhananjay Phadke5-120/+108
2009-04-09netxen: refactor netxen_adapterDhananjay Phadke3-59/+39
2009-04-09netxen: code cleanupDhananjay Phadke8-256/+146
2009-04-07dma-mapping: replace all DMA_28BIT_MASK macro with DMA_BIT_MASK(28)Yang Hongyang1-2/+2
2009-04-07dma-mapping: replace all DMA_30BIT_MASK macro with DMA_BIT_MASK(30)Yang Hongyang3-13/+13
2009-04-07dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang58-102/+98
2009-04-07dma-mapping: replace all DMA_39BIT_MASK macro with DMA_BIT_MASK(39)Yang Hongyang2-6/+6
2009-04-07dma-mapping: replace all DMA_40BIT_MASK macro with DMA_BIT_MASK(40)Yang Hongyang4-7/+7
2009-04-07dma-mapping: replace all DMA_48BIT_MASK macro with DMA_BIT_MASK(48)Yang Hongyang1-1/+1
2009-04-07dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)Yang Hongyang29-56/+53
2009-04-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-14136/+324
2009-04-07b44: Use kernel DMA addresses for the kernel DMA APIMichael Buesch1-1/+1
2009-04-07forcedeth: Fix resume from hibernation regression.Ed Swierk1-0/+3
2009-04-07ibm_newemac: Fix dangerous struct assumptionJean Delvare1-1/+1
2009-04-07smsc911x: remove unused #include <linux/version.h>Huang Weiyi1-1/+0
2009-04-07axnet_cs: fix phy_id detection for bogus Asix chip.Ken Kawasaki1-1/+8
2009-04-05bnx2: Use request_firmware()Michael Chan5-9102/+247
2009-04-05b44: Fix sizes passed to b44_sync_dma_desc_for_{device,cpu}()Michael Buesch1-3/+3
2009-04-05virtio_net: Set the mac config only when VIRITO_NET_F_MACAlex Williamson1-6/+4