summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2018-07-13net: mvpp2: define the number of RSS entries per table in mvpp2.hMaxime Chevallier2-3/+5
2018-07-13net: mvpp2: fix include guards in mvpp2_prs.hMaxime Chevallier1-3/+4
2018-07-13s390/qeth: speed-up IPv4 OSA xmitJulian Wiedmann1-12/+21
2018-07-13s390/qeth: speed-up L3 IQD xmitJulian Wiedmann1-83/+128
2018-07-13s390/qeth: add a L3 xmit wrapperJulian Wiedmann1-57/+65
2018-07-13s390/qeth: increase GSO max size for eligible L3 devicesJulian Wiedmann1-2/+3
2018-07-13s390/qeth: clean up exported symbolsJulian Wiedmann4-13/+8
2018-07-13s390/qeth: consolidate ccwgroup driver definitionJulian Wiedmann1-21/+21
2018-07-13s390/qeth: clean up Output Queue selectionJulian Wiedmann5-27/+27
2018-07-13s390/qeth: fine-tune RX modesettingJulian Wiedmann2-7/+5
2018-07-13s390/qeth: remove unused buffer->aob pointerJulian Wiedmann2-8/+0
2018-07-13s390/qeth: various buffer management cleanupsJulian Wiedmann1-46/+20
2018-07-13nfp: avoid using getnstimeofday64()Arnd Bergmann2-8/+6
2018-07-13liquidio: use ktime_get_real_ts64() instead of getnstimeofday64()Arnd Bergmann2-2/+2
2018-07-13tcp: use monotonic timestamps for PAWSArnd Bergmann1-1/+1
2018-07-12be2net: move rss_flags field in rss_info to ensure proper alignmentIvan Vecera1-1/+1
2018-07-12be2net: re-order fields in be_error_recovert to avoid holeIvan Vecera1-4/+5
2018-07-12be2net: remove unused tx_jiffies field from be_tx_statsIvan Vecera1-1/+0
2018-07-12be2net: move txcp field in be_tx_obj to eliminate holes in the structIvan Vecera1-1/+1
2018-07-12be2net: reorder fields in be_eq_obj structureIvan Vecera1-2/+2
2018-07-12be2net: remove desc field from be_eq_objIvan Vecera2-3/+4
2018-07-12be2net: remove unused old custom busy-poll fieldsIvan Vecera1-13/+0
2018-07-12be2net: remove unused old AIC infoIvan Vecera1-7/+0
2018-07-12net: ethernet: ti: cpts: break cycle once late ts is matchedIvan Khoronzhuk1-1/+4
2018-07-12mlxsw: spectrum_span: Change LAG lower selectionPetr Machata1-1/+4
2018-07-12team: Publish team_port_get_rcu()Petr Machata1-5/+0
2018-07-12macvlan: Change status when lower device goes downTravis Brown1-0/+1
2018-07-12Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller30-94/+111
2018-07-12cxgb4: expose stats fetched from firmware via debugfsRahul Lakkireddy1-0/+164
2018-07-12cxgb4: remove stats fetched from firmwareRahul Lakkireddy1-133/+0
2018-07-12net: mvpp2: explicitly include linux/interrupt.hAntoine Tenart1-0/+1
2018-07-12cnic: use kvzalloc to allocate memory for csk_tblJan Dakinevich1-3/+3
2018-07-12wimax/i2400m: remove redundant variables ack_status, bcf and protocolColin Ian King3-6/+2
2018-07-12cxgb4: specify IQTYPE in fw_iq_cmdArjun Vynipadath2-1/+15
2018-07-10mlxsw: resources: Add couple of Spectrum-2 KVD resourcesJiri Pirko1-0/+4
2018-07-10mlxsw: spectrum: Prepare for multiple FW versions for Spectrum and Spectrum-2Jiri Pirko2-16/+33
2018-07-10mlxsw: spectrum_acl: Implement priority setting for rules inserted to TCAMJiri Pirko4-7/+44
2018-07-10mlxsw: reg: Add priority field for PTCEV2 registerJiri Pirko3-4/+14
2018-07-10mlxsw: spectrum_acl: Move block items encoding into Spectrum opJiri Pirko4-45/+53
2018-07-10mlxsw: spectrum_acl: Convert mlxsw_afk_create args to opsJiri Pirko7-18/+29
2018-07-10mlxsw: spectrum_acl: Add tcam init/fini opsJiri Pirko5-69/+94
2018-07-10mlxsw: spectrum_acl: Split TCAM handling 3 waysJiri Pirko8-247/+622
2018-07-10mlxsw: spectrum_mr_tcam: Push Spectrum-specific operations into a separate fileJiri Pirko7-284/+455
2018-07-10mlxsw: spectrum_kvdl: Pass entry_count to free functionJiri Pirko6-13/+14
2018-07-10mlxsw: spectrum_kvdl: Pass entry type to alloc/freeJiri Pirko6-39/+82
2018-07-10mlxsw: spectrum_kvdl: Push out KVD linear management into opsJiri Pirko5-393/+516
2018-07-10net/mlx5: Use 2-factor allocator callsKees Cook1-5/+9
2018-07-09net: allow fallback function to pass netdevAlexander Duyck11-14/+15
2018-07-09net: allow ndo_select_queue to pass netdevAlexander Duyck26-34/+53
2018-07-09net: Add generic ndo_select_queue functionsAlexander Duyck3-25/+3