summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-06-23net: consolidate netif_needs_gso() checksJohn Fastabend
2010-06-23net: Fix a typo in netlink.hJustin P. Mattock
2010-06-23e1000e: disable gig speed when in S0->Sx transitionBruce Allan
2010-06-23e1000e: packet split should not be used with early receiveBruce Allan
2010-06-23e1000e: do not touch PHY page 800 registers when link speed is 1000MbpsBruce Allan
2010-06-23e1000e: avoid polling h/w registers during link negotiationBruce Allan
2010-06-23cnic: Disable statistics initialization for eth clients that do not support s...Dmitry Kravkov
2010-06-23net: add dependency on fw class module to qlcnic and netxen_nicAnirban Chakraborty
2010-06-23snmp: fix SNMP_ADD_STATS()Eric Dumazet
2010-06-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-22hso: remove setting of low_latency flagFilip Aben
2010-06-21udp: Fix bogus UFO packet generationHerbert Xu
2010-06-21lasi82596: fix netdev_mc_count conversionHelge Deller
2010-06-21NET: MIPSsim: Fix modpost warning.Ralf Baechle
2010-06-20caif: Add debug connection type for CAIF.Sjur Braendeland
2010-06-20caif: Use link layer MTU instead of fixed MTUSjur Braendeland
2010-06-20caif: Bugfix - RFM must support segmentation.Sjur Braendeland
2010-06-20caif: Bugfix not all services uses flow-ctrl.Sjur Braendeland
2010-06-18e1000e: update driver version numberBruce Allan
2010-06-18e1000e: update copyright informationBruce Allan
2010-06-18e1000e: enable support for EEE on 82579Bruce Allan
2010-06-18e1000e: initial support for 82579 LOMsBruce Allan
2010-06-18e1000e: fix check for manageability on ICHx/PCHBruce Allan
2010-06-18e1000e: separate out PHY statistics register updatesBruce Allan
2010-06-18e1000e: cleanup e1000_sw_lcd_config_ich8lan()Bruce Allan
2010-06-18e1000e: cleanup ethtool loopback setup codeBruce Allan
2010-06-18cxgb4: minor cleanupDimitris Michailidis
2010-06-18cxgb4: update FW definitionsDimitris Michailidis
2010-06-18cxgb4: add a missing error interruptDimitris Michailidis
2010-06-18cxgb4: propagate link initialization errors to .ndo_open's callersDimitris Michailidis
2010-06-18cxgb4: switch to 64 bit inteface statisticsDimitris Michailidis
2010-06-18cxgb4: set dev_id to the port numberDimitris Michailidis
2010-06-18cxgb4: implement EEHDimitris Michailidis
2010-06-18cxgb4: rearrange initialization code in preparation for EEHDimitris Michailidis
2010-06-18cxgb4: dynamically determine flash size and FW image locationDimitris Michailidis
2010-06-18ath5k: initialize ah->ah_current_channelBob Copeland
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-06-17bridge: fdb cleanup runs too oftenstephen hemminger
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-06-17qlcnic: fix register accessAmit Kumar Salecha
2010-06-17qlcnic: fix race in tx stop queueRajesh K Borundia
2010-06-17qlcnic: seperate interrupt for TXschacko
2010-06-17qlcnic: change driver descriptionSritej Velaga
2010-06-17qlcnic: fix device soft resetSucheta Chakraborty
2010-06-17bnx2: fix dma_get_ops compilation breakageFUJITA Tomonori
2010-06-16ucc_geth: fix for RX skb buffers recyclingSergey Matyukevich
2010-06-16be2net: enable ipv6 tso supportAjit Khaparde
2010-06-16pcnet_cs: add new id (TOSHIBA Modem/LAN Card)Ken Kawasaki
2010-06-16gianfar: Fix oversized packets handlingAnton Vorontsov
2010-06-16udp: Add UFO to NETIF_F_SOFTWARE_GSOHerbert Xu