aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong5-10/+10
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller250-1684/+3801
2014-05-12cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calculated checksumHariprasad Shenai1-3/+4
2014-05-12cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksumHariprasad Shenai1-3/+3
2014-05-12cxgb4: Decode the firmware port and module type a bit more for ethtoolHariprasad Shenai1-4/+11
2014-05-12Add support for netvsc build without CONFIG_SYSFS flagHaiyang Zhang1-4/+1
2014-05-12ptp: fix kconfig dependency warningsRandy Dunlap1-1/+2
2014-05-09mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann1-1/+1
2014-05-09net: cassini: use nested lock annotationEmil Goode1-1/+1
2014-05-09bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov3-491/+107
2014-05-09bnx2x: Fix UNDI driver unloadYuval Mintz1-3/+7
2014-05-09net: cpsw: add missing of_node_putJohan Hovold1-0/+1
2014-05-09net: cpsw: fix null dereference at probeJohan Hovold1-0/+4
2014-05-09Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver"Johan Hovold1-12/+2
2014-05-09net: mdio-gpio: warn about missing bus alias idJohan Hovold1-0/+4
2014-05-09net: cdc_mbim: handle unaccelerated VLAN tagged framesBjørn Mork1-11/+28
2014-05-09be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP1-7/+10
2014-05-09be2net: include rx-compl error counter in ethtool statsKalesh AP1-0/+1
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP3-10/+5
2014-05-09be2net: covert vlan array to bit-mapRavikumar Nelavelli2-11/+10
2014-05-09be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla1-58/+42
2014-05-09be2net: fix function call indentation in be_cmds.cSathya Perla1-161/+179
2014-05-09be2net: fix line wrap and function call indentation in be_main.cSathya Perla1-103/+101
2014-05-09qlcnic: Update version to 5.3.59Rajesh Borundia1-2/+2
2014-05-09qlcnic: Collect firmware dump using DMA on 82xx adaptersShahed Shaikh5-50/+42
2014-05-09qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia6-28/+78
2014-05-09qlcnic: Add support to process commands in atomic contextRajesh Borundia6-107/+99
2014-05-09qlcnic: Allow SR-IOV VF probe in hypervisor.Rajesh Borundia3-17/+24
2014-05-08mellanox: Logging message cleanupsJoe Perches26-437/+352
2014-05-08bonding: remove the unused macrodingtianhong1-2/+0
2014-05-08bonding: simplify the slave_do_arp_validate_only()dingtianhong2-4/+3
2014-05-08bonding: remove the unnecessary struct bond_netdingtianhong1-10/+8
2014-05-08Driver for Beckhoff CX5020 EtherCAT master module.Darek Marcinkiewicz3-0/+719
2014-05-07qlcnic: Fix Kconfig dependency on HWMONHarish Patil1-1/+1
2014-05-07qlcnic: Set real_num_{tx|rx}_queues properlyShahed Shaikh2-18/+47
2014-05-07qlcnic: Fix panic while dumping TX queues on TX timeoutManish Chopra1-2/+6
2014-05-07ARM: i.MX6: Add OF configuration support for ksz9031Hubert Chaumette1-1/+105
2014-05-07jme: Fix DMA unmap warningNeil Horman1-6/+47
2014-05-07isdn: hisax: remove some dead codeDan Carpenter1-107/+4
2014-05-07w83977af_ir: remove two faux Kconfig macrosPaul Bolle1-29/+4
2014-05-07net: cdc_mbim: __vlan_find_dev_deep need rcu_read_lockBjørn Mork1-5/+13
2014-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds90-927/+1193
2014-05-05Merge tag 'usb-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds9-16/+58
2014-05-05Merge tag 'tty-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds4-17/+20
2014-05-05Merge tag 'staging-3.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds4-8/+12
2014-05-05net: macb: Fix race between HW and driverSoren Brinkmann1-10/+0
2014-05-05net: macb: Remove 'unlikely' optimizationSoren Brinkmann1-1/+1
2014-05-05net: macb: Re-enable RX interrupt only when RX is doneSoren Brinkmann1-7/+6
2014-05-05net: macb: Clear interrupt flagsSoren Brinkmann1-0/+10
2014-05-05net: macb: Pass same size to DMA_UNMAP as used for DMA_MAPSoren Brinkmann1-1/+1