summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: mv88e6xxx: remove Global 2 setupVivien Didelot2018-04-293-31/+0
* net: dsa: mv88e6xxx: move device mapping setupVivien Didelot2018-04-293-32/+44
* net: dsa: mv88e6xxx: move trunk setupVivien Didelot2018-04-293-6/+21
* net: phy: Fix modular PHYLIB buildFlorian Fainelli2018-04-282-49/+2
* drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang2018-04-276-24/+7
* ptp_pch: use helpers function for converting between ns and timespecYueHaibing2018-04-271-5/+2
* bnxt_en: Reserve rings at driver open if none was reserved at probe time.Michael Chan2018-04-271-0/+31
* bnxt_en: Reserve RSS and L2 contexts for VF.Michael Chan2018-04-273-5/+14
* bnxt_en: Don't reserve rings on VF when min rings were not provisioned by PF.Michael Chan2018-04-271-1/+26
* bnxt_en: Reserve rings in bnxt_set_channels() if device is down.Michael Chan2018-04-271-0/+2
* bnxt_en: add debugfs support for DIMAndy Gospodarek2018-04-275-0/+156
* bnxt_en: reduce timeout on initial HWRM callsAndy Gospodarek2018-04-272-3/+29
* bnxt_en: Increase RING_IDLE minimum threshold to 50Andy Gospodarek2018-04-271-1/+1
* bnxt_en: Do not allow VF to read EEPROM.Michael Chan2018-04-271-0/+5
* bnxt_en: Display function level rx/tx_discard_pkts via ethtoolVasundhara Volam2018-04-271-0/+33
* bnxt_en: Simplify ring alloc/free error messages.Michael Chan2018-04-271-37/+6
* bnxt_en: Do not set firmware time from VF driver on older firmware.Michael Chan2018-04-271-1/+2
* bnxt_en: Check the lengths of encapsulated firmware responses.Michael Chan2018-04-272-0/+21
* bnxt_en: Remap TC to hardware queues when configuring PFC.Michael Chan2018-04-271-41/+60
* bnxt_en: Add TC to hardware QoS queue mapping logic.Michael Chan2018-04-273-24/+47
* hv_netvsc: simplify receive side calling argumentsStephen Hemminger2018-04-271-32/+26
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-27195-4624/+222
* geneve: fix build with modular IPV6Tobias Regnery2018-04-271-0/+1
* s390/qeth: improve fallback to random MAC addressJulian Wiedmann2018-04-271-10/+13
* s390/qeth: add IPv6 RX checksum offload supportKittipon Meesompop2018-04-273-8/+33
* s390/qeth: add IPv6 TX checksum offload supportKittipon Meesompop2018-04-275-15/+38
* s390/qeth: extend Checksum Offload Assists for IPv6Kittipon Meesompop2018-04-273-52/+60
* s390/qeth: query IPv6 assists during hardsetupKittipon Meesompop2018-04-272-8/+5
* s390/qeth: add stats counter for RX csum offloadKittipon Meesompop2018-04-272-3/+9
* s390/qeth: disregard IPv4 header for RX csum offloadJulian Wiedmann2018-04-271-1/+0
* s390/qeth: extract csum offload helpersJulian Wiedmann2018-04-273-59/+33
* s390/qeth: de-indent else after returnKittipon Meesompop2018-04-271-22/+21
* s390/net: set HW port number in netdeviceUrsula Braun2018-04-274-0/+7
* s390/qeth: don't worry about IPs on VLAN removalJulian Wiedmann2018-04-271-87/+0
* s390/qeth: convert vlan spinlock to mutexJulian Wiedmann2018-04-273-9/+10
* s390/qeth: skip QDIO queue handler indirectionJulian Wiedmann2018-04-274-31/+13
* liquidio: add support for ndo_get_stats64 instead of ndo_get_statsPradeep Nalla2018-04-275-71/+135
* liquidio: move a couple of functions to lio_core.cPradeep Nalla2018-04-273-157/+154
* phy: Temporary build fix after phylib changes.David S. Miller2018-04-271-2/+1
* net: dsa: loop: Hook PHY statisticsFlorian Fainelli2018-04-271-2/+3
* net: dsa: b53: Add support for reading PHY statisticsFlorian Fainelli2018-04-273-10/+70
* net: dsa: Pass stringset to ethtool operationsFlorian Fainelli2018-04-278-16/+64
* net: Move PHY statistics code into PHY library helpersFlorian Fainelli2018-04-271-0/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-04-263-114/+125
|\
| * nfp: bpf: optimize comparisons to negative constantsJakub Kicinski2018-04-252-13/+35
| * nfp: bpf: tabularize generations of compare operationsJakub Kicinski2018-04-251-107/+61
| * nfp: bpf: optimize add/sub of a negative constantJakub Kicinski2018-04-251-0/+35
| * nfp: bpf: remove double spaceJakub Kicinski2018-04-251-1/+1
| * bpf: fix virtio-net's length calc for XDP_PASSNikita V. Shirokov2018-04-231-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-04-251-1/+10
|\ \