aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_type.h (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06ice: add ethtool -m support for reading i2c eeprom modulesScott W Taylor4-0/+226
2019-11-06net: annotate lockless accesses to sk->sk_max_ack_backlogEric Dumazet9-10/+10
2019-11-06net: annotate lockless accesses to sk->sk_ack_backlogEric Dumazet7-9/+9
2019-11-06net: use helpers to change sk_ack_backlogEric Dumazet16-21/+21
2019-11-06net: avoid potential false sharing in neighbor related codeEric Dumazet3-12/+12
2019-11-06inet_diag: use jiffies_delta_to_msecs()Eric Dumazet1-9/+6
2019-11-06net: neigh: use long type to store jiffies deltaEric Dumazet1-2/+2
2019-11-06tc-testing: updated pedit TDC testsRoman Mashak1-0/+250
2019-11-06selftests: devlink: undo changes at the end of resource_testJakub Kicinski1-0/+6
2019-11-06gianfar: Maximize Rx buffer sizeClaudiu Manoil1-4/+4
2019-11-06ehea: replace with page_shift() in ehea_is_hugepage()Yunfeng Ye1-4/+1
2019-11-06net: forcedeth: add xmit_more supportZhu Yanjun1-10/+49
2019-11-06selftests: bpf: log direct file writesJakub Kicinski1-6/+14
2019-11-06netdevsim: drop code duplicated by a mergeJakub Kicinski1-39/+8
2019-11-05r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2Kai-Heng Feng2-19/+46
2019-11-05cxgb4: Add pci reset handlerVishal Kulkarni1-9/+96
2019-11-05cnic: Set fp_hsi_ver as part of CLIENT_SETUP ramrodManish Rangankar1-0/+2
2019-11-05bnx2x: Fix PF-VF communication over multi-cos queues.Manish Chopra1-5/+11
2019-11-05bnx2x: Enable Multi-Cos feature.Sudarsana Reddy Kalluru1-1/+2
2019-11-05bnx2x: Utilize FW 7.13.15.0.Sudarsana Reddy Kalluru2-67/+67
2019-11-05net: ethernet: emac: Fix phy mode typeAndrew Lunn3-3/+5
2019-11-05net_sched: add TCA_STATS_PKT64 attributeEric Dumazet3-2/+10
2019-11-05net_sched: extend packet counter to 64bitEric Dumazet3-5/+4
2019-11-05net_sched: do not export gnet_stats_basic_packed to uapiEric Dumazet2-4/+6
2019-11-05net: dsa: mv88e6xxx: Add ATU occupancy via devlink resourcesAndrew Lunn1-4/+186
2019-11-05net: dsa: mv88e6xxx: global1_atu: Add helper for get nextAndrew Lunn4-10/+9
2019-11-05net: dsa: mv88e6xxx: global2: Expose ATU stats registerAndrew Lunn2-1/+43
2019-11-05net: dsa: mv88e6xxx: Add number of MACs in the ATUAndrew Lunn2-0/+31
2019-11-05net: dsa: Add support for devlink resourcesAndrew Lunn2-0/+53
2019-11-05net: dsa: bcm_sf2: Add support for optional reset controller lineFlorian Fainelli2-0/+22
2019-11-05dt-bindings: net: Describe BCM7445 switch reset propertyFlorian Fainelli1-0/+6
2019-11-05Change in Openvswitch to support MPLS label depth of 3 in ingress directionMartin Varghese4-33/+85
2019-11-05net: hns3: remove unused macrosColin Ian King2-4/+0
2019-11-05vsock: Simplify '__vsock_release()'Christophe JAILLET1-3/+1
2019-11-05net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli1-1/+2
2019-11-05tc-testing: added tests with cookie for mpls TC actionRoman Mashak1-0/+145
2019-11-05icmp: remove duplicate codeMatteo Croce6-30/+6
2019-11-05icmp: add helpers to recognize ICMP error packetsMatteo Croce2-0/+29
2019-11-05hv_netvsc: record hardware hash in skbStephen Hemminger3-1/+12
2019-11-05hv_netvsc: flag software created hash valueStephen Hemminger1-4/+3
2019-11-04i40e: implement VF stats NDOJesse Brandeburg3-0/+51
2019-11-04i40e: enable X710 supportAlice Michael1-0/+2
2019-11-04ixgbe: protect TX timestamping from API misuseManjunath Patil1-1/+2
2019-11-04fm10k: update driver version to match out-of-treeJacob Keller1-1/+1
2019-11-04ixgbe: Make use of cpumask_local_spread to improve RSS localityAlexander Duyck1-5/+3
2019-11-04fm10k: add support for ndo_get_vf_stats operationJacob Keller5-0/+56
2019-11-04fm10k: add missing field initializers to TLV attributes)Jacob Keller1-3/+3
2019-11-04ice: allow 3k MTU for XDPMaciej Fijalkowski1-2/+14
2019-11-04ice: add build_skb() supportMaciej Fijalkowski1-1/+59
2019-11-04ice: introduce frame padding computation logicMaciej Fijalkowski5-20/+114