summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* qlcnic: fix register accessAmit Kumar Salecha2010-06-171-7/+14
* qlcnic: fix race in tx stop queueRajesh K Borundia2010-06-174-19/+26
* qlcnic: seperate interrupt for TXschacko2010-06-174-19/+72
* qlcnic: change driver descriptionSritej Velaga2010-06-172-7/+6
* qlcnic: fix device soft resetSucheta Chakraborty2010-06-171-1/+1
* be2net: enable ipv6 tso supportAjit Khaparde2010-06-172-3/+5
* qlcnic: Bumped up version numberAnirban Chakraborty2010-06-161-2/+2
* qlcnic: Fix a bug in setting up NIC partitioning modeAnirban Chakraborty2010-06-163-52/+37
* gadget/rndis: dev_get_stats() now returns rtnl_link_stats64.David S. Miller2010-06-161-1/+1
* netdev:bfin_mac: reclaim and free tx skb as soon as possible after transferSonic Zhang2010-06-162-43/+85
* cnic: Fix cnic_cm_abort() error handling.Michael Chan2010-06-151-11/+18
* cnic: Refactor and fix cnic_ready_to_close().Michael Chan2010-06-151-16/+10
* cnic: Refactor code in cnic_cm_process_kcqe().Michael Chan2010-06-151-6/+9
* cnic: Return error code in cnic_cm_close() if unsuccessful.Michael Chan2010-06-151-0/+2
* ixgbe: update set_rx_mode to fix issues w/ macvlanAlexander Duyck2010-06-153-26/+79
* bridge: use rx_handler_data pointer to store net_bridge_port pointerJiri Pirko2010-06-152-2/+2
* macvlan: use rx_handler_data pointer to store macvlan_port pointer V2Jiri Pirko2010-06-151-12/+16
* net: add rx_handler data pointerJiri Pirko2010-06-151-1/+1
* bnx2x: Fix link problem with some DACsYaniv Rosner2010-06-151-3/+5
* loopback: Implement 64bit stats on 32bit archesEric Dumazet2010-06-151-10/+51
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-154-38/+20
|\
| * ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek2010-06-141-29/+8
| * e1000: Fix message logging defectJoe Perches2010-06-141-9/+8
| * ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore2010-06-141-0/+4
| * enic: fix pci_alloc_consistent argumentRandy Dunlap2010-06-131-1/+1
* | usbnet: Print device statistics as unsignedBen Hutchings2010-06-131-1/+1
* | sfc: Implement 64-bit net device statistics on all architecturesBen Hutchings2010-06-131-3/+3
* | net: Enable 64-bit net device statistics on 32-bit architecturesBen Hutchings2010-06-131-6/+7
* | ucc_geth driver: add ioctlSergey Matyukevich2010-06-131-0/+14
* | bnx2: Fix compiler warning in bnx2_disable_forced_2g5().Michael Chan2010-06-121-15/+28
* | enic: cleanup vic_provinfo_alloc()Dan Carpenter2010-06-121-2/+3
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-06-118-10/+67
|\|
| * Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-06-111-1/+1
| |\
| | * wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez2010-06-111-1/+1
| * | net8139: fix a race at the end of NAPIFigo.zhang2010-06-112-2/+2
| * | r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs2010-06-101-3/+9
| * | gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov2010-06-101-2/+1
| * | phylib: Add support for the LXT973 phy.Richard Cochran2010-06-101-1/+50
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-0912-204/+274
| |\ \
| | * | iwlwifi: add missing rcu_read_lockJohannes Berg2010-06-081-0/+2
| * | | 8139too: fix buffer overrun in rtl8139_init_boardDenis Kirjanov2010-06-071-0/+1
| * | | asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna2010-06-071-1/+1
* | | | ethoc: use devres resource managementJonas Bonn2010-06-111-27/+1
* | | | ethoc: Clear command buffer after writeJonas Bonn2010-06-111-1/+4
* | | | Remove unused variableJonas Bonn2010-06-111-1/+0
* | | | ethoc: Clean up PHY probingJonas Bonn2010-06-111-16/+8
* | | | ethoc: write number of TX buffers in init_ringJonas Bonn2010-06-111-2/+2
* | | | ethoc: Write bus addresses to registersJonas Bonn2010-06-111-5/+22
* | | | ethoc: calculate number of buffers in ethoc_probeJonas Bonn2010-06-111-7/+7
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-11153-3563/+6814
|\ \ \ \