summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://github.com/Jkirsher/net-nextDavid S. Miller2011-09-167-580/+341
|\
| * ixgbe: Correctly name and handle MSI-X other interruptAlexander Duyck2011-09-162-95/+97
| * ixgbe: cleanup configuration of EITRSEL and VF reset pathAlexander Duyck2011-09-161-12/+13
| * ixgbe: cleanup reset pathsAlexander Duyck2011-09-164-83/+43
| * ixgbe: Update TXDCTL configuration to correctly handle WTHRESHAlexander Duyck2011-09-161-17/+18
| * ixgbe: combine PCI_VDEVICE and board declaration to same lineAlexander Duyck2011-09-161-53/+26
| * ixgbe: Drop unnecessary adapter->hw dereference in loopback test setupAlexander Duyck2011-09-161-9/+9
| * ixgbe: commonize ixgbe_map_rings_to_vectors to work for all interrupt typesAlexander Duyck2011-09-161-54/+34
| * ixgbe: Use ring->dev instead of adapter->pdev->dev when updating DCAAlexander Duyck2011-09-161-4/+4
| * ixgbe: cleanup allocation and freeing of IRQ affinity hintAlexander Duyck2011-09-161-40/+36
| * v2 ixgbe: consolidate all MSI-X ring interrupts and poll routines into oneAlexander Duyck2011-09-161-216/+63
| * ixgbe: Change default Tx work limit size to 256 buffersAlexander Duyck2011-09-162-4/+5
* | Merge branch 'master' of ../netdev-next/David S. Miller2011-09-167-30/+22
|\ \ | |/ |/|
| * intel: convert to SKB paged frag API.Ian Campbell2011-08-307-30/+22
* | MII: fix Kconfig dependencies for MIIJeff Kirsher2011-09-151-0/+1
|/
* ixgbe: clear RNBC only for 82598Emil Tantilov2011-08-291-2/+3
* ixgbe: add check for supported modesEmil Tantilov2011-08-291-3/+7
* ixgbe: fix ixgbe_fc_autoneg_fiber bugDon Skidmore2011-08-291-2/+2
* ixgbe: cleanup feature flags in ixgbe_probeDon Skidmore2011-08-291-1/+0
* ixgbe: PFC not cleared on X540 devicesJohn Fastabend2011-08-292-1/+4
* ixgbe: consolidate, setup for multiple traffic classesJohn Fastabend2011-08-292-49/+27
* ixgbe: remove unneeded fdir pb alloc caseJohn Fastabend2011-08-291-87/+0
* ixgbe: fixup remaining call sites for arbitrary TCsJohn Fastabend2011-08-291-2/+2
* ixgbe: Always tag VLAN tagged packetsAlexander Duyck2011-08-291-1/+2
* ixgbe: Add support for setting CC bit when SR-IOV is enabledAlexander Duyck2011-08-292-2/+16
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-08-271-0/+1
|\
| * drivers/net/ethernet/*: Enabled vendor Kconfig optionsJeff Kirsher2011-08-271-0/+1
* | ixgbe: convert rings from q_vector bit indexed array to linked listAlexander Duyck2011-08-272-139/+60
* | ixgbe: Simplify transmit cleanup pathAlexander Duyck2011-08-271-5/+5
* | ixgbevf: convert to ndo_fix_featuresMichał Mirosław2011-08-272-51/+20
* | ixgbevf: provide 64 bit statisticsEric Dumazet2011-08-272-12/+48
* | ixgbevf: Check if EOP has changed before using itGreg Rose2011-08-271-0/+4
* | e1000e: convert to netdev features/hw_features APIBruce Allan2011-08-276-113/+38
|/
* e1000: save skb counts in TX to avoid cache missesDean Nelson2011-08-262-9/+11
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller2011-08-217-359/+445
|\
| * ixgbe: Cleanup FCOE and VLAN handling in xmit_frame_ringAlexander Duyck2011-08-192-51/+73
| * ixgbe: replace reference to CONFIG_FCOE with IXGBE_FCOEAlexander Duyck2011-08-192-2/+2
| * ixgbe: Refactor transmit map and cleanup routinesAlexander Duyck2011-08-192-216/+247
| * ixgbe - DDP last user buffer - error to warnAmir Hanania2011-08-191-4/+6
| * e1000e: bump driver version numberBruce Allan2011-08-191-1/+1
| * e1000e: convert driver to use extended descriptorsBruce Allan2011-08-193-89/+120
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-207-27/+152
|/
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-187-7/+4
* net: introduce IFF_UNICAST_FLT private flagJiri Pirko2011-08-184-0/+11
* intel: Move the Intel wired LAN driversJeff Kirsher2011-08-1196-0/+110856