summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-03octeontx2-af: cn10k: mcs: Add mailboxes for port related operationsGeetha sowjanya5-4/+376
2022-10-03octeontx2-af: cn10k: Introduce driver for macsec block.Geetha sowjanya8-1/+678
2022-10-03Merge branch 'lan966x-police-mirroring'David S. Miller7-1/+660
2022-10-03net: lan966x: Add port mirroring support using tc-matchallHoratiu Vultur5-1/+193
2022-10-03net: lan966x: Add port police support using tc-matchallHoratiu Vultur6-1/+468
2022-10-03net: fec: using page pool to manage RX buffersShenwei Wang3-58/+119
2022-10-03net: Remove DECnet leftovers from flow.h.Guillaume Nault1-26/+0
2022-10-03gro: add support of (hw)gro packets to gro stackCoco Li2-6/+29
2022-10-03Merge branch 'mptcp-fastclose'David S. Miller3-62/+217
2022-10-03mptcp: update misleading comments.Paolo Abeni1-7/+7
2022-10-03selftests: mptcp: update and extend fastclose test-casesPaolo Abeni2-25/+130
2022-10-03mptcp: use fastclose on more edge scenariosPaolo Abeni1-19/+44
2022-10-03mptcp: propagate fastclose errorPaolo Abeni1-11/+36
2022-10-03Merge branch 'RollBall-Hilink-Turris-10G-copper-SFP-support'David S. Miller12-141/+797
2022-10-03net: sfp: add support for multigig RollBall transceiversMarek Behún1-10/+39
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún3-7/+313
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún2-13/+57
2022-10-03net: sfp: Add and use macros for SFP quirks definitionsMarek Behún1-35/+26
2022-10-03net: phylink: allow attaching phy for SFP modules on 802.3z modeMarek Behún1-4/+1
2022-10-03net: phy: marvell10g: select host interface configurationRussell King1-0/+112
2022-10-03net: phy: marvell10g: Use tabs instead of spaces for indentationMarek Behún1-9/+9
2022-10-03net: phylink: pass supported host PHY interface modes to phylib for SFP's PHYsMarek Behún2-0/+21
2022-10-03net: phylink: rename phylink_sfp_config()Russell King (Oracle)1-6/+5
2022-10-03net: phylink: use phy_interface_t bitmaps for optical modulesRussell King1-30/+134
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King9-28/+78
2022-10-03net: phylink: add ability to validate a set of interface modesRussell King (Oracle)1-7/+10
2022-10-03Merge branch 'ip_tunnel-netlink-parms'David S. Miller5-156/+81
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_parmLiu Jian4-49/+37
2022-10-03net: Add helper function to parse netlink msg of ip_tunnel_encapLiu Jian5-107/+44
2022-10-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller24-323/+738
2022-10-02Merge branch 'tc-bind_class-hook'David S. Miller11-55/+22
2022-10-02net: sched: use tc_cls_bind_class() in filterZhengchao Shao9-54/+9
2022-10-02net: sched: cls_api: introduce tc_cls_bind_class() helperZhengchao Shao1-0/+12
2022-10-02net: sched: ensure n arg not empty before call bind_classZhengchao Shao1-1/+1
2022-10-01Merge branch 'mlx5-xsk-updates-part3-2022-09-30'Jakub Kicinski21-385/+385
2022-10-01net/mlx5e: xsk: Use queue indices starting from 0 for XSK queuesMaxim Mikityanskiy14-205/+52
2022-10-01net/mlx5e: Introduce the mlx5e_flush_rq functionMaxim Mikityanskiy3-24/+29
2022-10-01net/mlx5e: xsk: Support XDP metadata on XSK RQsMaxim Mikityanskiy1-8/+12
2022-10-01net/mlx5e: Optimize RQ page deallocationMaxim Mikityanskiy2-19/+24
2022-10-01net/mlx5e: Call mlx5e_page_release_dynamic directly where possibleMaxim Mikityanskiy1-16/+4
2022-10-01net/mlx5e: Use non-XSK page allocator in SHAMPOMaxim Mikityanskiy1-11/+1
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on striding RQMaxim Mikityanskiy4-48/+106
2022-10-01net/mlx5e: xsk: Use xsk_buff_alloc_batch on legacy RQMaxim Mikityanskiy4-0/+55
2022-10-01net/mlx5e: xsk: Split out WQE allocation for legacy XSK RQMaxim Mikityanskiy3-4/+34
2022-10-01net/mlx5e: Remove the outer loop when allocating legacy RQ WQEsMaxim Mikityanskiy2-22/+17
2022-10-01net/mlx5e: xsk: Use partial batches in legacy RQ with XSKMaxim Mikityanskiy1-13/+1
2022-10-01net/mlx5e: Use partial batches in legacy RQMaxim Mikityanskiy1-18/+21
2022-10-01net/mlx5e: Make the wqe_index_mask calculation more exactMaxim Mikityanskiy1-1/+20
2022-10-01net/mlx5e: Introduce wqe_index_mask for legacy RQMaxim Mikityanskiy2-4/+22
2022-10-01net/mlx5e: xsk: Drop the check for XSK state in mlx5e_xsk_wakeupMaxim Mikityanskiy2-4/+1