summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-08-17iavf: use mutexes for locking of critical sectionsStefan Assmann3-63/+56
2021-08-17selftests: net: improved IOAM testsJustin Iurman2-401/+1074
2021-08-17Merge branch 'bridge-vlan-fixes'David S. Miller5-17/+48
2021-08-17net: bridge: mcast: toggle also host vlan state in br_multicast_toggle_vlanNikolay Aleksandrov2-7/+4
2021-08-17net: bridge: mcast: use the correct vlan group helperNikolay Aleksandrov1-2/+3
2021-08-17net: bridge: vlan: account for router port lists when notifyingNikolay Aleksandrov3-8/+40
2021-08-17net: bridge: vlan: enable mcast snooping for existing master vlansNikolay Aleksandrov1-0/+1
2021-08-17Merge branch 'octeonx2-mcam-management-rework'David S. Miller16-173/+585
2021-08-17octeontx2-af: configure npc for cn10k to allow packets from cptVidya1-1/+11
2021-08-17octeontx2-af: cn10K: Get NPC counters valueHariprasad Kelam2-8/+20
2021-08-17octeontx2-af: Allocate low priority entries for PFSubbaraya Sundeep1-0/+12
2021-08-17octeontx2-pf: devlink params support to set mcam entry countSunil Goutham8-17/+221
2021-08-17octeontx2-pf: Unify flow management variablesSunil Goutham4-46/+80
2021-08-17octeontx2-pf: Sort the allocated MCAM entry indicesSunil Goutham1-0/+15
2021-08-17octeontx2-pf: Ntuple filters support for VF netdevRakesh Babu5-60/+98
2021-08-17octeontx2-pf: Enable NETIF_F_RXALL support for VF driverSunil Goutham2-4/+4
2021-08-17octeontx2-af: Add debug messages for failuresSunil Goutham1-19/+73
2021-08-17octeontx2-af: add proper return codes for AF mailbox handlersNaveen Mamindlapalli4-21/+47
2021-08-17octeontx2-af: Modify install flow error codesSubbaraya Sundeep2-8/+15
2021-08-17Merge tag 'mlx5-updates-2021-08-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller19-716/+1696
2021-08-16tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao1-2/+1
2021-08-16Merge branch 'ptp-ocp-minor-updates-and-fixes'Jakub Kicinski3-4/+12
2021-08-16MAINTAINERS: Update for ptp_ocp driver.Jonathan Lemon1-0/+6
2021-08-16ptp: ocp: Have Kconfig select NET_DEVLINKJonathan Lemon1-0/+1
2021-08-16ptp: ocp: Fix error path for pci_ocp_device_init()Jonathan Lemon1-3/+4
2021-08-16ptp: ocp: Fix uninitialized variable warning spotted by clang.Jonathan Lemon1-1/+1
2021-08-16net/mlx5: Bridge, support LAGVlad Buslov3-48/+159
2021-08-16net/mlx5: Bridge, allow merged eswitch connectivityVlad Buslov5-28/+112
2021-08-16net/mlx5: Bridge, extract FDB delete notification to functionVlad Buslov1-14/+13
2021-08-16net/mlx5: Bridge, identify port by vport_num+esw_owner_vhca_id pairVlad Buslov6-208/+263
2021-08-16net/mlx5: Bridge, obtain core device from eswitch instead of privVlad Buslov1-4/+2
2021-08-16net/mlx5: Bridge, release bridge in same function where it is takenVlad Buslov1-7/+9
2021-08-16net/mlx5e: Support MQPRIO channel modeTariq Toukan3-8/+102
2021-08-16net/mlx5e: Handle errors of netdev_set_num_tc()Tariq Toukan1-6/+14
2021-08-16net/mlx5e: Maintain MQPRIO mode parameterTariq Toukan2-17/+28
2021-08-16net/mlx5e: Abstract MQPRIO paramsTariq Toukan6-25/+37
2021-08-16net/mlx5e: Support flow classification into RSS contextsTariq Toukan5-21/+131
2021-08-16net/mlx5e: Support multiple RSS contextsTariq Toukan5-51/+273
2021-08-16net/mlx5e: Dynamically allocate TIRs in RSS contextsTariq Toukan1-13/+56
2021-08-16net/mlx5e: Convert RSS to a dedicated objectTariq Toukan5-428/+604
2021-08-16net/mlx5e: Introduce abstraction of RSS contextTariq Toukan3-73/+105
2021-08-16net/mlx5e: Introduce TIR create/destroy API in rx_resTariq Toukan1-57/+83
2021-08-16net/mlx5e: Do not try enable RSS when resetting indir tableTariq Toukan1-5/+2
2021-08-16Merge branch 'net-hns3-add-support-ethtool-extended-link-state'Jakub Kicinski7-15/+137
2021-08-16net: hns3: add support ethtool extended link stateGuangbin Huang5-0/+101
2021-08-16net: hns3: add header file hns3_ethtoo.hGuangbin Huang2-15/+26
2021-08-16ethtool: add two link extended substates of bad signal integrityGuangbin Huang1-0/+2
2021-08-16docs: ethtool: Add two link extended substates of bad signal integrityGuangbin Huang1-0/+8
2021-08-16bonding: improve nl error msg when device can't be enslaved because of IFF_MA...Antoine Tenart1-1/+1
2021-08-16Merge branch 'bridge-mcast-fixes'David S. Miller1-2/+12