summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-05-2452-342/+569
|\
| * be2net: bug fix on returning an invalid nic descriptorWei Yang2013-05-241-9/+4Star
| * net: Revert unused variable changes.David S. Miller2013-05-233-0/+3
| * virtio_net: enable napi for all possible queues during openJason Wang2013-05-231-4/+5
| * net: ethernet: sun: drop unused variableEmilio López2013-05-231-1/+0Star
| * net: ethernet: korina: drop unused variableEmilio López2013-05-231-1/+0Star
| * net: ethernet: apple: drop unused variableEmilio López2013-05-231-1/+0Star
| * qmi_wwan: Added support for Cinterion's PLxx WWAN InterfaceHans-Christoph Schemmel2013-05-231-0/+1
| * net: fec: use a more proper compatible string for MVF type deviceShawn Guo2013-05-231-3/+3
| * qlcnic: Fix updating netdev->featuresShahed Shaikh2013-05-224-46/+61
| * qlcnic: remove netdev->trans_start updates within the driverSony Chacko2013-05-223-6/+1Star
| * qlcnic: Return proper error codes from probe failure pathsSony Chacko2013-05-221-4/+8
| * tg3: Update version to 3.132Nithin Sujir2013-05-221-2/+2
| * tg3: Ensure boot code has completed initialization before accessing hardwareNithin Sujir2013-05-221-4/+4
| * Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2013-05-2022-73/+199
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-05-2022-73/+199
| | |\
| | | * ath9k: fix draining aggregation tid buffersFelix Fietkau2013-05-171-3/+1Star
| | | * ath9k: fix rate handling/reportingFelix Fietkau2013-05-171-2/+7
| | | * ath9k: fix aggregation stop/flush handlingFelix Fietkau2013-05-173-25/+48
| | | * ath9k_hw: Enable manual peak calibration for AR9485Sujith Manoharan2013-05-172-2/+2
| | | * rtlwifi: rtl8192cu: Add new USB IDAlbert Pool2013-05-171-0/+1
| | | * brcmfmac: announce P2P_DEVICE support in wiphy structureArend van Spriel2013-05-171-1/+6
| | | * rtlwifi: rtl8188ee: Fix warning when building on big-endian systemsLarry Finger2013-05-171-2/+2
| | | * ath9k: Fix crash on module unloadSujith Manoharan2013-05-173-6/+17
| | | * net/wireless: ATH9K should depend on HAS_DMAGeert Uytterhoeven2013-05-171-1/+1
| | | * iwlegacy: remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-05-171-1/+1
| | | * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville2013-05-179-22/+105
| | | |\
| | | | * iwlwifi: mvm: fix aggregation drain flowEmmanuel Grumbach2013-05-165-18/+48
| | | | * iwlwifi: mvm: Prevent setting assoc flag in MAC_CONTEXT_CMDAlexander Bondar2013-05-161-4/+8
| | | | * iwlwifi: mvm: tell firmware to let multicast frames inEmmanuel Grumbach2013-05-163-0/+43
| | | | * iwlwifi: mvm: Always use SCAN_TYPE_FORCEDIlan Peer2013-05-161-0/+6
| | | * | mac80211_hwsim: correctly register the platform driverSasha Levin2013-05-161-9/+9
| | | |/
| * | | 8139cp: reset BQL when ring tx ring clearedstephen hemminger2013-05-201-0/+1
| * | | drivers: net: usb: rtl8150: concurrent URB bugfixPetko Manolov2013-05-201-54/+46Star
| |/ /
| * | bnx2x: Fix GSO for 57710/57711 chipsYuval Mintz2013-05-201-2/+7
| * | r8169: fix offloaded tx checksum for small packets.françois romieu2013-05-201-14/+27
| * | bonding: fix multiple 3ad mode sysfs race conditionsnikolay@redhat.com2013-05-204-10/+24
| * | bonding: arp_ip_count and arp_targets can be wrongnikolay@redhat.com2013-05-201-11/+8Star
| * | bonding: replace %x with %pI4 for IPv4 addressesnikolay@redhat.com2013-05-201-3/+3
| * | bonding: fix set mode race conditionsnikolay@redhat.com2013-05-201-0/+4
| * | vxlan: Update vxlan fdb 'used' field after each usageSridhar Samudrala2013-05-181-3/+14
| * | gianfar: add missing iounmap() on error in gianfar_ptp_probe()Wei Yongjun2013-05-181-0/+1
| * | bonding: allow TSO being set on bonding masterEric Dumazet2013-05-171-0/+1
| * | NET: mv643xx_eth: avoid lockdep dump on interface downRussell King2013-05-161-2/+2
| * | fec: Invert the order of function calls in fec_restart()Fabio Estevam2013-05-151-3/+3
| * | fec: Fix inconsistent lock stateFabio Estevam2013-05-151-2/+2
| * | ipg: fix an unsigned widening cast of '~' truncation issueDan Carpenter2013-05-151-43/+43
| * | net/macb: fix ISR clear-on-write behavior only for some SoCNicolas Ferre2013-05-142-2/+23
| * | mv643xx_eth: fix NAPI weight being > 64Andrew Lunn2013-05-141-1/+1
| * | be2net: Avoid double insertion of vlan tags.Sarveshwar Bandi2013-05-141-13/+5Star