summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
* qede: Remove unnecessary datapath dereferenceMintz, Yuval2017-01-011-1/+1
* qede - mark SKB as encapsulatedManish Chopra2017-01-011-1/+3
* qede: Postpone reallocation until NAPI endMintz, Yuval2017-01-013-7/+26
* qed*: Change maximal number of queuesMintz, Yuval2017-01-013-8/+37
* qede: Split filtering logic to its own fileMintz, Yuval2017-01-014-655/+710
* qede: Break datapath logic into its own fileMintz, Yuval2017-01-014-1637/+1686
* qed*: Update to dual-licenseMintz, Yuval2017-01-0141-166/+1081
* net: 3com: typhoon: typhoon_init_one: make return values more specificThomas Preisner2016-12-301-8/+8
* net: 3com: typhoon: typhoon_init_one: fix incorrect return valuesThomas Preisner2016-12-301-3/+6
* liquidio: optimize reads from Octeon PCI consoleFelix Manlunas2016-12-294-8/+39
* stmmac: adding EEE to GMAC4jpinto2016-12-292-0/+71
* bnxt_en: Handle no aggregation ring gracefully.Michael Chan2016-12-292-4/+22
* bnxt_en: Set default completion ring for async events.Michael Chan2016-12-291-0/+30
* bnxt_en: Implement new scheme to reserve tx rings.Michael Chan2016-12-294-3/+83
* bnxt_en: Add IPV6 hardware RFS support.Michael Chan2016-12-292-19/+66
* bnxt_en: Assign additional vnics to VFs.Michael Chan2016-12-291-1/+4
* bnxt_en: Add new hardware RFS mode.Michael Chan2016-12-292-1/+27
* bnxt_en: Refactor code that determines RFS capability.Michael Chan2016-12-291-5/+33
* bnxt_en: Add function to get vnic capability.Michael Chan2016-12-293-0/+57
* bnxt_en: Refactor TPA code path.Michael Chan2016-12-291-1/+2
* bnxt_en: Fix and clarify link_info->advertising.Michael Chan2016-12-293-5/+6
* bnxt_en: Improve the IRQ disable sequence during shutdown.Michael Chan2016-12-291-43/+46
* bnxt_en: Use napi_complete_done()Michael Chan2016-12-291-2/+3
* bnxt_en: Remove busy poll logic in the driver.Michael Chan2016-12-292-149/+3
* stmmac: enable rx queuesjpinto2016-12-295-0/+56
* net: Use kmemdup instead of kmalloc and memcpyShyam Saini2016-12-291-2/+1
* fddi: skfp: Use more common logging stylesJoe Perches2016-12-2912-237/+232
* skfp: hwmtm: Use proper logging macros, correct mismatchesJoe Perches2016-12-292-94/+106
* driver: ipvlan: Remove unnecessary ipvlan NULL check in ipvlan_count_rxGao Feng2016-12-281-3/+0
* driver: ipvlan: Define common functions to decrease duplicated codes used to ...Gao Feng2016-12-281-39/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-277-29/+59
|\
| * net: stmmac: fix incorrect bit set in gmac4 mdio addr registerKweh, Hock Leong2016-12-271-1/+3
| * r8169: add support for RTL8168 series add-on card.Chun-Hao Lin2016-12-271-0/+1
| * net: korina: Fix NAPI versus resources freeingFlorian Fainelli2016-12-261-4/+4
| * net/mlx4_en: Fix user prio field in XDP forwardTariq Toukan2016-12-231-1/+2
| * ipvlan: fix multicast processingMahesh Bandewar2016-12-232-11/+20
| * ipvlan: fix various issues in ipvlan_process_multicast()Eric Dumazet2016-12-232-14/+31
* | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-2521-43/+41
|\ \
| * | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-258-17/+15
| * | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-2513-26/+26
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-251-2/+2
|\ \ \ | |/ / |/| |
| * | cpu/hotplug: Cleanup state namesThomas Gleixner2016-12-251-2/+2
| |/
* / Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24113-113/+113
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-2316-127/+170
|\
| * virtio-net: XDP support for small buffersJason Wang2016-12-231-25/+87
| * virtio-net: remove big packet XDP codesJason Wang2016-12-231-41/+3
| * virtio-net: forbid XDP when VIRTIO_NET_F_GUEST_UFO is supportJason Wang2016-12-231-1/+3
| * virtio-net: make rx buf size estimation works for XDPJason Wang2016-12-231-0/+3
| * virtio-net: unbreak csumed packets for XDP_PASSJason Wang2016-12-231-2/+2
| * virtio-net: correctly handle XDP_PASS for linearized packetsJason Wang2016-12-231-2/+8