aboutsummaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-12ixgbe: Simplify logic for ethtool loopback frame creation and testingAlexander Duyck1-31/+32
2012-03-12ixgbe: Add iterator for cycling through rings on a q_vectorAlexander Duyck2-8/+12
2012-03-12ixgbe: Allocate rings as part of the q_vectorAlexander Duyck3-257/+244
2012-03-12ixgbe: Drop unnecessary napi_schedule_prep and spare blank line from ixgbe_intrAlexander Duyck1-5/+2
2012-03-12ixgbe: Default to queue pairs when number of queues is less than CPUsAlexander Duyck2-8/+8
2012-03-12ixgbe: Correct Adaptive Interrupt Moderation so that it will change valuesAlexander Duyck1-2/+2
2012-03-12ixgbe: Address issues with Tx WHTRESH value not being set correctlyAlexander Duyck1-2/+5
2012-03-12ixgbe: Reorder adapter contents for better cache utilizationAlexander Duyck1-46/+48
2012-03-12ixgbe: Do no clear Tx status bits since eop_desc provides enough infoAlexander Duyck1-4/+3
2012-03-12net: Add memory barriers to prevent possible race in byte queue limitsAlexander Duyck1-16/+33
2012-03-12net: Fix issue with netdev_tx_reset_queue not resetting queue from XOFF stateAlexander Duyck2-1/+3
2012-03-12ixgbe: add support for byte queue limitsAlexander Duyck2-0/+12
2012-03-12ixgbe: remove tie between NAPI work limits and interrupt moderationJeff Kirsher1-6/+0
2012-03-12igb: fix ethtool offline testJeff Kirsher1-0/+7
2012-03-12bnx2x: code doesn't use stats for allocating Rx BDsDmitry Kravkov1-8/+9
2012-03-12bnx2x: ethtool returns req. AN even when AN failsYuval Mintz1-1/+1
2012-03-12bnx2x: ethtool now returns unknown speed/duplexYuval Mintz1-11/+18
2012-03-12bnx2x: mark functions as loaded on shared memoryYuval Mintz1-0/+17
2012-03-12bnx2x: use param's id instead of sp_obj's idYuval Mintz3-1/+5
2012-03-12bnx2x: set_one_mac_e1x uses raw's state as inputYuval Mintz1-1/+1
2012-03-12bnx2x: removed unused function bnx2x_queue_set_cos_cidYuval Mintz1-7/+0
2012-03-12bnx2x: move LLH_CAM to header, apply naming conventionsYuval Mintz2-9/+11
2012-03-12lpc32xx: Added ethernet driverstigge@antcom.de5-0/+1615
2012-03-12net/hyperv: Add support for vlan trunking from guestsHaiyang Zhang4-4/+101
2012-03-12net/hyperv: Fix data corruption in rndis_filter_receive()Haiyang Zhang1-24/+9
2012-03-12net: ipv4: Standardize prefixes for message loggingJoe Perches20-50/+81
2012-03-11net: Convert printks to pr_<level>Joe Perches25-181/+163
2012-03-11net: get rid of some pointless casts to sockaddrMaciej Żenczykowski5-27/+19
2012-03-11ipv6: Fix Smatch warning.Li Wei1-1/+1
2012-03-11MAINTAINERS: add an entry for the PHC codeRichard Cochran1-0/+11
2012-03-11r8169: enable transmit time stamping.Richard Cochran1-0/+2
2012-03-11drivers/net/irda/{ali-ircc, via-ircc, w83977af-ir}.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall3-4/+4
2012-03-11drivers/atm/eni.c: ensure arguments to request_irq and free_irq are compatibleJulia Lawall1-1/+1
2012-03-11caif: make zero a legal caif connetion id.sjur.brandeland@stericsson.com1-3/+6
2012-03-11caif: Fix for a race in socket transmit with flow control.Dmitry Tarnyagin6-24/+31
2012-03-11batman-adv: Remove spaces after a castSven Eckelmann2-3/+3
2012-03-11batman-adv: Use {} braces consistent on the arms of a statementSven Eckelmann1-1/+2
2012-03-11batman-adv: Don't begin block comments with only a /* lineSven Eckelmann2-13/+3
2012-03-11batman-adv: Ignore 80-chars per line limits for stringsSven Eckelmann12-177/+137
2012-03-10r8169: stop using net_device.{base_addr, irq}.Francois Romieu1-7/+5
2012-03-10r8169: move rtl_cfg_info closer to its caller.Francois Romieu1-61/+57
2012-03-10r8169: move the netpoll handler after the irq handler.Francois Romieu1-11/+9
2012-03-10r8169: move rtl8169_open after rtl_task it depends on.Francois Romieu1-87/+81
2012-03-10r8169: move rtl_set_rx_mode before its rtl_hw_start callers.Francois Romieu1-51/+50
2012-03-10r8169: move net_device_ops beyond the methods it references.Francois Romieu1-29/+20
2012-03-10r8169: move the driver probe method to the end of the driver file.Francois Romieu1-246/+246
2012-03-10r8169: move the driver removal method to the end of the driver file.Francois Romieu1-29/+29
2012-03-09net: powerpc: remove the legacy iSeries ethernet driverStephen Rothwell3-1713/+0
2012-03-09ptp_pch: rename pch_pcidev to pci_driver to fix section mismatch warnings.David S. Miller1-3/+3
2012-03-09net: Use bool in netdevice.h helpers.David S. Miller1-26/+26