summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: fix MIPS fallout from "net: remove interrupt.h inclusion from netdevice.h"Alexey Dobriyan2011-06-124-0/+4
* be2net: Enable NETIF_F_TSO6 for VLAN traffic for BEPadmanabh Ratnakar2011-06-121-4/+1
* virtio_net: introduce VIRTIO_NET_HDR_F_DATA_VALIDJason Wang2011-06-123-0/+6
* net: DM9000: Add support for byte EEPROM accessBen Dooks2011-06-121-6/+20
* net: add Faraday FTGMAC100 Gigabit Ethernet driverPo-Yu Chuang2011-06-124-0/+1621
* net/m68k: Include <linux/interrupt.h> where neededGeert Uytterhoeven2011-06-111-0/+1
* ixgbevf: Update the driver stringGreg Rose2011-06-101-1/+1
* rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2011-06-101-1/+1
* igb: Change version to remove number after -k in kernel versions.Carolyn Wyborny2011-06-101-2/+1
* igbvf: update version numberWilliams, Mitch A2011-06-101-1/+1
* e1000e: update driver versionBruce Allan2011-06-101-2/+2
* e1000e: remove redundant reverse dependency on CRC32Bruce Allan2011-06-101-1/+0
* e1000e: Clear host wakeup bit on 82577/8 without touching PHY page 800Bruce Allan2011-06-102-11/+14
* e1000e: access multiple PHY registers on same page at the same timeBruce Allan2011-06-105-225/+366
* e1000e: do not schedule the Tx queue until readyBruce Allan2011-06-101-6/+5
* e1000e: log when swflag is cleared unexpectedly on ICH/PCH devicesBruce Allan2011-06-101-3/+8
* e1000e: 82579 intermittently disabled during S0->SxBruce Allan2011-06-103-15/+79
* e1000e: disable far-end loopback mode on ESB2Bruce Allan2011-06-102-0/+9
* bonding: delete unused arp_mon_ptPeter Pan(潘卫平)2011-06-101-1/+0
* bonding: delete unused ad_timerPeter Pan(潘卫平)2011-06-101-1/+0
* bonding:delete agg_select_mode from ad_bond_infoPeter Pan(潘卫平)2011-06-102-3/+1
* bonding:delete lacp_fast from ad_bond_infoPeter Pan(潘卫平)2011-06-103-10/+5
* bonding: make 802.3ad use latest lacp_ratePeter Pan(潘卫平)2011-06-103-0/+33
* enic: Bug Fix: Fix hardware transmit queue indexing in enic_poll_controllerVasanthy Kolluri2011-06-092-3/+7
* enic: Get/Set interrupt resource index for transmit and receive queuesVasanthy Kolluri2011-06-094-3/+6
* enic: Log device configuration in detail during driver loadVasanthy Kolluri2011-06-093-6/+26
* enic: Pass 802.1p bits for packets tagged with vlan zeroVasanthy Kolluri2011-06-091-2/+1
* net: emaclite: Add missing linux/interrupt.h headerMichal Simek2011-06-091-0/+1
* tun: do not put self in waitq if doing a nonblock readAmos Kong2011-06-091-2/+4
* tun: dont force inline of functionsstephen hemminger2011-06-091-9/+9
* tun: reserves space for network in skbstephen hemminger2011-06-091-2/+2
* cnic, bnx2: Check iSCSI support early in bnx2_init_one()Michael Chan2011-06-092-10/+9
* cnic: Improve NETDEV_UP event handlingMichael Chan2011-06-091-2/+2
* cnic: Randomize initial TCP port for iSCSI connectionsEddie Wai2011-06-091-5/+9
* cnic: Fix race conditions with firmwareMichael Chan2011-06-091-3/+11
* cnic: Fix interrupt logicMichael Chan2011-06-091-9/+4
* niu: support 64 bit stats interfacestephen hemminger2011-06-091-16/+20
* myricom: update to 64 bit statsstephen hemminger2011-06-091-6/+8
* enic: update to support 64 bit statsstephen hemminger2011-06-091-4/+4
* netxen: convert to 64 bit statisticsstephen hemminger2011-06-091-4/+5
* veth: convert to 64 bit statisticsstephen hemminger2011-06-091-23/+18
* vmxnet3: convert to 64 bit stats interfacestephen hemminger2011-06-093-25/+26
* iph: use default get_statsstephen hemminger2011-06-091-11/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-06-08111-1266/+2581
|\
| * ath9k: make use of a helper to get paprd scale factorMohammed Shafi Shajakhan2011-06-071-14/+3
| * mwifiex: disable transmission buffer aggregation for AMSDU packetsYogesh Ashok Powar2011-06-071-5/+13
| * mwifiex: adding check for enough space before paddingYogesh Ashok Powar2011-06-071-8/+14
| * mwifiex: Remove redundant skb_queue_empty checksYogesh Ashok Powar2011-06-071-10/+5
| * mwifiex: remove list traversal in mwifiex_num_pkts_in_txqYogesh Ashok Powar2011-06-073-25/+11
| * iwlwifi: remove unecessary if statementGreg Dietsche2011-06-071-3/+0