aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-08sfc: move common rx codeAlex Maftei (amaftei)6-375/+383
2020-01-08sfc: move event queue management codeAlex Maftei (amaftei)2-92/+91
2020-01-08sfc: move channel interrupt management codeAlex Maftei (amaftei)2-316/+322
2020-01-08sfc: move channel alloc/removal codeAlex Maftei (amaftei)5-435/+441
2020-01-08sfc: move channel start/stop codeAlex Maftei (amaftei)3-188/+190
2020-01-08sfc: move some channel-related codeAlex Maftei (amaftei)3-170/+190
2020-01-08sfc: move struct init and fini codeAlex Maftei (amaftei)2-371/+415
2020-01-08sfc: move some device reset codeAlex Maftei (amaftei)2-227/+237
2020-01-08sfc: move datapath management codeAlex Maftei (amaftei)2-303/+335
2020-01-08sfc: move mac configuration and status functionsAlex Maftei (amaftei)2-44/+45
2020-01-08sfc: move reset workqueue codeAlex Maftei (amaftei)3-17/+70
2020-01-08sfc: further preparation for code splitAlex Maftei (amaftei)2-26/+20
2020-01-08sfc: add new headers in preparation for code splitAlex Maftei (amaftei)19-141/+365
2020-01-08net: 3com: 3c59x: remove set but not used variable 'mii_reg1'yu kuai1-2/+2
2020-01-08Merge tag 'mlx5-updates-2020-01-07' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller14-150/+676
2020-01-07ptp: clockmatrix: Rework clockmatrix version information.Vincent Cheng2-64/+15
2020-01-07enetc: Fix inconsistent IS_ERR and PTR_ERRYueHaibing1-1/+1
2020-01-07enetc: Fix an off by one in enetc_setup_tc_txtime()Dan Carpenter1-1/+1
2020-01-07drivers: net: cisco_hdlc: use __func__ in debug messageChen Zhou1-2/+2
2020-01-07net: ch9200: remove unnecessary returnChen Zhou1-2/+0
2020-01-07net: ch9200: use __func__ in debug messageChen Zhou1-11/+11
2020-01-07ionic: clear compiler warning on hb use before setShannon Nelson1-1/+1
2020-01-07ionic: restrict received packets to mtu sizeShannon Nelson1-2/+9
2020-01-07ionic: add Rx dropped packet counterShannon Nelson3-3/+11
2020-01-07ionic: drop use of subdevice tagsShannon Nelson1-4/+0
2020-01-07net/mlx5: DR, Create multiple destination action from dr_create_fteAlex Vesker1-16/+72
2020-01-07net/mlx5: DR, Add support for multiple destination table actionAlex Vesker3-0/+132
2020-01-07net/mlx5: DR, Align dest FT action creation to APIAlex Vesker4-17/+23
2020-01-07net/mlx5: DR, Pass table flags at creation to lower layerErez Shitrit4-4/+10
2020-01-07net/mlx5: DR, Create multi-destination table for SW-steering useErez Shitrit2-0/+75
2020-01-07net/mlx5: DR, Create FTE entry in the FW from SW-steeringErez Shitrit2-0/+242
2020-01-07net/mlx5: DR, Use attributes struct for FW flow table creationAlex Vesker4-35/+50
2020-01-07net/mlx5: Use async EQ setup cleanup helpers for multiple EQsParav Pandit1-65/+49
2020-01-07net/mlx5: Reduce No CQ found log level from warn to debugParav Pandit1-1/+2
2020-01-07net/mlx5: Increase the max number of channels to 128Fan Li3-10/+12
2020-01-07net/mlx5e: Support accept action on nic tableTonghao Zhang1-0/+4
2020-01-07mlx5: work around high stack usage with gccArnd Bergmann1-0/+3
2020-01-07net/mlx5: limit the function in local scopeZhu Yanjun1-2/+2
2020-01-06Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller7-1/+976
2020-01-06net: dsa: mv88e6xxx: Unique ATU and VTU IRQ namesAndrew Lunn3-2/+10
2020-01-06net: dsa: mv88e6xxx: Unique g2 IRQ nameAndrew Lunn2-1/+5
2020-01-06net: dsa: mv88e6xxx: Unique watchdog IRQ nameAndrew Lunn2-1/+5
2020-01-06net: dsa: mv88e6xxx: Unique SERDES interrupt namesAndrew Lunn2-1/+6
2020-01-06net: dsa: mv88e6xxx: Unique IRQ nameAndrew Lunn2-1/+5
2020-01-06igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes2-1/+6
2020-01-06igc: Add support for ethtool GET_TS_INFO commandVinicius Costa Gomes1-0/+34
2020-01-06igc: Add support for TX timestampingVinicius Costa Gomes4-0/+158
2020-01-06igc: Add support for RX timestampingVinicius Costa Gomes5-0/+340
2020-01-06epic100: allow nesting of ethtool_ops begin() and complete()Michal Kubecek1-2/+5
2020-01-06via-velocity: allow nesting of ethtool_ops begin() and complete()Michal Kubecek2-4/+11