summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-04-14tg3: Automatically size stat/test string arraysMatt Carlson1-7/+8
2011-04-14tg3: Dump registers when status block shows errorsMatt Carlson2-1/+42
2011-04-14tg3: Provide full regdump on tx timeoutMatt Carlson2-68/+123
2011-04-14rndis_host: Poll status before control channel where necessaryBen Hutchings2-7/+34
2011-04-13stmmac: review Wol and enable the Unicast supportGiuseppe Cavallaro2-4/+5
2011-04-13macb: Add rx overrun counterAlexander Stein1-1/+7
2011-04-13net: ethtool support to configure number of channelsamit salecha2-0/+71
2011-04-13net: Missing 'inline' in vlan-disabled vlan_untag()David S. Miller1-1/+1
2011-04-13Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller230-12694/+29860
2011-04-13atm: iphase: Fix set-but-not-used warnings.David S. Miller1-11/+3
2011-04-139p: Kill set but unused variable in 9p_client_{read,write}() and p9_client_re...David S. Miller1-6/+3
2011-04-13net: vlan_features comment clarificationMichał Mirosław1-1/+1
2011-04-13net: ioc3: convert to hw_featuresMichał Mirosław1-28/+2
2011-04-13net: bnx2x: convert to hw_featuresMichał Mirosław5-118/+57
2011-04-13net: bna: convert to hw_featuresMichał Mirosław3-78/+9
2011-04-13net: ps3_gelic: convert to hw_featuresMichał Mirosław3-28/+5
2011-04-13net: sky2: convert to hw_featuresMichał Mirosław2-103/+59
2011-04-13net: add RTNL_ASSERT in __netdev_update_features()Michał Mirosław1-0/+2
2011-04-13net: vlan: make non-hw-accel rx path similar to hw-accelJiri Pirko6-187/+99
2011-04-13ethtool: time to blink provided in seconds not jiffiesAllan, Bruce W1-1/+1
2011-04-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville230-12694/+29860
2011-04-12vxge: update driver versionJon Mason1-2/+2
2011-04-12vxge: spin-lock issueJon Mason1-16/+32
2011-04-12vxge: always enable hardware time stampJon Mason3-51/+64
2011-04-12s2io: Fix warnings due to -Wunused-but-set-variable.David S. Miller2-10/+5
2011-04-12niu: Fix warnings due to -Wunused-but-set-variableDavid S. Miller1-11/+3
2011-04-12caif: Add BUG_ON if dev_info is missing in packetSjur Brændeland1-1/+2
2011-04-12caif: Don't resend if dev_queue_xmit fails.Sjur Brændeland9-88/+14
2011-04-12caif: code cleanupStephen Hemminger12-416/+30
2011-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2765-8032/+7214
2011-04-12niu: Recognise original ethtool class code for AH/ESP flow hashingBen Hutchings1-0/+2
2011-04-12gianfar: Clean up implementation of RX network flow classificationBen Hutchings2-68/+1
2011-04-12qlge: use ethtool set_phys_idstephen hemminger1-19/+19
2011-04-12v3 ethtool: add ntuple flow specifier data to network flow classifierAlexander Duyck2-28/+39
2011-04-12ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntupleAlexander Duyck1-0/+3
2011-04-12caif: performance bugfix - allow radio stack to prioritize packets.Sjur Brændeland1-1/+5
2011-04-12caif: Bugfix use for_each_safe when removing list nodes.Sjur Brændeland1-2/+2
2011-04-12netxen: limit skb frags for non tso packetamit salecha2-2/+19
2011-04-12bonding:fix two typosPeter Pan(潘卫平)1-2/+2
2011-04-12net: fix tranmitted/tranmitting typoPeter Pan(潘卫平)4-5/+5
2011-04-12bonding:delete unused rlb_interval_counterPeter Pan(潘卫平)1-1/+0
2011-04-12bonding:delete unused alb_timerPeter Pan(潘卫平)1-1/+0
2011-04-12bonding:set save_load to 0 when initializingPeter Pan(潘卫平)1-1/+1
2011-04-11stmmac: fix Transmit Underflow errorGiuseppe CAVALLARO1-1/+0
2011-04-11stmmac: fix open funct when exit on errorGiuseppe CAVALLARO1-20/+28
2011-04-11stmmac: fixed dma lib build when turn-on the debug optionGiuseppe CAVALLARO1-14/+14
2011-04-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller6-8/+28
2011-04-11iwlegacy: make iwl3945 and iwl4965 select IWLWIFI_LEGACYJohn W. Linville1-4/+5
2011-04-11pci: fix PCI bus allocation alignment handlingLinus Torvalds1-2/+2
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds54-164/+301