summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2011-06-21ixgbe: setup per CPU PCI pool for FCoE DDPVasu Dev2-36/+82
2011-06-21ixgbe: add support for Dell CEMEmil Tantilov7-0/+229
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-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller35-251/+690
2011-06-21pxa168_eth: fix race in transmit path.Richard Cochran1-1/+1
2011-06-21gianfar v5: implement nfcSebastian Poehn3-4/+989
2011-06-21ucc_geth: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-21pxa168_eth: enable transmit time stamping.Richard Cochran1-0/+3
2011-06-21smsc911x: enable transmit time stamping.Richard Cochran1-0/+1
2011-06-21fs_enet: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-21macb: enable transmit time stamping.Richard Cochran1-0/+2
2011-06-21fec_mpc52xx: enable transmit and receive time stamping.Richard Cochran1-1/+3
2011-06-21ll_temac: enable transmit and receive time stamping.Richard Cochran1-1/+4
2011-06-21emaclite: enable transmit and receive time stamping.Richard Cochran1-2/+7
2011-06-21lib8390: enable transmit and receive time stamping.Richard Cochran1-2/+3
2011-06-21netxen: fix race in skb->len accessEric Dumazet1-2/+2
2011-06-21myricom: remove stats_lockEric Dumazet1-7/+3
2011-06-20myri_sbus: remove driverJon Mason4-1508/+0
2011-06-20veth: fix 64bit stats on 32bit archesEric Dumazet1-18/+37
2011-06-20davinci_emac: fix race in transmit time stamping.Richard Cochran1-1/+2
2011-06-20smsc9420: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20stmmac: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20r6040: fix race in transmit time stamping.Richard Cochran1-2/+3
2011-06-20tg3: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20fec: fix race in transmit time stamping.Richard Cochran1-2/+2
2011-06-20hp100: fix an skb->len raceEric Dumazet1-2/+2
2011-06-20Merge branch 'davem.r8169' of git://git.kernel.org/pub/scm/linux/kernel/git/r...David S. Miller1-4/+6
2011-06-20netpoll: copy dev name of slaves to struct netpollWANG Cong1-0/+1
2011-06-18r8169: check firmware content sooner.Francois Romieu1-19/+44
2011-06-18r8169: support new firmware format.Hayes Wang1-1/+35
2011-06-18r8169: explicit firmware format check.Francois Romieu1-13/+49
2011-06-18r8169: move the firmware down into the device private data.Francois Romieu1-26/+48
2011-06-18r8169: fix static initializers.Francois Romieu1-4/+6
2011-06-17farsync: add module_put to error path in fst_open()Pavel Shved1-1/+3
2011-06-17fs_enet: fix freescale FCC ethernet dp buffer alignmentClive Stubbings1-1/+1
2011-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-1/+5
2011-06-17netdev: bfin_mac: fix memory leak when freeing dma descriptorsSonic Zhang1-10/+10