aboutsummaryrefslogtreecommitdiffstats
path: root/.mailmap (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18octeontx2-pf: Allow VLAN priority also in ntuple filtersSubbaraya Sundeep1-5/+0
2021-08-18selftests: vrf: Add test for SNAT over VRFLahav Schlesinger1-0/+28
2021-08-18net: net_namespace: Optimize the codeYajun Deng1-28/+24
2021-08-18net: dsa: tag_sja1105: be dsa_loop-safeVladimir Oltean4-16/+48
2021-08-18selftests: nci: Add the NCI testcase reading T4T TagBongsu Jeon1-5/+287
2021-08-18selftests: nci: Extract the start/stop discovery functionBongsu Jeon1-15/+38
2021-08-18selftests: nci: Add the flags parameter for the send_cmd_mt_nlaBongsu Jeon1-8/+8
2021-08-18selftests: nci: Fix the wrong conditionBongsu Jeon1-1/+1
2021-08-18selftests: nci: Fix the code for next nlattr offsetBongsu Jeon1-2/+2
2021-08-18selftests: nci: Fix the typoBongsu Jeon1-12/+12
2021-08-18selftests: nci: Remove the polling code to read a NCI frameBongsu Jeon1-22/+11
2021-08-18nfc: virtual_ncidev: Use wait queue instead of pollingBongsu Jeon1-2/+7
2021-08-18net: procfs: add seq_puts() statement for dev_mcastYajun Deng1-11/+13
2021-08-18net: RxRPC: make dependent Kconfig symbols be shown indentedRandy Dunlap1-3/+4
2021-08-18selftests: mptcp: delete uncontinuous removing idsGeliang Tang1-4/+6
2021-08-18selftests: mptcp: add fullmesh testcasesGeliang Tang1-2/+62
2021-08-18selftests: mptcp: set and print the fullmesh flagGeliang Tang1-1/+15
2021-08-18mptcp: local addresses fullmeshGeliang Tang1-10/+63
2021-08-18mptcp: remote addresses fullmeshGeliang Tang2-4/+56
2021-08-18mptcp: drop flags and ifindex argumentsGeliang Tang3-7/+31
2021-08-17i40e: Fix spelling mistake "dissable" -> "disable"Colin Ian King1-1/+1
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-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-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-16tcp: enable data-less, empty-cookie SYN with TFO_SERVER_COOKIE_NOT_REQDLuke Hsiao1-2/+1
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