summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-05-161-4/+4
|\
| * Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-0548-499/+636
| |\
| * \ Merge tag 'v4.6-rc4' into x86/asm, to pick up fixesIngo Molnar2016-04-1947-468/+604
| |\ \
| * | | x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov2016-04-131-4/+4
* | | | drivers: net: xgene: fix register offsetIyappan Subramanian2016-05-132-4/+4
* | | | drivers: net: xgene: fix statistics counters race conditionIyappan Subramanian2016-05-134-19/+53
* | | | drivers: net: xgene: fix ununiform latency across queuesIyappan Subramanian2016-05-132-11/+27
* | | | drivers: net: xgene: fix sharing of irqsIyappan Subramanian2016-05-131-2/+2
* | | | drivers: net: xgene: fix IPv4 forward crashIyappan Subramanian2016-05-132-5/+8
* | | | xen-netback: fix extra_info handling in xenvif_tx_err()Paul Durrant2016-05-131-0/+1
* | | | net: mvneta: bm: fix dependencies againArnd Bergmann2016-05-121-1/+1
* | | | bnxt_en: Add workaround to detect bad opaque in rx completion (part 2)Michael Chan2016-05-112-0/+61
* | | | bnxt_en: Add workaround to detect bad opaque in rx completion (part 1)Michael Chan2016-05-112-0/+4
* | | | qlcnic: potential NULL dereference in qlcnic_83xx_get_minidump_template()Dan Carpenter2016-05-111-2/+6
* | | | net: phylib: fix interrupts re-enablement in phy_startShaohui Xie2016-05-101-3/+5
* | | | net: nps_enet: bug fix - handle lost tx interruptsElad Kanfi2016-05-101-0/+15
* | | | net: nps_enet: Tx handler synchronizationElad Kanfi2016-05-102-8/+9
* | | | Merge tag 'wireless-drivers-for-davem-2016-05-09' of git://git.kernel.org/pub...David S. Miller2016-05-101-35/+48
|\ \ \ \
| * \ \ \ Merge tag 'iwlwifi-for-kalle-2016-05-04' of https://git.kernel.org/pub/scm/li...Kalle Valo2016-05-061-35/+48
| |\ \ \ \
| | * | | | iwlwifi: mvm: don't override the rate with the AMSDU lenEmmanuel Grumbach2016-05-041-35/+48
* | | | | | net: thunderx: avoid exposing kernel stackxypron.glpk@gmx.de2016-05-101-0/+4
* | | | | | ravb: Add missing free_irq() call to ravb_close()Geert Uytterhoeven2016-05-091-0/+2
* | | | | | net/mlx5e: make VXLAN support conditionalArnd Bergmann2016-05-095-3/+24
* | | | | | Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue"Arnd Bergmann2016-05-091-1/+0
* | | | | | macsec: key identifier is 128 bits, not 64Sabrina Dubroca2016-05-091-6/+13
* | | | | | macvtap: segmented packet is consumedEric Dumazet2016-05-081-1/+1
* | | | | | qede: uninitialized variable in qede_start_xmit()Dan Carpenter2016-05-081-1/+1
* | | | | | netxen: netxen_rom_fast_read() doesn't return -1Dan Carpenter2016-05-071-1/+2
* | | | | | netxen: reversed condition in netxen_nic_set_link_parameters()Dan Carpenter2016-05-071-1/+1
* | | | | | netxen: fix error handling in netxen_get_flash_block()Dan Carpenter2016-05-071-4/+8
* | | | | | mlxsw: spectrum: Add missing rollback in flood configurationIdo Schimmel2016-05-061-0/+8
* | | | | | mlxsw: spectrum: Fix rollback order in LAG join failureIdo Schimmel2016-05-061-2/+2
* | | | | | udp_offload: Set encapsulation before inner completes.Jarno Rajahalme2016-05-062-0/+6
* | | | | | udp_tunnel: Remove redundant udp_tunnel_gro_complete().Jarno Rajahalme2016-05-062-4/+0
* | | | | | qede: prevent chip hang when increasing channelsSudarsana Reddy Kalluru2016-05-061-4/+2
* | | | | | net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens2016-05-051-1/+1
* | | | | | bnxt_en: Setup multicast properly after resetting device.Michael Chan2016-05-041-4/+15
* | | | | | bnxt_en: Need memory barrier when processing the completion ring.Michael Chan2016-05-041-0/+4
* | | | | | net: fec: only clear a queue's work bit if the queue was emptiedUwe Kleine-König2016-05-041-2/+8
* | | | | | drivers: net: xgene: Fix error handlingMatthias Brugger2016-05-041-3/+4
* | | | | | net: macb: Probe MDIO bus before registering netdevFlorian Fainelli2016-05-031-12/+19
* | | | | | net: mvneta: Remove superfluous SMP function callAnna-Maria Gleixner2016-05-031-4/+2
* | | | | | macb: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-1/+2
* | | | | | pxa168_eth: fix mdiobus_scan() error checkSergei Shtylyov2016-05-031-0/+2
* | | | | | net/mlx5e: Use workqueue for vxlan opsMatthew Finlay2016-05-033-16/+49
* | | | | | net/mlx5e: Implement a mlx5e workqueueMatthew Finlay2016-05-032-11/+20
* | | | | | net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issueMatthew Finlay2016-05-031-0/+1
* | | | | | net/mlx5: Unmap only the relevant IO memory mappingGal Pressman2016-05-031-2/+4
* | | | | | cxgb3: fix out of bounds readMichal Schmidt2016-05-011-1/+2
* | | | | | net/smscx5xx: use the device tree for mac addressArnd Bergmann2016-05-012-2/+22