aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-01-28octeontx2-pf: Change receive buffer size using ethtoolSubbaraya Sundeep5-1/+33
2022-01-28Merge branch 'sunrpc-netns-refcnt-tracking'David S. Miller5-8/+12
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet2-2/+3
2022-01-28SUNRPC: add netns refcount tracker to struct gss_authEric Dumazet1-4/+6
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet2-2/+3
2022-01-28Merge branch 'ethtool-hdrsplit'David S. Miller5-5/+30
2022-01-28bnxt: report header-data split stateJakub Kicinski1-0/+3
2022-01-28ethtool: add header/data split indicationJakub Kicinski4-5/+27
2022-01-28Merge branch 'ksz-switch-refclk'David S. Miller4-3/+19
2022-01-28net: dsa: microchip: Add property to disable reference clockRobert Hancock3-3/+13
2022-01-28net: dsa: microchip: Document property to disable reference clockRobert Hancock1-0/+6
2022-01-28net: mii: remove mii_lpa_mod_linkmode_lpa_sgmii()Jakub Kicinski1-33/+0
2022-01-28net: mvneta: remove unnecessary if condition in mvneta_xdp_submit_frameLorenzo Bianconi1-4/+2
2022-01-28net: sparx5: use .mac_select_pcs() interfaceRussell King (Oracle)2-1/+10
2022-01-27Merge branch 'udp-ipv6-optimisations'Jakub Kicinski4-106/+118
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2-6/+14
2022-01-27ipv6: optimise dst refcounting on cork initPavel Begunkov2-5/+11
2022-01-27udp6: don't make extra copies of iflowPavel Begunkov1-43/+42
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov3-13/+13
2022-01-27ipv6: pass full cork into __ip6_append_data()Pavel Begunkov1-3/+4
2022-01-27ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2-9/+2
2022-01-27ipv6: clean up cork setup/releasePavel Begunkov1-23/+21
2022-01-27ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov1-4/+3
2022-01-27udp6: shuffle up->pending AF_INET bitsPavel Begunkov1-3/+2
2022-01-27ipv6: optimise dst refcounting on skb initPavel Begunkov1-1/+10
2022-01-27Merge branch 'mlxsw-various-updates'Jakub Kicinski10-110/+116
2022-01-27mlxsw: spectrum_acl: Allocate default actions for internal TCAM regionsIdo Schimmel2-1/+13
2022-01-27mlxsw: spectrum: Guard against invalid local portsAmit Cohen4-7/+10
2022-01-27mlxsw: core: Consolidate trap groups to a single event groupJiri Pirko4-9/+8
2022-01-27mlxsw: core: Move functions to register/unregister array of traps to core.cJiri Pirko3-49/+58
2022-01-27mlxsw: core: Move basic trap group initialization from spectrum.cJiri Pirko3-31/+21
2022-01-27mlxsw: core: Move basic_trap_groups_set() call out of EMAD init codeJiri Pirko1-6/+10
2022-01-27mlxsw: spectrum: Set basic trap groups from an arrayJiri Pirko1-29/+18
2022-01-27Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski40-359/+440
2022-01-27Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski10-112/+49
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski746-7993/+11394
2022-01-27net/mlx5: VLAN push on RX, pop on TXDima Chumak1-1/+3
2022-01-27net/mlx5: Introduce software defined steering capabilitiesDima Chumak5-0/+51
2022-01-27net/mlx5: Remove unused TIR modify bitmask enumsTariq Toukan1-7/+0
2022-01-27net/mlx5e: CT, Remove redundant flow args from tc ct callsRoi Dayan4-23/+13
2022-01-27net/mlx5e: TC, Store mapped tunnel id on flow attrRoi Dayan6-23/+10
2022-01-27net/mlx5e: Test CT and SAMPLE on flow attrRoi Dayan7-32/+82
2022-01-27net/mlx5e: Refactor eswitch attr flags to just attr flagsRoi Dayan10-40/+40
2022-01-27net/mlx5e: CT, Don't set flow flag CT for ct clear flowRoi Dayan3-74/+6
2022-01-27net/mlx5e: TC, Hold sample_attr on stack instead of pointerRoi Dayan5-16/+10
2022-01-27net/mlx5e: TC, Reject rules with multiple CT actionsRoi Dayan2-0/+11
2022-01-27net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan3-9/+9
2022-01-27net/mlx5e: TC, Pass attr to tc_act can_offload()Roi Dayan19-34/+53
2022-01-27net/mlx5e: TC, Split pedit offloads verify from alloc_tc_pedit_action()Roi Dayan1-11/+22
2022-01-27net/mlx5e: TC, Move pedit_headers_action to parse_attrRoi Dayan8-34/+19