summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* r8169: don't activate ASPM in chip if OS can't control ASPMHeiner Kallweit2019-06-221-2/+6
* PCI: let pci_disable_link_state propagate errorsHeiner Kallweit2019-06-221-9/+11
* net: stmmac: initialize the reset delay arrayMartin Blumenstingl2019-06-191-1/+1
* xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2019-06-191-3/+0
* mlx5: more strict use of page_pool APIJesper Dangaard Brouer2019-06-192-5/+7
* page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer2019-06-191-3/+3
* veth: use xdp_release_frame for XDP_PASSJesper Dangaard Brouer2019-06-191-0/+1
* net: netsec: remove loops in napi Rx processIlias Apalodimas2019-06-191-9/+2
* net: netsec: initialize tx ring on ndo_openIlias Apalodimas2019-06-191-14/+18
* net: dsa: mv88e6xxx: fix shift of FID bits in mv88e6250_g1_vtu_loadpurge()Rasmus Villemoes2019-06-191-1/+1
* mlxsw: spectrum_flower: Implement support for ingress device matchingJiri Pirko2019-06-193-9/+59
* mlxsw: spectrum_acl: Fix SRC_SYS_PORT element sizeJiri Pirko2019-06-192-5/+5
* mlxsw: spectrum_acl: Avoid size check for RX_ACL_SYSTEM_PORT elementJiri Pirko2019-06-193-8/+13
* mlxsw: spectrum_acl: Write RX_ACL_SYSTEM_PORT acl element correctlyJiri Pirko2019-06-193-10/+21
* net/mlx5: add missing void argument to function mlx5_devlink_allocColin Ian King2019-06-191-1/+1
* net: mvpp2: cls: Add steering based on vlan Id and priority.Maxime Chevallier2019-06-192-34/+86
* net: mvpp2: cls: right-justify the C2 TCAM keysMaxime Chevallier2019-06-191-7/+7
* net: mvpp2: cls: Only select applicable flows of classification offloadMaxime Chevallier2019-06-191-0/+3
* net: mvpp2: cls: Use a dedicated lu_type for the RSS lookupMaxime Chevallier2019-06-192-2/+7
* macb: Add support for SiFive FU540-C000Yash Shah2019-06-191-0/+123
* hinic: add support for rss parameters with ethtoolXue Chaojing2019-06-195-1/+479
* hinic: move ethtool code into hinic_ethtoolXue Chaojing2019-06-194-134/+167
* hinic: add rss supportXue Chaojing2019-06-197-8/+541
* net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King2019-06-191-3/+10
* net: hns3: Add missing newline at end of fileGeert Uytterhoeven2019-06-191-1/+1
* qed: Fix -Wmaybe-uninitialized false positiveArnd Bergmann2019-06-181-0/+1
* ps3_gelic: Use [] to denote a flexible array memberGeert Uytterhoeven2019-06-181-1/+1
* ipoib: correcly show a VF hardware addressDenis Kirjanov2019-06-181-0/+1
* ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel2019-06-182-9/+0
* mlxsw: spectrum_router: Create IPv6 multipath routes in one goIdo Schimmel2019-06-181-13/+23
* mlxsw: spectrum_router: Add / delete multiple IPv6 nexthopsIdo Schimmel2019-06-181-22/+39
* mlxsw: spectrum_router: Pass array of routes to route handling functionsIdo Schimmel2019-06-181-4/+10
* mlxsw: spectrum_router: Adjust IPv6 replace logic to new notificationsIdo Schimmel2019-06-181-7/+7
* mlxsw: spectrum_router: Pass multiple routes to work itemIdo Schimmel2019-06-181-7/+65
* mlxsw: spectrum_router: Prepare function to return errorsIdo Schimmel2019-06-181-3/+11
* mlxsw: spectrum_router: Remove processing of IPv6 append notificationsIdo Schimmel2019-06-181-2/+0
* netdevsim: Ignore IPv6 multipath notificationsIdo Schimmel2019-06-181-0/+7
* mlxsw: spectrum_router: Ignore IPv6 multipath notificationsIdo Schimmel2019-06-181-0/+2
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2019-06-185-335/+440
|\
| * iavf: allow null RX descriptorsMitch Williams2019-06-181-3/+18
| * iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt2019-06-181-1/+8
| * iavf: Refactor init state machineJakub Pawlak2019-06-181-190/+261
| * iavf: Refactor the watchdog state machineJan Sokolowski2019-06-182-30/+44
| * iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak2019-06-184-45/+31
| * iavf: Move commands processing to the separate functionJakub Pawlak2019-06-181-92/+105
| * iavf: Fix the math for valid length for ADq enableAvinash Dayanand2019-06-181-1/+1
| * iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov2019-06-181-1/+1
| * iavf: wait longer for close to completeMitch Williams2019-06-181-1/+1
| * iavf: use signed variableMitch Williams2019-06-181-1/+1
| * iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin2019-06-181-2/+1