summaryrefslogtreecommitdiff
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* ps3_gelic: Fix start_xmit kick error pathAndre Heider2011-07-141-3/+7
* ps3_gelic: Fix typosAndre Heider2011-07-141-3/+3
* qlcnic: change capture mask for FW dumpAnirban Chakraborty2011-07-142-8/+4
* qlcnic: define error code for loopback testAmit Kumar Salecha2011-07-143-12/+30
* qlcnic: fix race in skb->len access.Sucheta Chakraborty2011-07-141-2/+2
* qlcnic: enable mac-learning in promiscous mode.Sucheta Chakraborty2011-07-143-6/+16
* qlcnic: updated supported cards informationSritej Velaga2011-07-141-0/+2
* qlcnic: fix chip reset logicSritej Velaga2011-07-141-7/+8
* bnx2: Read iSCSI config from shared memory during ->probe()Michael Chan2011-07-142-4/+16
* bnx2: Add MCP dumpJeffrey Huang2011-07-142-13/+56
* cnic: Return proper error code if we fail to send netlink messageMichael Chan2011-07-142-3/+3
* cnic: Fix ring setup/shutdown codeMichael Chan2011-07-141-2/+7
* cnic: Fix port_mode settingMichael Chan2011-07-141-1/+1
* cnic: Replace get_random_bytes() with random32()Michael Chan2011-07-141-2/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sf...David S. Miller2011-07-148-99/+152
|\
| * sfc: Remove 'Communications' after 'Solarflare' in references to hardwareBen Hutchings2011-07-142-3/+2
| * sfc: Remove 'Solarstorm' from Kconfig descriptionsBen Hutchings2011-07-131-4/+4
| * sfc: Fix assertions in efx_filter_rfs()Ben Hutchings2011-06-251-2/+2
| * sfc: Fix Siena mac statistics on big endian platformsSteve Hodgson2011-06-251-7/+7
| * sfc: Fix mapping of reset reasons and flags to methodsBen Hutchings2011-06-255-43/+93
| * sfc: Allow resets to be upgraded; use atomic ops for safetyBen Hutchings2011-06-254-25/+22
| * sfc: Fix loop condition for efx_filter_search() when !for_insertBen Hutchings2011-06-251-17/+24
* | tg3: Match power source to driver stateMatt Carlson2011-07-141-8/+16
* | tg3: Add function status reportingMatt Carlson2011-07-142-24/+91
* | tg3: Create critical section around GPIO togglingMatt Carlson2011-07-142-11/+53
* | tg3: Determine PCI function number in one placeMatt Carlson2011-07-142-3/+12
* | tg3: Check transitions to D0 power stateMatt Carlson2011-07-141-10/+17
* | tg3: Move power state transitions to init_oneMatt Carlson2011-07-141-43/+34
* | tg3: Detect APE enabled devs earlierMatt Carlson2011-07-141-21/+31
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-1412-17/+37
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-07-138-13/+24
| |\ \
| | * | slip: fix wrong SLIP6 ifdef-endif placingMatvejchikov Ilya2011-07-111-1/+1
| | * | natsemi: fix another dma-debug reportJim Cromie2011-07-101-2/+2
| | * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-07-085-6/+16
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-085-6/+16
| | | |\ \
| | | | * | rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000MYoann DI-RUZZA2011-07-051-0/+1
| | | | * | ath9k: Fix tx throughput drops for AR9003 chips with AES encryptionRajkumar Manoharan2011-07-051-1/+2
| | | | * | carl9170: add NEC WL300NU-AG usbidChristian Lamparter2011-07-051-0/+2
| | | | * | ath5k: fix incorrect use of drvdata in PCI suspend/resume codePavel Roskin2011-07-051-2/+5
| | | | * | ath5k: fix incorrect use of drvdata in sysfs codePavel Roskin2011-07-051-3/+6
| | * | | | hso: fix a use after free conditionGreg KH2011-07-081-3/+4
| | * | | | net/natsemi: Fix module parameter permissionsJean Delvare2011-07-081-1/+1
| | |/ / /
| * | | | ath5k: Add missing breaks in switch/caseJoe Perches2011-07-111-0/+3
| |/ / /
| * | | vmxnet3: round down # of queues to power of twoShreyas Bhatewara2011-07-072-2/+6
| * | | net: sh_eth: fix the parameter for the ETHER of SH7757Yoshihiro Shimoda2011-07-051-0/+2
| * | | net: sh_eth: fix cannot work half-duplex modeYoshihiro Shimoda2011-07-051-2/+2
* | | | slip: remove dead code within the slip initializationMatvejchikov Ilya2011-07-131-18/+6
* | | | slip: remove redundant check slip_devs for NULLMatvejchikov Ilya2011-07-131-3/+0
* | | | slip: fix MTU comparation operation when reallocating buffersMatvejchikov Ilya2011-07-131-1/+1
* | | | slip: remove redundant NULL-pointer check before calling slhc_freeMatvejchikov Ilya2011-07-131-2/+1