summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* team: add netpoll supportJiri Pirko2012-07-175-10/+119
* netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko2012-07-171-3/+1
* ixgbevf: Use igb style interrupt masks instead of ixgbe styleAlexander Duyck2012-07-173-146/+105
* ixgbevf: Move Tx clean-up into NAPI contextAlexander Duyck2012-07-173-182/+89
* ixgbevf: Update q_vector to contain ring pointers instead of bitmapsAlexander Duyck2012-07-172-105/+65
* ixgbevf: Cleanup accounting for space needed at start of xmit_frameAlexander Duyck2012-07-171-22/+24
* ixgbevf: Drop use of eitr_low and eitr_high for hard coded valuesAlexander Duyck2012-07-172-10/+4
* ixgbevf: Make use of NETIF_F_RXCSUM instead of keeping our own flagAlexander Duyck2012-07-172-20/+2
* ixgbevf: Drop netdev_registered value since that is already stored in netdevAlexander Duyck2012-07-172-6/+1
* ixgbevf: Drop all dead or unnecessary codeAlexander Duyck2012-07-173-228/+22
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2012-07-173-4/+4
|\
| * can: softing: softing_main: ensure a consistent return value in error caseJulia Lawall2012-07-171-1/+1
| * can: mpc5xxx_can: make data in mpc5xxx_can_probe constMarc Kleine-Budde2012-07-171-1/+1
| * can: flexcan: make flexcan_priv.devtype_data member point to const dataMarc Kleine-Budde2012-07-171-2/+2
* | bnx2x: organize BDs calculation for stop/resumeDmitry Kravkov2012-07-172-4/+22
* | asix: Add a new driver for the AX88172AChristian Riesch2012-07-165-3/+437
* | asix: Factor out common codeChristian Riesch2012-07-164-3333/+64
* | asix: Rename asix.c to asix_devices.cChristian Riesch2012-07-164-0/+3361
|/
* bnx2: Try to recover from PCI block resetMichael Chan2012-07-161-0/+7
* tg3: Add hwmon support for temperatureMichael Chan2012-07-162-0/+150
* tg3: Add APE scratchpad read functionMatt Carlson2012-07-162-2/+86
* tg3: Add common function tg3_ape_event_lock()Matt Carlson2012-07-161-24/+32
* tg3: Fix the setting of the APE_HAS_NCSI flagMichael Chan2012-07-161-21/+21
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2012-07-1611-225/+265
|\
| * ixgbe: Merge FCoE set_num and cache_ring calls into RSS/DCB configAlexander Duyck2012-07-142-147/+129
| * ixgbe: Add function for obtaining FCoE TC based on FCoE user priorityAlexander Duyck2012-07-144-15/+22
| * ixgbe: Populate the prio_tc_map in ixgbe_setup_tcAlexander Duyck2012-07-144-23/+35
| * ixgbe: Cleanup unpacking code for DCBAlexander Duyck2012-07-141-25/+22
| * ixgbe: Simplify logic for getting traffic class from user priorityAlexander Duyck2012-07-141-7/+23
| * e1000e: Program the correct register for ITR when using MSI-X.Matthew Vick2012-07-143-7/+31
| * e1000e: Cleanup code logic in e1000_check_for_serdes_link_82571()Tushar Dave2012-07-141-6/+8
* | be2net: dont pull too much data in skb linear partEric Dumazet2012-07-161-3/+3
* | be2net: update driver versionPadmanabh Ratnakar2012-07-161-1/+1
* | be2net: Add description about various RSS hash typesPadmanabh Ratnakar2012-07-161-2/+12
* | net/mlx4_en: dereferencing freed memoryDan Carpenter2012-07-161-3/+1
* | net/mlx4: off by one in parse_trans_rule()Dan Carpenter2012-07-161-1/+1
* | hyperv: Add support for setting MAC from within guestsHaiyang Zhang2012-07-163-1/+109
* | drivers/net: Use eth_random_addrJoe Perches2012-07-162-2/+2
* | wireless: Use eth_random_addrJoe Perches2012-07-1610-10/+10
* | net: usb: Use eth_random_addrJoe Perches2012-07-163-3/+3
* | ethernet: Use eth_random_addrJoe Perches2012-07-1615-16/+16
* | lpc_eth: remove duplicated includeDuan Jiong2012-07-161-1/+0
|/
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-07-13128-12976/+2633
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-07-12128-12976/+2633
| |\
| | * ath5k: replace modparam_all_channels with CONFIG_ATH5K_TEST_CHANNELSLuis R. Rodriguez2012-07-112-7/+18
| | * i2400m: remove SDIO device supportJohn W. Linville2012-07-1111-1510/+8
| | * rt2x00: remove unused argumentStanislaw Gruszka2012-07-113-23/+12
| | * rt2800lib: merge same definesStanislaw Gruszka2012-07-111-17/+12
| | * rt2x00pci: small 3290 changes cleanupStanislaw Gruszka2012-07-111-4/+4
| | * carl9170: fix HT peer BA session corruptionChristian Lamparter2012-07-115-0/+132