| Commit message (Expand) | Author | Files | Lines |
2021-08-17 | octeontx2-pf: Unify flow management variables | Sunil Goutham | 4 | -46/+80 |
2021-08-17 | octeontx2-pf: Sort the allocated MCAM entry indices | Sunil Goutham | 1 | -0/+15 |
2021-08-17 | octeontx2-pf: Ntuple filters support for VF netdev | Rakesh Babu | 5 | -60/+98 |
2021-08-17 | octeontx2-pf: Enable NETIF_F_RXALL support for VF driver | Sunil Goutham | 2 | -4/+4 |
2021-08-17 | octeontx2-af: Add debug messages for failures | Sunil Goutham | 1 | -19/+73 |
2021-08-17 | octeontx2-af: add proper return codes for AF mailbox handlers | Naveen Mamindlapalli | 4 | -21/+47 |
2021-08-17 | octeontx2-af: Modify install flow error codes | Subbaraya Sundeep | 2 | -8/+15 |
2021-08-17 | tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQD | Luke Hsiao | 1 | -2/+1 |
2021-08-17 | MAINTAINERS: Update for ptp_ocp driver. | Jonathan Lemon | 1 | -0/+6 |
2021-08-17 | ptp: ocp: Have Kconfig select NET_DEVLINK | Jonathan Lemon | 1 | -0/+1 |
2021-08-17 | ptp: ocp: Fix error path for pci_ocp_device_init() | Jonathan Lemon | 1 | -3/+4 |
2021-08-17 | ptp: ocp: Fix uninitialized variable warning spotted by clang. | Jonathan Lemon | 1 | -1/+1 |
2021-08-17 | net/mlx5: Bridge, support LAG | Vlad Buslov | 3 | -48/+159 |
2021-08-17 | net/mlx5: Bridge, allow merged eswitch connectivity | Vlad Buslov | 5 | -28/+112 |
2021-08-17 | net/mlx5: Bridge, extract FDB delete notification to function | Vlad Buslov | 1 | -14/+13 |
2021-08-17 | net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pair | Vlad Buslov | 6 | -208/+263 |
2021-08-17 | net/mlx5: Bridge, obtain core device from eswitch instead of priv | Vlad Buslov | 1 | -4/+2 |
2021-08-17 | net/mlx5: Bridge, release bridge in same function where it is taken | Vlad Buslov | 1 | -7/+9 |
2021-08-17 | net/mlx5e: Support MQPRIO channel mode | Tariq Toukan | 3 | -8/+102 |
2021-08-17 | net/mlx5e: Handle errors of netdev_set_num_tc() | Tariq Toukan | 1 | -6/+14 |
2021-08-17 | net/mlx5e: Maintain MQPRIO mode parameter | Tariq Toukan | 2 | -17/+28 |
2021-08-17 | net/mlx5e: Abstract MQPRIO params | Tariq Toukan | 6 | -25/+37 |
2021-08-17 | net/mlx5e: Support flow classification into RSS contexts | Tariq Toukan | 5 | -21/+131 |
2021-08-17 | net/mlx5e: Support multiple RSS contexts | Tariq Toukan | 5 | -51/+273 |
2021-08-17 | net/mlx5e: Dynamically allocate TIRs in RSS contexts | Tariq Toukan | 1 | -13/+56 |
2021-08-17 | net/mlx5e: Convert RSS to a dedicated object | Tariq Toukan | 5 | -428/+604 |
2021-08-17 | net/mlx5e: Introduce abstraction of RSS context | Tariq Toukan | 3 | -73/+105 |
2021-08-17 | net/mlx5e: Introduce TIR create/destroy API in rx_res | Tariq Toukan | 1 | -57/+83 |
2021-08-17 | net/mlx5e: Do not try enable RSS when resetting indir table | Tariq Toukan | 1 | -5/+2 |
2021-08-17 | net: hns3: add support ethtool extended link state | Guangbin Huang | 5 | -0/+101 |
2021-08-17 | net: hns3: add header file hns3_ethtoo.h | Guangbin Huang | 2 | -15/+26 |
2021-08-17 | ethtool: add two link extended substates of bad signal integrity | Guangbin Huang | 1 | -0/+2 |
2021-08-17 | docs: ethtool: Add two link extended substates of bad signal integrity | Guangbin Huang | 1 | -0/+8 |
2021-08-16 | bonding: improve nl error msg when device can't be enslaved because of IFF_MA... | Antoine Tenart | 1 | -1/+1 |
2021-08-16 | net: bridge: mcast: account for ipv6 size when dumping querier state | Nikolay Aleksandrov | 1 | -1/+7 |
2021-08-16 | net: bridge: mcast: drop sizeof for nest attribute's zero size | Nikolay Aleksandrov | 1 | -1/+1 |
2021-08-16 | net: bridge: mcast: don't dump querier state if snooping is disabled | Nikolay Aleksandrov | 1 | -0/+4 |
2021-08-16 | net: stmmac: add ethtool per-queue irq statistic support | Vijayakannan Ayyathurai | 3 | -0/+6 |
2021-08-16 | net: stmmac: add ethtool per-queue statistic framework | Vijayakannan Ayyathurai | 3 | -1/+80 |
2021-08-16 | net: stmmac: fix INTR TBU status affecting irq count statistic | Voon Weifeng | 1 | -2/+3 |
2021-08-16 | net: dsa: sja1105: reorganize probe, remove, setup and teardown ordering | Vladimir Oltean | 1 | -198/+199 |
2021-08-16 | r8169: rename rtl_csi_access_enable to rtl_set_aspm_entry_latency | Heiner Kallweit | 1 | -4/+7 |
2021-08-16 | net: mscc: ocelot: convert to phylink | Vladimir Oltean | 8 | -254/+329 |
2021-08-16 | net: dsa: felix: stop calling ocelot_port_{enable,disable} | Vladimir Oltean | 4 | -38/+9 |
2021-08-16 | s390/net: replace in_irq() with in_hardirq() | Changbin Du | 2 | -2/+2 |
2021-08-16 | net: dsa: tag_8021q: fix notifiers broadcast when they shouldn't, and vice versa | Vladimir Oltean | 1 | -4/+4 |
2021-08-16 | ptp: ocp: don't allow on S390 | Randy Dunlap | 1 | -0/+1 |
2021-08-16 | af_unix: check socket state when queuing OOB | Rao Shoaib | 1 | -2/+9 |
2021-08-16 | net: phy: marvell: Add WAKE_PHY support to WOL event | Song Yoong Siang | 1 | -3/+36 |
2021-08-16 | net: pcs: xpcs: Add Pause Mode support for SGMII and 2500BaseX | Wong Vee Khee | 1 | -0/+4 |