aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-19xilinx_emaclite: netpoll supportMichal Simek1-0/+13
2010-08-19slip: fix get_stats() methodEric Dumazet1-25/+25
2010-08-19vxge: Implement 64bit statsEric Dumazet2-16/+7
2010-08-19ether3: Use net_device_stats from struct net_deviceTobias Klauser2-24/+10
2010-08-19ether1: Use net_device_stats from struct net_deviceTobias Klauser2-23/+12
2010-08-19net: simplify flags for tx timestampingOliver Hartkopp4-22/+16
2010-08-19drivers/net/sunvnet.c: Use pr_<level> and netdev_<level>Joe Perches1-29/+21
2010-08-19drivers/net/sungem: Use netdev_<level>, netif_<level> and pr_<level>Joe Perches2-129/+85
2010-08-19sunhme: Use return value of register_netdevTobias Klauser1-2/+4
2010-08-19greth: Use return value of register_netdevTobias Klauser1-2/+2
2010-08-18drivers/net/qlcnic: Use available error codesJulia Lawall1-3/+3
2010-08-18drivers/net/pcmcia: Use pr_<level> and netdev_<level>Joe Perches9-314/+298
2010-08-18s2io: Update driver versionJon Mason1-1/+1
2010-08-18s2io: remove unused codeJon Mason2-10/+0
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches21-38/+37
2010-08-17qlcnic: turn off lro when rxcsum is disabled.Sucheta Chakraborty3-1/+25
2010-08-17qlcnic: fix link diag testSony Chacko2-9/+9
2010-08-17qlcnic: fix link status messageSony Chacko1-2/+2
2010-08-17qlcnic: add eswitch statistics supportAmit Kumar Salecha3-1/+287
2010-08-17qlcnic: fix for setting function modesRajesh Borundia1-3/+0
2010-08-17qlcnic: device state management fixes for virtual funcAmit Kumar Salecha2-34/+51
2010-08-17qlcnic: fix aer for virtual funcAmit Kumar Salecha1-1/+1
2010-08-17enic: Mark intr_timer in vnic_enet_config as deprecatedRoopa Prabhu1-1/+1
2010-08-17enic: Check if rq/wq buf not NULL before freeing themRoopa Prabhu2-4/+8