summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | ipv6: correct return on ipv6_rcv() packet dropMark Smith2009-07-071-3/+3
* | e1000: fix flow control thresholdsJesse Brandeburg2009-07-073-30/+33
* | e1000: implement jumbo receive with partial descriptorsJesse Brandeburg2009-07-072-38/+391
* | e1000: allow ethtool coalesece to adjust interrupts per secondJesse Brandeburg2009-07-072-1/+53
* | jme: Advance driver version numberGuo-Fu Tseng2009-07-061-1/+1
* | jme: Tuning rxsum functionGuo-Fu Tseng2009-07-061-13/+13
* | jme: Remove shadow register supportGuo-Fu Tseng2009-07-062-59/+4
* | jme: Change bufinf memory locationGuo-Fu Tseng2009-07-062-26/+63
* | jme: Fix typoGuo-Fu Tseng2009-07-061-1/+1
* | jme: Fix unmatched tasklet_{enable|disable} pairGuo-Fu Tseng2009-07-061-4/+6
* | jme: Some minor coding style consistency modificationsGuo-Fu Tseng2009-07-061-9/+9
* | net: convert remaining non-symbolic return values in ndo_start_xmit() functionsPatrick McHardy2009-07-0652-113/+116
* | vxge: Version updateSreenivasa Honnur2009-07-061-1/+1
* | vxge: Printing the function's configured mode of operationSreenivasa Honnur2009-07-061-0/+21
* | vxge: Disable fcs stripping.Sreenivasa Honnur2009-07-062-5/+7
* | vxge: Fixes in isr routineSreenivasa Honnur2009-07-062-10/+13
* | vxge: Removed the code to bounds check the mss valueSreenivasa Honnur2009-07-062-7/+0
* | vxge: Corrected Register map entry for xmac_link registersSreenivasa Honnur2009-07-061-3/+6
* | vxge: check for card status before continuing in device closeSreenivasa Honnur2009-07-061-0/+3
* | vxge: Fixed memory leak by freeing memory allocated for device_configSreenivasa Honnur2009-07-061-0/+1
* | vxge: Removed ioremap of unused bar addresses and their referencesSreenivasa Honnur2009-07-064-45/+10
* | net, netns_xt: shrink netns_xt membersCyrill Gorcunov2009-07-061-0/+3
* | net, bridge: align br_nf_ops assignmentCyrill Gorcunov2009-07-061-40/+56
* | tipc: Add socket options to get number of queued messagesoscar.medina@motorola.com2009-07-062-0/+8
* | cleanup: remove unused member in scm_cookie.Rami Rosen2009-07-061-2/+0
* | Minor code cleanup in drivers/net/r6040.cMichael Opdenacker2009-07-061-2/+2
* | net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-06190-330/+330
* | net: remove NET_RX_BAD and NET_RX_CN* definesFlorian Westphal2009-07-066-33/+2
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-07-0633-216/+626
|\|
| * dsa: fix 88e6xxx statistics counter snapshottingStephane Contri2009-07-061-1/+1
| * forcedeth: Fix NAPI race.Eric Dumazet2009-07-061-11/+14
| * drivers/net/smsc911x.c: Fix resource size off by 1 errorJulia Lawall2009-07-061-3/+3
| * pcnet_cs: add new idKen Kawasaki2009-07-061-0/+1
| * bnx2x: Fix the maximal values of coalescing timeouts.Eilon Greenstein2009-07-062-4/+6
| * bnx2x: Disable HC coalescing when setting timeout to zero.Eilon Greenstein2009-07-061-2/+2
| * tun: Fix device unregister raceHerbert Xu2009-07-061-7/+9
| * be2net: fix spurious interrupt handling in intx modeSathya Perla2009-07-042-7/+13
| * e1000e: disable K1 at 1000Mbps for 82577/82578Bruce Allan2009-07-043-7/+110
| * e1000e: delay second read of PHY_STATUS register on failure of first readBruce Allan2009-07-041-1/+6
| * e1000e: prevent NVM corruption on sectors larger than 4KBruce Allan2009-07-041-2/+17
| * e1000e: do not write SmartSpeed register bits on parts without supportBruce Allan2009-07-041-4/+15
| * e1000e: delay after LCD reset and proper checks for PHY configuration doneBruce Allan2009-07-042-44/+82
| * e1000e: PHY loopback broken on 82578Bruce Allan2009-07-042-0/+7
| * ixgbe: Not allow 8259x unsupported wol options change from ethtoolMallikarjuna R Chilakala2009-07-041-1/+0
| * ixgbe: fix inconsistent SFP/SFP+ failure results.Don Skidmore2009-07-041-5/+5
| * ixgbe: fix regression on some 82598 adaptersDon Skidmore2009-07-041-10/+14
| * ixgbe: fix issues with failing to detect insert of unsupported moduleDon Skidmore2009-07-042-2/+9
| * qlge: Fix sizeof usage.Ron Mercer2009-07-042-9/+9
| * qlge: Add/use function for link up/down.Ron Mercer2009-07-043-8/+26
| * qlge: Fix MAC address bonding issue.Ron Mercer2009-07-041-7/+43