summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | net/mlx5e: TC, Fix post_act to not match on in_port metadataMaor Dickman2022-07-281-0/+1
| * | | | | | net/mlx5e: Remove WARN_ON when trying to offload an unsupported TLS cipher/ve...Gal Pressman2022-07-281-1/+1
| |/ / / / /
* | | | | | net: marvell: prestera: remove reduntant codeSebin Sebastian2022-08-011-1/+1
* | | | | | net: txgbe: Fix an error handling path in txgbe_probe()Christophe JAILLET2022-08-011-0/+1
* | | | | | nfp: flower: add support for tunnel offload without key IDBaowen Zheng2022-08-011-7/+8
* | | | | | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2022-08-017-88/+75
|\ \ \ \ \ \
| * | | | | | igb: convert .adjfreq to .adjfineJacob Keller2022-07-281-8/+7
| * | | | | | ixgbe: convert .adjfreq to .adjfineJacob Keller2022-07-281-33/+40
| * | | | | | i40e: convert .adjfreq to .adjfineJacob Keller2022-07-281-10/+12
| * | | | | | i40e: use mul_u64_u64_div_u64 for PTP frequency calculationJacob Keller2022-07-281-13/+4
| * | | | | | e1000e: convert .adjfreq to .adjfineJacob Keller2022-07-283-10/+11
| * | | | | | e1000e: remove unnecessary range check in e1000e_phc_adjfreqJacob Keller2022-07-281-3/+0
| * | | | | | ice: implement adjfine with mul_u64_u64_div_u64Jacob Keller2022-07-281-13/+3
* | | | | | | net/funeth: Tx handling of XDP with fragments.Dimitris Michailidis2022-08-011-10/+20
* | | | | | | net/funeth: Unify skb/XDP packet mapping.Dimitris Michailidis2022-08-011-15/+17
* | | | | | | net/funeth: Unify skb/XDP gather list writing.Dimitris Michailidis2022-08-011-15/+31
* | | | | | | net/funeth: Unify skb/XDP Tx packet unmapping.Dimitris Michailidis2022-08-011-21/+12
* | | | | | | net: devlink: convert reload command to take implicit devlink->lockJiri Pirko2022-08-013-12/+0
* | | | | | | Merge tag 'mlx5-updates-2022-07-28' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2022-07-2930-511/+1265
|\ \ \ \ \ \ \
| * | | | | | | net/mlx5e: Move mlx5e_init_l2_addr to en_mainLama Kayal2022-07-285-5/+5
| * | | | | | | net/mlx5e: Split en_fs ndo's and move to en_mainLama Kayal2022-07-283-88/+120
| * | | | | | | net/mlx5e: Separate mlx5e_set_rx_mode_work and move caller to en_mainLama Kayal2022-07-285-96/+119
| * | | | | | | net/mlx5e: Add mdev to flow_steering structLama Kayal2022-07-285-38/+42
| * | | | | | | net/mlx5e: Report flow steering errors with mdev err report APILama Kayal2022-07-281-36/+34
| * | | | | | | net/mlx5e: Convert mlx5e_flow_steering member of mlx5e_priv to pointerLama Kayal2022-07-2814-264/+298
| * | | | | | | net/mlx5e: Allocate VLAN and TC for featured profiles onlyLama Kayal2022-07-283-12/+46
| * | | | | | | net/mlx5e: Make mlx5e_tc_table privateLama Kayal2022-07-286-32/+59
| * | | | | | | net/mlx5e: Convert mlx5e_tc_table member of mlx5e_flow_steering to pointerLama Kayal2022-07-284-34/+43
| * | | | | | | net/mlx5e: TC, Support tc action api for policeRoi Dayan2022-07-285-8/+239
| * | | | | | | net/mlx5e: TC, Separate get/update/replace meter functionsRoi Dayan2022-07-283-27/+112
| * | | | | | | net/mlx5e: Add red and green counters for meteringRoi Dayan2022-07-285-13/+52
| * | | | | | | net/mlx5e: TC, Allocate post meter ft per ruleRoi Dayan2022-07-283-20/+31
| * | | | | | | net/mlx5: DR, Add support for flow metering ASOYevgeny Kliteynik2022-07-286-0/+227
| * | | | | | | net/mlx5e: Fix wrong use of skb_tcp_all_headers() with encapsulationGal Pressman2022-07-281-1/+1
| |/ / / / / /
* | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2022-07-2912-202/+269
|\ \ \ \ \ \ \
| * | | | | | | ice: allow toggling loopback mode via ndo_set_features callbackMaciej Fijalkowski2022-07-281-1/+31
| * | | | | | | ice: compress branches in ice_set_features()Maciej Fijalkowski2022-07-281-21/+19
| * | | | | | | ice: Fix promiscuous mode not turning offMichal Wilczynski2022-07-283-19/+72
| * | | | | | | ice: Introduce enabling promiscuous mode on multiple VF'sMichal Wilczynski2022-07-2812-169/+155
| |/ / / / / /
* | | | | | | sfc: implement ethtool get/set RX ring size for EF100 repsEdward Cree2022-07-291-0/+27
* | | | | | | sfc: use a dynamic m-port for representor RX and set it promiscEdward Cree2022-07-297-3/+158
* | | | | | | sfc: move table locking into filter_table_{probe,remove} methodsEdward Cree2022-07-295-36/+33
* | | | | | | sfc: insert default MAE rules to connect VFs to representorsEdward Cree2022-07-2913-6/+606
* | | | | | | sfc: receive packets from EF100 VFs into representorsEdward Cree2022-07-293-0/+42
* | | | | | | sfc: check ef100 RX packets are from the wireEdward Cree2022-07-293-6/+26
* | | | | | | sfc: determine wire m-port at EF100 PF probe timeEdward Cree2022-07-294-0/+50
* | | | | | | sfc: ef100 representor RX top halfEdward Cree2022-07-292-0/+56
* | | | | | | sfc: ef100 representor RX NAPI pollEdward Cree2022-07-292-0/+75
* | | | | | | sfc: plumb ef100 representor statsEdward Cree2022-07-291-0/+14
* | | | | | | net: marvell: prestera: uninitialized variable bugDan Carpenter2022-07-291-1/+1