summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-04-17dmfe: enforce consistent timing delay.françois romieu1-1/+5
2012-04-17r8169: support the new RTL8411 chip.Hayes Wang1-2/+138
2012-04-17r8169: adjust some functions of 8111fHayes Wang1-52/+47
2012-04-17r8169: support the new RTL8402 chip.Hayes Wang1-1/+121
2012-04-17r8169: add device specific CSI access helpers.Hayes Wang1-106/+194
2012-04-17r8169: modify pll power functionHayes Wang1-7/+30
2012-04-17r8169: 8168c and later require bit 0x20 to be set in Config2 for PME signaling.Francois Romieu1-0/+6
2012-04-17r8169: Config1 is read-only on 8168c and later.Francois Romieu1-2/+13
2012-04-16hippi: fix printk format in rrunner.cRandy Dunlap1-2/+3
2012-04-16net/can: use module_pci_driverAxel Lin5-59/+5
2012-04-16atl1: remove unused member from atl1_adapter structureTony Zelenoff1-1/+0
2012-04-16drivers/net: fix unresolved 64bit math in mellanox/mlx4/en_dcb_nl.cPaul Gortmaker1-3/+4
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller16-53/+62
2012-04-15macvlan: add FDB bridge ops and macvlan flagsJohn Fastabend1-6/+67
2012-04-15ixgbe: UTA table incorrectly programmedGreg Rose1-29/+0
2012-04-15ixgbe: allow RAR table to be updated in promisc modeJohn Fastabend1-10/+11
2012-04-15ixgbe: enable FDB netdevice opsJohn Fastabend1-0/+71
2012-04-15atl1: do not drop rx/tx interrupts before they are scheduledTony Zelenoff1-4/+10
2012-04-15atl1: do not process interrupts in cycle in handlerTony Zelenoff1-57/+48
2012-04-15atl1: enable errors and link ints when rx/tx scheduledTony Zelenoff2-13/+29
2012-04-15atl1: add value to check ability of reenabling IRQsTony Zelenoff2-0/+8
2012-04-15atl1: make function to set imr of cardTony Zelenoff1-4/+9
2012-04-15atl1: use defined functions to disable irqTony Zelenoff1-3/+3
2012-04-15atl1: add napi process of tx interruptsTony Zelenoff1-11/+16
2012-04-15atl1: make driver napi compatibleTony Zelenoff2-6/+41
2012-04-15atl1: handle rx in separate conditionTony Zelenoff1-9/+10
2012-04-15virtio-net: send gratuitous packets when neededJason Wang1-5/+59
2012-04-15isdn/hysdn: Convert to kstrtoul_from_userPeter Hüwe1-9/+1
2012-04-14net: Fix spelling typo in netMasanari Iida11-12/+12
2012-04-14net/ethernet: ks8851_mll fix rx frame buffer overflowDavide Ciminaghi1-1/+1
2012-04-14net/wan: use module_pci_driverAxel Lin2-24/+2
2012-04-14net/tokenring: use module_pci_driverAxel Lin4-48/+4
2012-04-14ixgbe: add I2C clock stretchingDon Skidmore2-6/+15
2012-04-14igb: Update version to 3.4.7.Carolyn Wyborny1-2/+2
2012-04-14e1000e: cleanup boolean logicBruce Allan6-35/+31
2012-04-14e1000e: cleanup remaining strings split across multiple linesBruce Allan2-15/+12
2012-04-14e100: enable transmit time stamping.Richard Cochran1-0/+1
2012-04-14e100: Support the get_ts_info ethtool method.Richard Cochran1-0/+1
2012-04-14ixgbe: fix WoL issue with fiberDon Skidmore1-0/+10
2012-04-14e1000e: issues in Sx on 82577/8/9Bruce Allan1-5/+10
2012-04-13bonding: Fixup get_tx_queue() op second arg type.David S. Miller1-1/+1
2012-04-13net: smsc911x: fix skb handling in receive pathWill Deacon1-9/+5
2012-04-13ks8851: Fix missing mutex_lock/unlockMatt Renzelmann1-4/+4
2012-04-13drivers/net/ethernet/xilinx/axi ethernet: Correct CopyrightMichal Simek3-9/+7
2012-04-138139cp: set intr mask after its handler is registeredJason Wang1-2/+8
2012-04-13atl1: fix kernel panic in case of DMA errorsTony Zelenoff3-10/+7
2012-04-13net: WIZnet drivers: fix possible NULL dereferenceMike Sinkovsky2-2/+2
2012-04-13rtnetlink & bonding: change args got get_tx_queuesstephen hemminger1-5/+2
2012-04-13ethernet: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1
2012-04-13enic: replace open-coded ARRAY_SIZE with macroJim Cromie1-1/+1