summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ixgbevf: Make next_to_watch a pointer and adjust memory barriers to avoid racesAlexander Duyck2013-03-082-33/+40
* bgmac: register MII busRafał Miłecki2013-03-072-1/+80
* be2net: Update copyright yearVasundhara Volam2013-03-078-8/+8
* tg3: Download 57766 EEE service patch firmwareNithin Sujir2013-03-072-16/+128
* tg3: Enhance firmware download code to support fragmented firmwareNithin Sujir2013-03-071-6/+42
* tg3: Cleanup firmware parsing codeNithin Sujir2013-03-072-36/+34Star
* tg3: Refactor the 2nd type of cpu pauseNithin Sujir2013-03-071-26/+27
* tg3: Refactor cpu pause/resume codeNithin Sujir2013-03-071-25/+58
* tg3: Add new FW_TSO flagMatt Carlson2013-03-072-8/+8
* qlcnic: Use generic fdb handler when driver options are not enabled.Vlad Yasevich2013-03-071-15/+6Star
* mlx4: Remove driver specific fdb handlers.Vlad Yasevich2013-03-071-76/+0Star
* ixgbe: Make use of the default fdb handlers.Vlad Yasevich2013-03-071-41/+1Star
* r6040: check MDIO register busy waiting resultFlorian Fainelli2013-03-061-4/+7
* team: introduce random modeJiri Pirko2013-03-064-21/+85
* team: introduce two default team_modeop functions and use them in modesJiri Pirko2013-03-063-27/+20Star
* bnx2x: use the default NAPI weightEric Dumazet2013-03-062-3/+2Star
* net: cs89x0: use module_platform_driver_probe()Jingoo Han2013-03-061-13/+1Star
* net: macb: use module_platform_driver_probe()Jingoo Han2013-03-061-12/+1Star
* net: at91_ether: use module_platform_driver_probe()Jingoo Han2013-03-061-12/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-03-0634-174/+1881
|\
| * net: fec: fix build error in no MXC platformFrank Li2013-03-041-8/+7Star
| * net: fec: put tx to napi poll function to fix dead lockFrank Li2013-03-042-47/+41Star
| * ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driverFreddy Xin2013-03-033-0/+1467
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-03-0114-84/+194
| |\
| | * libertas: fix crash for SD8688Bing Zhao2013-02-271-1/+5
| | * rt2x00: error in configurations with mesh support disabledFelix Fietkau2013-02-271-2/+6
| | * mwifiex: correct sleep delay counterAvinash Patil2013-02-271-1/+1
| | * ath9k_hw: improve reset reliability after errorsFelix Fietkau2013-02-271-1/+3
| | * ath9k_htc: fix signal strength handling issuesFelix Fietkau2013-02-272-7/+12
| | * ath9k: fix RSSI dummy marker valueFelix Fietkau2013-02-271-1/+1
| | * iwlwifi: mvm: Remove testing of static PIC in PhyDBDor Shaish2013-02-271-16/+0Star
| | * iwlwifi: fix wakeup status query and packet reportingJohannes Berg2013-02-272-27/+81
| | * iwlwifi: mvm: fix AP/GO mode station removalJohannes Berg2013-02-261-5/+14
| | * iwlwifi: always copy first 16 bytes of commandsJohannes Berg2013-02-263-23/+71
| * | net/phy: micrel: Disable asymmetric pause for KSZ9021Vlastimil Kosar2013-02-281-2/+1Star
| * | bgmac: omit the fcsHauke Mehrtens2013-02-281-0/+4
| * | phy: Fix phy_device_free memory leakPetr Malat2013-02-281-4/+6
| * | bnx2x: Fix KR2 work-around conditionYaniv Rosner2013-02-281-1/+1
| * | bnx2x: Fix KR2 linkYaniv Rosner2013-02-282-0/+8
| * | bnx2x: Fix port identification for the 84834Yaniv Rosner2013-02-282-1/+62
| * | r8169: honor jumbo settings when chipset is requested to start.françois romieu2013-02-281-9/+18
| * | usb/net/asix_devices: Add USBNET HG20F9 ethernet dongleGlen Turner2013-02-271-0/+31
| * | net: cdc_ncm: tag Huawei devices (e.g. E5331) with FLAG_WWANBjørn Mork2013-02-271-0/+8
| * | bnx2x: fix UDP checksum for 57710/57711.Dmitry Kravkov2013-02-271-1/+1
| * | bond: check if slave count is 0 in case when deciding to take slave's macJiri Pirko2013-02-261-1/+1
| * | drivers: net: ethernet: cpsw: consider number of slaves in interationDaniel Mack2013-02-261-1/+1
| * | Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2013-02-263-15/+30
| |\ \
| | * | sfc: Detach net device when stopping queues for reconfigurationBen Hutchings2013-02-261-4/+12
| | * | sfc: Fix efx_rx_buf_offset() in the presence of swiotlbBen Hutchings2013-02-262-6/+8
| | * | sfc: Properly sync RX DMA buffer when it is not the last in the pageBen Hutchings2013-02-261-5/+10