aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller41-186/+1973
2010-08-21amd8111e: use net_device_stats from struct net_deviceEric Dumazet2-8/+7
2010-08-21atl1c: use net_device_stats from struct net_deviceEric Dumazet2-4/+3
2010-08-21PPTP: PPP over IPv4 (Point-to-Point Tunneling Protocol)Dmitry Kozlov3-0/+738
2010-08-19qlge: pull NULL check ahead of dereferenceDan Carpenter1-2/+3
2010-08-19tehuti: Use net_device_stats from struct net_deviceTobias Klauser2-15/+7
2010-08-19ep93xx_eth: Use net_device_stats from struct net_deviceTobias Klauser1-24/+15
2010-08-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller24-137/+174
2010-08-19qlcnic: update version 5.0.8Amit Kumar Salecha1-2/+2
2010-08-19qlcnic: rom lock recoverySucheta Chakraborty2-4/+14
2010-08-19qlcnic: firmware initialization updateSony Chacko4-131/+47
2010-08-19qlcnic: fix endiness in eswitch statisticsAmit Kumar Salecha1-2/+16
2010-08-19qlcnic: mark device state as failedAmit Kumar Salecha1-10/+13
2010-08-19qlcnic: fix npar stateAmit Kumar Salecha1-14/+29
2010-08-19qlcnic: support anti mac spoofingSony Chacko2-0/+12
2010-08-19qlcnic: configure offload setting on eswitchRajesh Borundia2-6/+133
2010-08-19qlcnic: configure port on eswitchRajesh Borundia4-134/+254
2010-08-19qlcnic: replace magic numbers with definesSony Chacko4-3/+8
2010-08-19qlcnic: remove unused codeSony Chacko2-20/+0
2010-08-19qlcnic: fix inconsistent lock stateAmit Kumar Salecha1-7/+0
2010-08-19ixgbe: rewrite ethtool test to use standard config functionsAlexander Duyck3-253/+169
2010-08-19ixgbe: update all DESC_ADV macros to accept a ring pointerAlexander Duyck4-18/+18
2010-08-19ixgbe: combine Rx into into ixgbe_configure_rxAlexander Duyck1-57/+95
2010-08-19ixgbe: pull all Tx init into ixgbe_configure_txAlexander Duyck1-39/+52
2010-08-19ixgbe: move all GPIE register config into a single functionAlexander Duyck1-42/+30
2010-08-19ixgbe: Move virtualization config into a separate functionAlexander Duyck1-38/+46
2010-08-19ixgbe: move all Rx DMA control register writes to one central locationAlexander Duyck2-43/+50
2010-08-19ixgbe: Move max frame size and Rx buffer length configuration into a functionAlexander Duyck1-48/+60
2010-08-19ixgbe: remove redundant configuration of vmolr, rename generic variableAlexander Duyck1-7/+4
2010-08-19ixgbe: bump PS header size to 512 bytesAlexander Duyck1-4/+9
2010-08-19ixgbe: combine accesses to FCTRL register into ixgbe_set_rx_modeAlexander Duyck1-7/+6
2010-08-19ixgbe: pull PSRTYPE configuration into a separate functionAlexander Duyck1-11/+25
2010-08-19ixgbe: pull ring configuration into it's own functionAlexander Duyck1-13/+20
2010-08-19ixgbe: consolidate all setting of MRQC into one functionAlexander Duyck1-57/+43
2010-08-19ixgbe: move Tx ring configuration into a separate functionAlexander Duyck1-40/+29
2010-08-19ixgbe: move configuration of the MTQC register into it's own functionAlexander Duyck1-33/+40
2010-08-19ixgbe: combine two modifications of TXDCTL into oneAlexander Duyck1-12/+6
2010-08-19ixgbe: move setting of GSO size for 82598 into ixgbe_configure_dcbAlexander Duyck1-11/+10
2010-08-19ixgbe: remove redundant DMA alignment codeAlexander Duyck1-12/+12
2010-08-19ixgbe: cleanup ixgbe_get_drvinfo to be extra careful with buffer boundariesDon Skidmore1-10/+13
2010-08-19e1000e: don't check for alternate MAC addr on parts that don't support itBruce Allan3-13/+31
2010-08-19e1000e: disable ASPM L1 on 82573Bruce Allan1-0/+1
2010-08-19xilinx_emaclite: netpoll supportMichal Simek1-0/+13
2010-08-19ll_temac: Fix poll implementationMichal Simek1-2/+2
2010-08-19netxen: fix a race in netxen_nic_get_stats()Eric Dumazet1-2/+0
2010-08-19qlnic: fix a race in qlcnic_get_stats()Eric Dumazet1-2/+0
2010-08-19net: sh_eth: remove unused variableKuninori Morimoto1-1/+1
2010-08-19netxen: update version 4.0.74Amit Kumar Salecha1-2/+2
2010-08-19netxen: fix inconsistent lock stateAmit Kumar Salecha1-4/+0
2010-08-19slip: fix get_stats() methodEric Dumazet1-25/+25