summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2018-01-19nfp: bpf: disable all ctrl vNIC capabilitiesJakub Kicinski1-1/+1
2018-01-19nfp: allow apps to disable ctrl vNIC capabilitiesJakub Kicinski4-0/+12
2018-01-19nfp: split reading capabilities out of nfp_net_init()Jakub Kicinski1-11/+20
2018-01-19nfp: read mailbox address from TLV capsJakub Kicinski3-10/+46
2018-01-19nfp: read ME frequency from vNIC ctrl memoryJakub Kicinski5-13/+19
2018-01-19nfp: add TLV capabilities to the BARJakub Kicinski5-3/+186
2018-01-19nfp: improve app not found messageJakub Kicinski1-1/+1
2018-01-19nfp: protect each repr pointer individually with RCUJakub Kicinski3-63/+68
2018-01-19nfp: add nfp_reprs_get_locked() helperJakub Kicinski3-5/+13
2018-01-19nfp: register devlink after app is createdJakub Kicinski3-36/+29
2018-01-19nfp: release global resources only on the remove pathJakub Kicinski1-23/+13
2018-01-19nfp: core: make scalar CPP helpers fail on short accessesJakub Kicinski4-45/+58
2018-01-19net/mlx5e: Add likely to the common RX checksum flowGal Pressman1-1/+1
2018-01-19net/mlx5e: Extend the stats group API to have update_stats()Kamal Heib5-175/+250
2018-01-19net/mlx5e: Merge per priority stats groupsKamal Heib1-8/+25
2018-01-19net/mlx5e: Add per-channel counters infrastructure, use it upon TX timeoutEran Ben Elisha4-0/+29
2018-01-19net/mlx5e: Poll event queue upon TX timeout before performing full channels r...Eran Ben Elisha3-15/+55
2018-01-19net/mlx5e: Add Event Queue meta data info for TX timeout logsEran Ben Elisha1-0/+12
2018-01-19net/mlx5e: Print delta since last transmit per SQ upon TX timeoutEran Ben Elisha1-3/+5
2018-01-19net/mlx5e: Set hairpin queue sizeOr Gerlitz1-3/+8
2018-01-19net/mlx5: Enable setting hairpin queue sizeOr Gerlitz1-0/+2
2018-01-19net/mlx5e: Add RSS support for hairpinOr Gerlitz3-13/+205
2018-01-19net/mlx5: Vectorize the low level core hairpin objectOr Gerlitz2-36/+64
2018-01-19net/mlx5e: Enlarge the NIC TC offload steering prio to support two levelsOr Gerlitz1-1/+4
2018-01-19net/mlx5e: Refactor RSS related objects and codeOr Gerlitz3-53/+103
2018-01-19net/mlx5e: Set per priority hairpin pairsOr Gerlitz1-7/+57
2018-01-19net/mlx5e: Use vhca id as the hairpin peer identifierOr Gerlitz1-8/+12
2018-01-19cxgb4: IPv6 filter takes 2 tidsGanesh Goudar1-33/+80
2018-01-19cxgb4: use zlib deflate to compress firmware dumpRahul Lakkireddy7-3/+169
2018-01-19cxgb4: update dump collection logic to use compressionRahul Lakkireddy6-147/+207
2018-01-19mlxsw: spectrum: Make function mlxsw_sp_kvdl_part_occ() staticWei Yongjun1-1/+1
2018-01-19forcedeth: remove unused variableZhu Yanjun1-5/+3
2018-01-18ibmvnic: Fix IPv6 packet descriptorsThomas Falcon1-9/+11
2018-01-18ibmvnic: Fix IP offload control bufferThomas Falcon1-0/+4
2018-01-18mlxsw: spectrum_router: Free LPM tree upon failureIdo Schimmel1-6/+14
2018-01-18nfp: bpf: add short busy wait for FW repliesJakub Kicinski1-1/+8
2018-01-18bpf: offload: allow array map offloadJakub Kicinski1-0/+2
2018-01-18net/mlx5e: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-18fm10k: mark PM functions as __maybe_unusedArnd Bergmann1-7/+2
2018-01-18nfp: bpf: set new jit info fieldsJiong Wang1-1/+9
2018-01-17Net: ethernet: ti: netcp: Fix inbound ping crash if MTU size is greater than ...Rex Chang1-1/+1
2018-01-17cxgb4: restructure VF mgmt codeGanesh Goudar2-204/+190
2018-01-17net: fs_enet: do not call phy_stop() in interruptsChristophe Leroy2-3/+14
2018-01-17mlxsw: spectrum_acl: Pass mlxsw_sp_port down to ruleset bind/unbind opsJiri Pirko3-20/+17
2018-01-17mlxsw: spectrum_acl: Implement TC block sharingJiri Pirko4-95/+401
2018-01-17mlxsw: spectrum_acl: Don't store netdev and ingress for ruleset unbindJiri Pirko3-21/+24
2018-01-17mlxsw: spectrum_acl: Reshuffle code around mlxsw_sp_acl_ruleset_create/destroyJiri Pirko1-56/+46
2018-01-17bnxt_en: export a common switchdev PARENT_ID for all reps of an adapterSathya Perla5-7/+40
2018-01-17bnxt_en: Add cache line size setting to optimize performance.Michael Chan1-0/+24
2018-01-17bnxt_en: Forward VF MAC address to the PF.Vasundhara Volam3-7/+51