summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-2337-374/+420
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-04-2138-376/+414
| |\
| | * Driver: Vmxnet3: set CHECKSUM_UNNECESSARY for IPv6 packetsShrikrishna Khare2016-04-212-6/+10
| | * atl2: Disable unimplemented scatter/gather featureBen Hutchings2016-04-211-1/+1
| | * net/mlx4_en: Split SW RX dropped counter per RX ringEran Ben Elisha2016-04-214-3/+10
| | * net/mlx4_core: Don't allow to VF change global pause settingsEugenia Emantayev2016-04-212-0/+15
| | * net/mlx4_core: Avoid repeated calls to pci enable/disableDaniel Jurgens2016-04-211-5/+34
| | * net/mlx4_core: Implement pci_resume callbackDaniel Jurgens2016-04-211-15/+24
| | * net: phy: spi_ks8895: Don't leak references to SPI devicesMark Brown2016-04-211-1/+1
| | * net: ethernet: davinci_emac: Fix platform_data overwriteNeil Armstrong2016-04-211-2/+0
| | * net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enableNeil Armstrong2016-04-211-0/+1
| | * qede: Fix single MTU sized packet from firmware GRO flowManish Chopra2016-04-211-0/+13
| | * qede: Fix setting Skb network headerManish Chopra2016-04-211-2/+2
| | * qede: Fix various memory allocation error flows for fastpathManish Chopra2016-04-211-55/+85
| | * drivers: net: cpsw: fix wrong regs access in cpsw_ndo_openGrygorii Strashko2016-04-211-2/+2
| | * Revert "Prevent NUll pointer dereference with two PHYs on cpsw"Andrew Goodbody2016-04-201-16/+15
| | * net/mlx4_en: do batched put_page using atomic_subKonstantin Khlebnikov2016-04-191-2/+6
| | * net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOCKonstantin Khlebnikov2016-04-191-1/+1
| | * macsec: fix crypto Kconfig dependencyArnd Bergmann2016-04-171-0/+1
| | * net: bcmgenet: device stats are unsigned longEric Dumazet2016-04-161-1/+5
| | * net: dsa: mv88e6xxx: share the same default FDBVivien Didelot2016-04-161-26/+2
| | * net: dsa: mv88e6xxx: enable SA learning on DSA portsVivien Didelot2016-04-161-2/+2
| | * net: dsa: mv88e6xxx: unlock DSA and CPU portsVivien Didelot2016-04-161-1/+1
| | * cpsw: Prevent NUll pointer dereference with two PHYsAndrew Goodbody2016-04-151-15/+16
| | * bgmac: fix MAC soft-reset bit for corerev > 4Felix Fietkau2016-04-141-3/+3
| | * cdc_mbim: apply "NDP to end" quirk to all Huawei devicesBjørn Mork2016-04-141-2/+7
| | * bgmac: reset & enable Ethernet core before using itRafał Miłecki2016-04-141-0/+5
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2016-04-145-64/+84
| | |\
| | | * fm10k: fix multi-bit VLAN update requests from VFJacob Keller2016-04-131-8/+22
| | | * i40e/i40evf: Limit TSO to 7 descriptors for payload instead of 8 per packetAlexander Duyck2016-04-134-56/+62
| | * | net: thunderx: Fix broken of_node_put() code.David Daney2016-04-131-2/+3
| | |/
| | * net: ethernet: renesas: ravb_main: test clock rate to avoid division by 0Wolfram Sang2016-04-131-0/+3
| | * Merge tag 'wireless-drivers-for-davem-2016-04-13' of git://git.kernel.org/pub...David S. Miller2016-04-135-9/+11
| | |\
| | | * Merge tag 'iwlwifi-for-kalle-2016-03-30' of https://git.kernel.org/pub/scm/li...Kalle Valo2016-04-023-4/+4
| | | |\
| | | | * iwlwifi: mvm: fix memory leak in pagingMatti Gottlieb2016-03-202-2/+2
| | | | * iwlwifi: pcie: lower the debug level for RSA semaphore accessEmmanuel Grumbach2016-03-201-2/+2
| | | * | rtlwifi: fix gcc-6 indentation warningArnd Bergmann2016-03-231-3/+3
| | | * | b43: Fix memory leaks in b43_bus_dev_ssb_init and b43_bus_dev_bcma_initJia-Ju Bai2016-03-231-2/+4
| | * | | net: vrf: Fix dst reference countingDavid Ahern2016-04-111-161/+16
| | * | | cxgb4: Stop Rx Queues before freeing it upHariprasad Shenai2016-04-113-3/+53
| | * | | net: stmmac: socfgpa: Ensure emac bit set in System Manger for PTPPhil Reid2016-04-101-3/+13
| | * | | sh_eth: re-enable-E-MAC interrupts in sh_eth_set_ringparam()Sergei Shtylyov2016-04-091-5/+1
| * | | | Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-04-181-0/+10
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | cxgb4: Set VPD size so we can read both VPD structuresHariprasad Shenai2016-04-151-0/+10
* | | | | geneve: break dependency with netdev driversHannes Frederic Sowa2016-04-211-3/+28
* | | | | vxlan: break dependency with netdev driversHannes Frederic Sowa2016-04-211-5/+9
* | | | | qlcnic: protect qlicnic_attach_func with rtnl_lockHannes Frederic Sowa2016-04-211-2/+8
* | | | | ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
* | | | | mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
* | | | | fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lockHannes Frederic Sowa2016-04-211-0/+2
OpenPOWER on IntegriCloud