summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2013-04-26igb: limit udelay for phy changes to 10000usAndi Kleen1-3/+3
2013-04-26e1000e: panic caused by Rx traffic arriving while interface going downBruce Allan1-2/+5
2013-04-26e1000e: fix numeric overflow in phc settime methodRichard Cochran1-2/+1
2013-04-25net/cpsw: fix irq_disable() with threaded interruptsSebastian Siewior1-3/+22
2013-04-25net/cpsw: optimize the for_each_slave_macro()Sebastian Siewior1-3/+6
2013-04-25net/cpsw: make sure modules remove does not leak any ressourcesSebastian Siewior1-7/+16
2013-04-25net/ti: add MODULE_DEVICE_TABLE + MODULE_LICENSESebastian Siewior3-0/+4
2013-04-25net/cpsw: redo rx skb allocation in rx pathSebastian Siewior2-21/+19
2013-04-25net/davinci_cpdma: remove unused argument in cpdma_chan_submit()Sebastian Siewior4-10/+10
2013-04-25net/cpsw: don't rely only on netif_running() to check which device is activeSebastian Siewior1-11/+22
2013-04-25net/cpsw: don't continue if we miss to allocate rx skbsSebastian Siewior1-13/+22
2013-04-25net/davinci_cpdma: don't check for jiffies with interruptsSebastian Siewior1-8/+12
2013-04-25bnx2x, bnx2fc: Use per port max exchange resourcesBhanu Prakash Gollapudi4-1/+16
2013-04-25bonding: fix locking in enslave failure pathnikolay@redhat.com1-2/+4
2013-04-25bnx2x: Prevent NULL pointer dereference in kdumpYuval Mintz3-23/+39
2013-04-25net: fec: Enable imx6 enet checksum acceleration.Jim Baxter2-4/+106
2013-04-25caif: spi: missing platform_driver_unregister() on error in cfspi_init_module()Wei Yongjun1-0/+1
2013-04-25net: calxedaxgmac: fix condition in xgmac_set_features()Dan Carpenter1-1/+1
2013-04-25tuntap: correct the return value in tun_set_iff()Jason Wang1-2/+6
2013-04-25gianfar: do not advertise any alarm capability.Richard Cochran1-2/+1
2013-04-25sfc: Fix naming of MTD partitions for FPGA bitfilesBen Hutchings1-1/+1
2013-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller10-94/+166
2013-04-25igb: Bump version of driverCarolyn Wyborny1-3/+3
2013-04-25igb: Remove id's that will not be productized for Linux.Carolyn Wyborny2-4/+0
2013-04-25igb: Remove dead code pathMatthew Vick1-4/+0
2013-04-25igb: Retain HW VLAN filtering while in promiscuous + VT modeGreg Rose1-1/+68
2013-04-25igb: display a warning message when SmartSpeed worksKoki Sanagi1-0/+6
2013-04-25igb: Use pci_vfs_assigned instead of igb_vfs_are_assignedAlexander Duyck1-35/+1
2013-04-25igb: Add SMBI semaphore to I210/I211Matthew Vick3-26/+43
2013-04-25igb: SERDES loopback sigdetect bit on i210 devicesAkeem G. Abodunrin1-7/+2
2013-04-25ixgbe: add WOL support for new subdevice IDEmil Tantilov2-0/+2
2013-04-25ixgbe: add SFP+ LX module supportDon Skidmore4-10/+25
2013-04-25ixgbe: rename wol_supported to more fitting wol_enabledJacob Keller3-4/+4
2013-04-25ixgbe: add driver support for x520 OCP adapter.Don Skidmore2-0/+9
2013-04-25ixgbe: fix possible divide by zero in ixgbe_update_itrDon Skidmore1-0/+3
2013-04-25be2net: Fix PVID tag offload for packets with inline VLAN tag.Ajit Khaparde1-0/+8
2013-04-25be2net: fix a Tx stall bug caused by a specific ipv6 packetAjit Khaparde4-7/+144
2013-04-25be2net: Remove an incorrect pvid check in TxAjit Khaparde1-10/+4
2013-04-25qlcnic: Update version to 5.2.42Shahed Shaikh1-2/+2
2013-04-25qlcnic: Add identifying string for 83xx adapterHimanshu Madhani1-19/+106
2013-04-25qlcnic: Rename the IRQ description.Himanshu Madhani2-9/+18
2013-04-25qlcnic: Enable Interrupt Coalescing for 83xx adapterHimanshu Madhani4-22/+87
2013-04-25qlcnic: Add eSwitch statistics supportShahed Shaikh3-1/+11
2013-04-25qlcnic: Take EPORT out of reset sequence before disabling PAUSEManish Chopra1-0/+25
2013-04-25qlcnic: Enhance channel configuration logsManish Chopra3-8/+28
2013-04-25bnx2x: Allow recovery from second slot resetYuval Mintz1-0/+1
2013-04-25bnx2x: Fix memory leakYuval Mintz2-3/+3
2013-04-25bnx2x: Enhance MAC configuration for VFsDmitry Kravkov4-15/+30
2013-04-25bnx2x: Allow RX/TX pause control in autonegYaniv Rosner2-5/+14
2013-04-25bnx2x: prevent GRO false checksum claimsYuval Mintz1-5/+11