summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | net/irda/mcs7780: fix memory leaks in mcs_net_open()Alexey Khoroshilov2013-09-121-17/+23
| |/ /
| * | net/mlx4_en: Check device state when setting coalescingEugenia Emantayev2013-09-121-6/+10
| * | net: tulip: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-1/+1
| * | ethernet: amd: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-1/+1
| * | ehea: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-4/+3
| * | bfin_mac: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-121-2/+2
| * | xen-netback: count number required slots for an skb more carefullyDavid Vrabel2013-09-121-30/+64
| * | tg3: Expand led off fix to include 5720Nithin Sujir2013-09-121-0/+1
| * | tuntap: correctly handle error in tun_set_iff()Jason Wang2013-09-121-3/+8
| * | xen-netback: fix possible format string flawKees Cook2013-09-121-1/+1
| * | igb: Read flow control for i350 from correct EEPROM sectionFujinaka, Todd2013-09-121-1/+9
| * | igb: Add additional get_phy_id call for i354 devicesCarolyn Wyborny2013-09-121-0/+4
| * | Merge tag 'master-2013-09-09' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2013-09-127-16/+60
| |\ \
| | * | rt2800: change initialization sequence to fix system freezeStanislaw Gruszka2013-09-091-5/+6
| | * | rtl8187: fix use after free on failure path in rtl8187_init_urbs()Alexey Khoroshilov2013-09-091-5/+10
| | * | brcmfmac: fix bus interface selection in KconfigArend van Spriel2013-09-091-2/+2
| | * | cw1200: Prevent a lock-related hang in the cw1200_spi driverSolomon Peachy2013-09-091-0/+9
| | * | cw1200: Don't perform SPI transfers in interrupt contextSolomon Peachy2013-09-094-4/+33
| * | | r8169: enforce RX_MULTI_EN for the 8168f.françois romieu2013-09-121-0/+1
* | | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-09-151-0/+1
|\ \ \ \
| * | | | MIPS: DECstation I/O ASIC DMA interrupt handling fixMaciej W. Rozycki2013-09-131-0/+1
| |/ / /
* / / / Remove GENERIC_HARDIRQ config optionMartin Schwidefsky2013-09-134-4/+4
|/ / /
* | | net: qmi_wwan: add new Qualcomm devicesBjørn Mork2013-09-111-1/+129
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2013-09-1129-0/+30315
|\ \ \
| * | | i40e: include i40e in kernel properJesse Brandeburg2013-09-113-0/+63
| * | | i40e: debugfs interfaceJesse Brandeburg2013-09-111-0/+2076
| * | | i40e: init code and hardware supportJesse Brandeburg2013-09-1116-0/+13813
| * | | i40e: implement virtual device interfaceJesse Brandeburg2013-09-113-0/+2823
| * | | i40e: driver core headersJesse Brandeburg2013-09-113-0/+899
| * | | i40e: driver ethtool coreJesse Brandeburg2013-09-111-0/+1449
| * | | i40e: transmit, receive, and NAPIJesse Brandeburg2013-09-111-0/+1817
| * | | i40e: main driver coreJesse Brandeburg2013-09-111-0/+7375
* | | | net: tilegx driver: avoid compiler warningChris Metcalf2013-09-111-3/+3
* | | | irda: vlsi_ir: Remove casting the return value which is a void pointerJingoo Han2013-09-111-1/+1
* | | | irda: donauboe: Remove casting the return value which is a void pointerJingoo Han2013-09-111-3/+3
* | | | bcm63xx_enet: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-111-4/+4
* | | | net: korina: remove deprecated IRQF_DISABLEDMichael Opdenacker2013-09-111-4/+4
* | | | macvlan: Move skb_clone check closer to callHerbert Xu2013-09-111-4/+6
* | | | qlcnic: Fix warning reported by kbuild test robot.Jitendra Kalsaria2013-09-111-1/+1
* | | | bonding: fix bond_arp_rcv setting and arp validate desync statenikolay@redhat.com2013-09-113-5/+19
* | | | bonding: fix store_arp_validate race with mode changenikolay@redhat.com2013-09-111-4/+10
* | | | bnx2x: avoid atomic allocations during initializationMichal Schmidt2013-09-111-15/+23
|/ / /
* / / bnx2x: Fix configuration of doorbell blockAriel Elior2013-09-092-3/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-09-073-16/+5
|\ \
| * | mlx5: remove unused MLX5_DEBUG param in KconfigMichael Opdenacker2013-09-061-10/+0
| * | bnx2x: Restore a call to config_initEilon Greenstein2013-09-061-6/+3
| * | bnx2x: fix broken compilation with CONFIG_BNX2X_SRIOV is not setDmitry Kravkov2013-09-061-0/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-09-0610-12/+12
|\ \ \ | |/ / |/| |
| * | treewide: Convert retrun typos to returnJoe Perches2013-09-041-1/+1
| * | treewide: Fix printks with 0x%#Joe Perches2013-08-271-1/+1