| Commit message (Expand) | Author | Age | Files | Lines |
* | bnxt: count discards due to memory allocation errors | Jakub Kicinski | 2021-08-28 | 2 | -1/+11 |
* | bnxt: count packets discarded because of netpoll | Jakub Kicinski | 2021-08-28 | 3 | -1/+13 |
* | octeontx2-af: cn10K: support for sched lmtst and other features | Harman Kalra | 2021-08-27 | 4 | -16/+91 |
* | phy: marvell: phy-mvebu-a3700-comphy: Remove unsupported modes | Pali Rohár | 2021-08-27 | 1 | -6/+0 |
* | phy: marvell: phy-mvebu-a3700-comphy: Rename HS-SGMMI to 2500Base-X | Pali Rohár | 2021-08-27 | 1 | -5/+5 |
* | phy: marvell: phy-mvebu-cp110-comphy: Rename HS-SGMMI to 2500Base-X | Pali Rohár | 2021-08-27 | 1 | -8/+8 |
* | net: hns3: uniform type of function parameter cmd | Hao Chen | 2021-08-27 | 1 | -3/+2 |
* | net: hns3: merge some repetitive macros | Peng Li | 2021-08-27 | 6 | -63/+44 |
* | net: hns3: package new functions to simplify hclgevf_mbx_handler code | Peng Li | 2021-08-27 | 1 | -48/+55 |
* | net: hns3: remove redundant param to simplify code | Peng Li | 2021-08-27 | 1 | -3/+1 |
* | net: hns3: use memcpy to simplify code | Peng Li | 2021-08-27 | 1 | -7/+2 |
* | net: hns3: remove redundant param mbx_event_pending | Peng Li | 2021-08-27 | 2 | -13/+0 |
* | net: hns3: add hns3_state_init() to do state initialization | Huazhong Tan | 2021-08-27 | 1 | -10/+19 |
* | net: hns3: add macros for mac speeds of firmware command | Guangbin Huang | 2021-08-27 | 2 | -18/+31 |
* | Merge tag 'mlx5-updates-2021-08-26' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller | 2021-08-27 | 15 | -236/+556 |
|\ |
|
| * | net/mlx5: DR, Add support for update FTE | Yevgeny Kliteynik | 2021-08-27 | 1 | -9/+30 |
| * | net/mlx5: DR, Improve rule tracking memory consumption | Yevgeny Kliteynik | 2021-08-27 | 3 | -86/+83 |
| * | net/mlx5: DR, Remove rehash ctrl struct from dr_htbl | Yevgeny Kliteynik | 2021-08-27 | 3 | -21/+24 |
| * | net/mlx5: DR, Remove HW specific STE type from nic domain | Yevgeny Kliteynik | 2021-08-27 | 10 | -45/+61 |
| * | net/mlx5: DR, Merge DR_STE_SIZE enums | Yevgeny Kliteynik | 2021-08-27 | 1 | -3/+0 |
| * | net/mlx5: DR, Skip source port matching on FDB RX domain | Yevgeny Kliteynik | 2021-08-27 | 1 | -1/+13 |
| * | net/mlx5: DR, Add ignore_flow_level support for multi-dest flow tables | Yevgeny Kliteynik | 2021-08-27 | 6 | -6/+18 |
| * | net/mlx5: DR, Use FW API when updating FW-owned flow table | Yevgeny Kliteynik | 2021-08-27 | 1 | -0/+3 |
| * | net/mlx5: DR, replace uintN_t with kernel-style types | Yevgeny Kliteynik | 2021-08-27 | 2 | -6/+6 |
| * | net/mlx5: DR, Support IPv6 matching on flow label for STEv0 | Yevgeny Kliteynik | 2021-08-27 | 1 | -0/+6 |
| * | net/mlx5: DR, Reduce print level for FT chaining level check | Bodong Wang | 2021-08-27 | 1 | -2/+2 |
| * | net/mlx5: DR, Warn and ignore SW steering rule insertion on QP err | Yevgeny Kliteynik | 2021-08-27 | 2 | -2/+15 |
| * | net/mlx5: DR, Improve error flow in actions_build_ste_arr | Yevgeny Kliteynik | 2021-08-27 | 1 | -16/+56 |
| * | net/mlx5: DR, Enable QP retransmission | Yevgeny Kliteynik | 2021-08-27 | 1 | -0/+1 |
| * | net/mlx5: DR, Enable VLAN pop on TX and VLAN push on RX | Yevgeny Kliteynik | 2021-08-27 | 3 | -9/+118 |
| * | net/mlx5: DR, Split modify VLAN state to separate pop/push states | Yevgeny Kliteynik | 2021-08-27 | 1 | -26/+27 |
| * | net/mlx5: DR, Added support for REMOVE_HEADER packet reformat | Yevgeny Kliteynik | 2021-08-27 | 5 | -7/+96 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2021-08-27 | 142 | -1274/+720 |
|\ \
| |/
|/| |
|
| * | Merge tag 'net-5.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 2021-08-26 | 39 | -138/+238 |
| |\ |
|
| | * | Revert "net: really fix the build..." | Kalle Valo | 2021-08-26 | 4 | -9/+6 |
| | * | net: hns3: fix get wrong pfc_en when query PFC configuration | Guangbin Huang | 2021-08-26 | 1 | -11/+2 |
| | * | net: hns3: fix GRO configuration error after reset | Yufeng Mo | 2021-08-26 | 4 | -10/+30 |
| | * | net: hns3: change the method of getting cmd index in debugfs | Yufeng Mo | 2021-08-26 | 2 | -7/+8 |
| | * | net: hns3: fix duplicate node in VLAN list | Guojia Liao | 2021-08-26 | 1 | -1/+5 |
| | * | net: hns3: fix speed unknown issue in bond 4 | Yonglong Liu | 2021-08-26 | 3 | -3/+3 |
| | * | net: hns3: add waiting time before cmdq memory is released | Yufeng Mo | 2021-08-26 | 4 | -2/+13 |
| | * | net: hns3: clear hardware resource when loading driver | Yufeng Mo | 2021-08-26 | 2 | -0/+29 |
| | * | net: dsa: hellcreek: Adjust schedule look ahead window | Kurt Kanzenbach | 2021-08-26 | 1 | -1/+1 |
| | * | net: dsa: hellcreek: Fix incorrect setting of GCL | Kurt Kanzenbach | 2021-08-26 | 1 | -3/+3 |
| | * | cxgb4: dont touch blocked freelist bitmap after free | Rahul Lakkireddy | 2021-08-26 | 1 | -4/+3 |
| | * | can: usb: esd_usb2: esd_usb2_rx_event(): fix the interchange of the CAN RX an... | Stefan Mätje | 2021-08-26 | 1 | -2/+2 |
| | * | net: usb: asix: ax88772: fix boolconv.cocci warnings | kernel test robot | 2021-08-26 | 1 | -1/+1 |
| | * | qede: Fix memset corruption | Shai Malin | 2021-08-25 | 1 | -1/+1 |
| | * | net: stmmac: fix kernel panic due to NULL pointer dereference of buf->xdp | Song Yoong Siang | 2021-08-25 | 1 | -4/+4 |
| | * | net: stmmac: fix kernel panic due to NULL pointer dereference of xsk_pool | Song Yoong Siang | 2021-08-25 | 1 | -6/+6 |