summaryrefslogtreecommitdiffstats
path: root/drivers/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | rtl8xxxu: Fix rtl8192eu driver reload issueJes Sorensen2016-10-071-1/+7
| | * | rtl8xxxu: Fix rtl8723bu driver reload issueJes Sorensen2016-10-071-0/+4
| | * | rtl8xxxu: Fix big-endian problem reporting mactimeJes Sorensen2016-10-072-4/+4
| | * | rtl8xxxu: Fix memory leak in handling rxdesc16 packetsJes Sorensen2016-10-071-1/+6
| | * | wlcore: sdio: drop kfree for memory allocated with devm_kzallocWei Yongjun2016-10-051-1/+0
| * | | net: asix: Avoid looping when the device does not respondGuenter Roeck2016-10-141-4/+4
| * | | net/mlx4_en: fixup xdp tx irq to match rxBrenden Blanco2016-10-141-1/+9
| * | | qed: Additional work toward cleaning C=1Yuval Mintz2016-10-148-164/+58
| * | | qed*: Fix Kconfig dependencies with INFINIBAND_QEDRYuval Mintz2016-10-1411-129/+119
| * | | qed: Fix static checker warning.Yuval Mintz2016-10-141-6/+1
| * | | net: wan: slic_ds26522: Allow driver to built if COMPILE_TEST is enabledJavier Martinez Canillas2016-10-141-1/+1
| * | | net: wan: slic_ds26522: Export OF module alias informationJavier Martinez Canillas2016-10-141-0/+1
| * | | net: wan: slic_ds26522: add SPI device ID table to fix module autoloadJavier Martinez Canillas2016-10-141-0/+7
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-141-11/+0
|\ \ \ \
| * | | | qedr: Add RoCE driver frameworkRam Amrani2016-10-141-11/+0
| |/ / /
* | | | Merge tag 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/dled...Linus Torvalds2016-10-149-53/+118
|\ \ \ \ | |/ / / |/| | |
| * | | net: hns: delete redundant broadcast packet filter processDaode Huang2016-10-031-10/+0
| * | | net: hns: bug fix about broadcast/multicast packetsDaode Huang2016-10-031-0/+16
| * | | net: hns: fix the bug of forwarding tableDaode Huang2016-10-033-5/+18
| * | | net: hns: fix port not available after testing loopbackKejian Yan2016-10-034-14/+7
| * | | net: hns: delete repeat read fbd num after whileDaode Huang2016-10-031-13/+2
| * | | net: hns: add fini_process for v2 napi processDaode Huang2016-10-031-7/+38
| * | | net: hns: bug fix about setting coalsecs-usecs to 0Daode Huang2016-10-032-0/+20
| * | | net: hns: fix port unavailable after hnae_reserve_buffer_map faillipeng2016-10-031-5/+18
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1415-83/+213
|\ \ \ \
| * | | | net: axienet: Remove unused parameter from __axienet_device_resetTobias Klauser2016-10-131-6/+5
| * | | | liquidio: CN23XX: fix a loop timeoutDan Carpenter2016-10-131-1/+1
| * | | | net: phy: Trigger state machine on state change and not polling.Andrew Lunn2016-10-131-2/+20
| * | | | netvsc: Remove mistaken udp.h inclusion.David S. Miller2016-10-131-1/+0
| * | | | xen-netback: fix type mismatch warningArnd Bergmann2016-10-131-3/+3
| * | | | stmmac: fix error check when init ptpGiuseppe CAVALLARO2016-10-132-6/+8
| * | | | stmmac: fix ptp init for gmac4Giuseppe CAVALLARO2016-10-131-5/+12
| * | | | qed: fix old-style function definitionArnd Bergmann2016-10-131-1/+1
| * | | | netvsc: fix checksum on UDP IPV6stephen hemminger2016-10-131-50/+22
| * | | | xen-netback: fix guest Rx stall detection (after guest Rx refactor)David Vrabel2016-10-131-0/+2
| * | | | net/mlx5: Add MLX5_ARRAY_SET64 to fix BUILD_BUG_ONTom Herbert2016-10-131-2/+2
| * | | | qmi_wwan: add support for Quectel EC21 and EC25Bjørn Mork2016-10-131-2/+28
| * | | | qed: Fix to use list_for_each_entry_safe() when delete itemsWei Yongjun2016-10-131-2/+2
| * | | | tlan: avoid unused label with PCI=nArnd Bergmann2016-10-131-1/+1
| * | | | xen-netback: (re-)create a debugfs node for hash informationPaul Durrant2016-10-133-2/+107
| | |_|/ | |/| |
* | | | Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-10-121-2/+2
|\ \ \ \ | |/ / / |/| | |
| * | | bonding: quit messing with IOCTLAl Viro2016-09-281-2/+2
* | | | treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-124-4/+0
* | | | kthread: kthread worker API cleanupPetr Mladek2016-10-121-5/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1132-954/+1043
|\ \ \ \
| * | | | be2net: Enable VF link state setting for BE3Suresh Reddy2016-10-091-1/+1
| * | | | be2net: Fix TX stats for TSO packetsSriharsha Basavapatna2016-10-091-2/+12
| * | | | be2net: Update Copyright string in be_hw.hSriharsha Basavapatna2016-10-091-1/+1
| * | | | be2net: NCSI FW section should be properly updated with ethtool for BE3Sriharsha Basavapatna2016-10-091-1/+23
| * | | | be2net: Provide an alternate way to read pf_num for BEx chipsSriharsha Basavapatna2016-10-092-1/+10