summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-06-21ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routineJohn Fastabend1-57/+1
2011-06-21ixgbe: DCB and perfect filters can coexistJohn Fastabend1-1/+0
2011-06-21ixgbe: fix bit mask for DCB versionJohn Fastabend1-1/+1
2011-06-21ixgbe: setup redirection table for multiple packet buffersJohn Fastabend1-1/+5
2011-06-21ixgbe: DCB 82598 devices, tx_idx and rx_idx swappedJohn Fastabend1-2/+2
2011-06-21ixgbe: DCB use existing TX and RX queuesJohn Fastabend2-60/+49
2011-06-21ixgbe: configure minimal packet buffers to support TCJohn Fastabend3-114/+138
2011-06-21ixgbe: consolidate MRQC and MTQC handlingJohn Fastabend2-57/+7
2011-06-21ixgbe: consolidate packet buffer allocationJohn Fastabend13-170/+160
2011-06-21ixgbe: dcbnl reduce duplicated code and indentationJohn Fastabend1-26/+23
2011-06-21ixgbevf: remove unnecessary ampersandsStephen Hemminger1-11/+11
2011-06-21ixgbevf: Fix bungled declaration of ixgbevf_mbx_opsGreg Rose2-2/+2
2011-06-21igb: convert to ndo_fix_featuresMichał Mirosław2-74/+26
2011-06-21e1000: convert to ndo_fix_featuresMichał Mirosław2-73/+26
2011-06-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller257-1620/+4531
2011-06-20Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds10-61/+84
2011-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds22-38/+490
2011-06-21drm/radeon/kms/r6xx+: voltage fixesAlex Deucher4-0/+16
2011-06-20pxa168_eth: fix race in transmit path.Richard Cochran1-1/+1
2011-06-20gianfar v5: implement nfcSebastian Poehn3-4/+989
2011-06-20ucc_geth: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20pxa168_eth: enable transmit time stamping.Richard Cochran1-0/+3
2011-06-20smsc911x: enable transmit time stamping.Richard Cochran1-0/+1
2011-06-20fs_enet: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20macb: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-20fec_mpc52xx: enable transmit and receive time stamping.Richard Cochran1-1/+3
2011-06-20ll_temac: enable transmit and receive time stamping.Richard Cochran1-1/+4
2011-06-20emaclite: enable transmit and receive time stamping.Richard Cochran1-2/+7
2011-06-20lib8390: enable transmit and receive time stamping.Richard Cochran1-2/+3
2011-06-20netxen: fix race in skb->len accessEric Dumazet1-2/+2
2011-06-20myricom: remove stats_lockEric Dumazet1-7/+3
2011-06-20myri_sbus: remove driverJon Mason4-1508/+0
2011-06-20rtlwifi: rtl8192{c,ce,cu,se}: Remove comparisons of booleans with trueMike McCormack20-38/+38
2011-06-20rtlwifi: rtl8192cu: Remove unused parameterMike McCormack3-62/+7
2011-06-20rtlwifi: Fix typo in variable nameMike McCormack3-4/+4
2011-06-20bcma: clean exports of functionsRafał Miłecki3-4/+3
2011-06-20ath5k: add missing ieee80211_free_hw() on unload in AHB codePavel Roskin1-0/+1
2011-06-20ath5k: free sc->ah in ath5k_deinit_softcJohn W. Linville1-0/+1
2011-06-20bcma: fix BCM43224 rev 0 workaroundRafał Miłecki1-1/+1
2011-06-20bcma: enable support for 14e4:4357 (BCM43225)Rafał Miłecki2-0/+5
2011-06-20ath9k_hw: make sure PAPRD training is properly doneMohammed Shafi Shajakhan2-3/+23
2011-06-20ath9k: Fix a corner case failure in sending PAPRD frames in HT40Mohammed Shafi Shajakhan1-2/+2
2011-06-20Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel...John W. Linville29-596/+927
2011-06-20rtlwifi: include mac80211.h from core.hKalle Valo1-0/+2
2011-06-20zd1211rw: include mac80211.h from zd_chip.hKalle Valo1-0/+2
2011-06-20iwlwifi: fix stop/wake queue hacksKalle Valo1-0/+9
2011-06-20iwlegacy: fix stop/wake queue hacksKalle Valo1-0/+9
2011-06-20Merge branch 'stable/bug.fixes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2011-06-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds5-5/+7
2011-06-19veth: fix 64bit stats on 32bit archesEric Dumazet1-18/+37