aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-02net/ps3: Add support for gelic link negotiationHideyuki Sasaki2-2/+72
2009-12-02net/ps3: Cleanup gelic enumsGeoff Levand2-20/+25
2009-12-02be2net: fix unnecessary access to hardware to get link, port infoAjit Khaparde3-21/+38
2009-12-02be2net: Add be_rx_polls counterAjit Khaparde3-2/+3
2009-12-02be2net: fix to allow port beacon when device is closedAjit Khaparde1-3/+0
2009-12-02be2net: check for valid ether addressAjit Khaparde1-0/+7
2009-12-02be2net: initialize netdev->perm_addrAjit Khaparde1-0/+1
2009-12-02be2net: set netdev->vlan_features appropriatelyAjit Khaparde1-0/+2
2009-12-02e1000e: Use sizeof struct rather than pointer in e1000_get_eeprom()Roel Kluin1-1/+2
2009-12-02e1000e: PHY type cleanups in e1000e_check_downshift()Bruce Allan1-1/+1
2009-12-02e1000e: add debug messagesBruce Allan2-7/+23
2009-12-02e1000e: comment correctionsBruce Allan4-15/+11
2009-12-02e1000e: enable new 82567V-3 deviceBruce Allan3-0/+3
2009-12-02e1000e: ensure the link state is correct for serdes linksBruce Allan1-28/+48
2009-12-02e1000e: provide family-specific PHY power up/down operationsBruce Allan7-39/+122
2009-12-02e1000e: guard against buffer overflow in cable length tablesBruce Allan2-7/+24
2009-12-02e1000e: provide family-specific functions to manage VLAN filter arraysBruce Allan6-16/+45
2009-12-01Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-20/+46
2009-12-01net: Simplify pppol2tp pernet operations.Eric W. Biederman1-29/+7
2009-12-01net: Simplify pppoe pernet operations.Eric W. Biederman1-30/+8
2009-12-01net: Simplify ppp_generic pernet operations.Eric W. Biederman1-23/+7
2009-12-01net: Simplify the bond drivers pernet operations.Eric W. Biederman1-23/+9
2009-12-01net: Simplify loopback and improve batching.Eric W. Biederman1-8/+0
2009-11-30Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Linus Torvalds1-1/+9
2009-11-30mac80211: fix spurious delBA handlingJohannes Berg1-1/+9
2009-11-30b44: Fix wedge when using netconsole.David S. Miller1-3/+0
2009-11-30wan: cosa: drop chan->wsem on error pathDan Carpenter1-0/+1
2009-11-29ep93xx-eth: check for zero MAC address on probe, not on device openFlorian Fainelli1-9/+3
2009-11-29NET: smc91x: Fix irq flagsRussell King - ARM Linux1-1/+1
2009-11-29wan: Coding style correction in HDLC/Frame Relay support routinesRudy Matela1-3/+3
2009-11-29wan: Frame Relay/DLCI coding style corrections.Rudy Matela1-7/+7
2009-11-29smsc9420: prevent BUG() if ethtool is called with interface downSteve Glendinning1-0/+14
2009-11-29r8169: restore mac addr in rtl8169_remove_one and rtl_shutdownIvan Vecera1-0/+7
2009-11-29netxen: fix merge 9b963e5d0e01461099aAmit Kumar Salecha1-0/+2
2009-11-29sfc: Update version, copyright dates, authorsBen Hutchings23-26/+26
2009-11-29sfc: Implement TSO for TCP/IPv6Ben Hutchings3-14/+60
2009-11-29sfc: Add support for SFC9000 family (2)Ben Hutchings14-29/+414
2009-11-29sfc: Add support for SFC9000 family (1)Ben Hutchings5-0/+2595
2009-11-29sfc: Add firmware protocol definitions (MCDI)Steve Hodgson1-0/+1578
2009-11-29sfc: Move shared NIC code from falcon.c to new source file nic.cBen Hutchings3-1537/+1549
2009-11-29sfc: Rename falcon.h to nic.hBen Hutchings14-16/+16
2009-11-29sfc: Allow for additional checksum offload featuresBen Hutchings4-2/+21
2009-11-29sfc: Extend MTD driver for use with new NICsBen Hutchings6-124/+255
2009-11-29sfc: Remove static PHY data and enumerationsBen Hutchings9-65/+95
2009-11-29sfc: Extend loopback mode enumerationBen Hutchings7-28/+111
2009-11-29sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()Ben Hutchings1-40/+24
2009-11-29e100: Use pci pool to work around GFP_ATOMIC order 5 memory allocation failureRoger Oksanen1-6/+11
2009-11-29mv643xx: convert to netdev_tx_tDenis Kirjanov1-1/+1
2009-11-29sfc: Separate shared NIC code from Falcon-specific and rename accordinglyBen Hutchings7-306/+341
2009-11-29sfc: Add efx_nic_type operation for identity LED controlBen Hutchings3-3/+12