aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-04-13broadcom: replace open-coded ARRAY_SIZE with macroJim Cromie1-2/+1
2012-04-13net: Remove redundant spi driver bus initializationLars-Peter Clausen1-1/+0
2012-04-13skbuff: struct ubuf_info callback type safetyMichael S. Tsirkin3-5/+4
2012-04-13ppp: Fix race condition with queue start/stopDavid Woodhouse1-9/+6
2012-04-13caif-hsi: Postpone init of HSI until open()sjur.brandeland@stericsson.com1-52/+45
2012-04-13caif-hsi: Remove stop/start of queue.sjur.brandeland@stericsson.com1-10/+0
2012-04-13caif-hsi: robust frame aggregation for HSIDmitry Tarnyagin1-55/+188
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+7
2012-04-13caif_hsi: use dev_dbg not dev_err for reportingKim Lilliestierna XX1-2/+2
2012-04-13caif-hsi: Free flip_buffer at shutdownsjur.brandeland@stericsson.com1-2/+3