summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller161-665/+5855
2013-06-19vxlan: fix check for migration of static entrystephen hemminger1-1/+1
2013-06-19bcm63xx_enet: fix return value check in bcm_enet_shared_probe()Wei Yongjun1-2/+2
2013-06-19can: usb_8dev: unregister netdev before free()ingMarc Kleine-Budde1-1/+4
2013-06-18staging/rtl8192u: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-2/+2
2013-06-18pxa168_eth: convert skb->end into skb_end_pointer(skb)Isaku Yamahata1-1/+1
2013-06-18mv643xx_eth.c: convert skb->end into skb_end_poitner(skb)Isaku Yamahata1-1/+1
2013-06-18net, scsi/csgb4i: convert skb->transport_header into skb_transport_header(skb)Isaku Yamahata1-1/+1
2013-06-18net, atm/ambassader: convert skb->tail into skb_tail_pointer(skb)Isaku Yamahata1-1/+1
2013-06-18fec: Add support to restart autonegotiateChris Healy1-0/+12
2013-06-18bonding: don't call alb_set_slave_mac_addr() while atomicVeaceslav Falico1-35/+5
2013-06-18net: cpsw: check for cpts pointer after its allocationSebastian Siewior1-1/+1
2013-06-18Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller11-35/+37
2013-06-18alx: add a simple AR816x/AR817x device driverJohannes Berg9-0/+4568
2013-06-18tg3: Prevent system hang during repeated EEH errors.Michael Chan1-2/+9
2013-06-18Fix the VLAN_TAG_PRESENT in netvsc_recv_callback()Haiyang Zhang1-1/+3
2013-06-18vxlan: handle skb_clone failurestephen hemminger1-3/+5
2013-06-18vxlan: only migrate dynamic FDB entriesstephen hemminger1-4/+12
2013-06-18vxlan: fix race between flush and incoming learningstephen hemminger1-7/+9
2013-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville11-35/+37
2013-06-16lseek(fd, n, SEEK_END) does *not* go to eof - nAl Viro4-4/+4
2013-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds11-29/+74
2013-06-15Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-2/+5
2013-06-15Merge tag 'usb-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-21/+23
2013-06-14mei: me: clear interrupts on the resume pathTomas Winkler1-0/+1
2013-06-14mei: nfc: fix nfc device freeingTomas Winkler1-0/+2
2013-06-14mei: init: Flush scheduled work before resetting the deviceSamuel Ortiz1-2/+2
2013-06-14net/mlx4: Add VF link state supportRony Efraim5-2/+72
2013-06-14netiucv: Hold rtnl between name allocation and device registration.Benjamin Poirier1-1/+5
2013-06-14bcm63xx_enet: add support Broadcom BCM6345 EthernetFlorian Fainelli2-80/+135
2013-06-14tulip: Properly check dma mapping resultNeil Horman1-0/+6
2013-06-14Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-6/+9
2013-06-14of: Fix locking vs. interruptsBenjamin Herrenschmidt1-6/+9
2013-06-14Merge tag 'acpi-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2-4/+4
2013-06-13brcmfmac: free primary net_device when brcmf_bus_start() failsArend van Spriel1-0/+4
2013-06-13Merge tag 'md-3.10-fixes' of git://neil.brown.name/mdLinus Torvalds4-26/+47
2013-06-13Bluetooth: btmrvl: fix thread stopping raceDaniel Drake1-5/+4
2013-06-13net: sh_eth: fix incorrect RX length error if R8A7740Yoshihiro Shimoda1-4/+11
2013-06-13drivers: net: davinci_mdio: restore mdio clk divider in mdio resumeMugunthan V N1-4/+1
2013-06-13drivers: net: davinci_mdio: moving mdio resume earlier than cpsw ethernet driverMugunthan V N1-2/+2
2013-06-13sh_eth: remove '__maybe_unused' annotationsSergei Shtylyov1-2/+2
2013-06-13tg3: Wait for boot code to finish after power onNithin Sujir1-0/+10
2013-06-13bonding: fix igmp_retrans type and two related racesNikolay Aleksandrov2-5/+12
2013-06-13bonding: reset master mac on first enslave failureNikolay Aleksandrov1-0/+4
2013-06-13net: ethernet: stmicro: stmmac: Fix compile error when STMMAC_XMIT_DEBUG usedDinh Nguyen1-1/+1
2013-06-13be2net: Fix 32-bit DMA Mask handlingSomnath Kotur1-0/+3
2013-06-13xen-netback: don't de-reference vif pointer after having called xenvif_put()Jan Beulich1-5/+6
2013-06-13cxgb4: Do not set net_device::dev_id to VI indexBen Hutchings1-1/+0
2013-06-13macvtap: fix uninitialized return value macvtap_ioctl_set_queue()Jason Wang1-0/+2
2013-06-13macvtap: slient sparse warningsJason Wang1-1/+1