summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski30-512/+2141
2022-12-10net: devlink: Add missing error check to devlink_resource_put()Gavrilov Ilia1-3/+4
2022-12-10skbuff: Introduce slab_build_skb()Kees Cook5-11/+66
2022-12-10net: bcmgenet: Remove the unused functionJiapeng Chong1-18/+0
2022-12-10Merge branch 'mptcp-miscellaneous-cleanup'Jakub Kicinski2-7/+7
2022-12-10mptcp: return 0 instead of 'err' varMatthieu Baerts2-3/+3
2022-12-10mptcp: use nlmsg_free instead of kfree_skbGeliang Tang1-4/+4
2022-12-10Merge tag 'mlx5-updates-2022-12-08' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski33-195/+1373
2022-12-10Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski5-475/+463
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei4-0/+121
2022-12-09rhashtable: Allow rhashtable to be used from irq-safe contextsTejun Heo2-31/+46
2022-12-09Merge branch 'net-sched-retpoline'David S. Miller38-72/+391
2022-12-09net/sched: avoid indirect classify functions on retpoline kernelsPedro Tammela14-25/+49
2022-12-09net/sched: avoid indirect act functions on retpoline kernelsPedro Tammela21-42/+81
2022-12-09net/sched: add retpoline wrapper for tcPedro Tammela2-0/+256
2022-12-09net/sched: move struct action_ops definition out of ifdefPedro Tammela1-5/+5
2022-12-09xfrm: Fix spelling mistake "oflload" -> "offload"Colin Ian King1-1/+1
2022-12-09Merge branch 'mlx5 IPsec packet offload support (Part II)'Steffen Klassert12-118/+1047
2022-12-09net: phy: remove redundant "depends on" linesRandy Dunlap1-3/+0
2022-12-09net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn5-6/+45
2022-12-09Merge branch 'fix-possible-deadlock-during-wed-attach'Jakub Kicinski2-10/+23
2022-12-09net: ethernet: mtk_wed: fix possible deadlock if mtk_wed_wo_init failsLorenzo Bianconi1-5/+12
2022-12-09net: ethernet: mtk_wed: fix some possible NULL pointer dereferencesLorenzo Bianconi2-5/+11
2022-12-09nfp: Fix spelling mistake "tha" -> "the"Colin Ian King1-1/+1
2022-12-09selftests: net: Fix O=dir buildsBjörn Töpel1-3/+3
2022-12-09Merge branch 'mlxsw-add-spectrum-1-ip6gre-support'Jakub Kicinski5-131/+138
2022-12-09selftests: mlxsw: Move IPv6 decap_error test to shared directoryIdo Schimmel1-1/+1
2022-12-09mlxsw: spectrum_ipip: Add Spectrum-1 ip6gre supportIdo Schimmel1-75/+8
2022-12-09mlxsw: spectrum_ipip: Rename Spectrum-2 ip6gre operationsIdo Schimmel1-47/+47
2022-12-09mlxsw: spectrum_router: Add support for double entry RIFsIdo Schimmel3-1/+5
2022-12-09mlxsw: spectrum_router: Parametrize RIF allocation sizeIdo Schimmel1-14/+27
2022-12-09mlxsw: spectrum_router: Use gen_pool for RIF index allocationIdo Schimmel2-10/+67
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski222-809/+1991
2022-12-09net/mlx5: Expose steering dropped packets counterMichael Guralnik1-3/+19
2022-12-09net/mlx5: Refactor and expand rep vport stat groupOr Har-Toov2-20/+90
2022-12-09net/mlx5e: multipath, support routes with more than 2 nexthopsMaor Dickman1-31/+48
2022-12-09net/mlx5e: TC, add support for meter mtu offloadOz Shlomo8-9/+92
2022-12-09net/mlx5e: meter, add mtu post meter tablesOz Shlomo3-7/+185
2022-12-09net/mlx5e: meter, refactor to allow multiple post meter tablesOz Shlomo1-58/+96
2022-12-09net/mlx5: DR, Add support for range match actionYevgeny Kliteynik7-3/+363
2022-12-09net/mlx5: DR, Add function that tells if STE miss addr has been initializedYevgeny Kliteynik7-0/+23
2022-12-09net/mlx5: DR, Some refactoring of miss address handlingYevgeny Kliteynik1-10/+14
2022-12-09net/mlx5: DR, Manage definers with refcountsYevgeny Kliteynik5-2/+163
2022-12-09net/mlx5: DR, Handle FT action in a separate functionYevgeny Kliteynik1-46/+81
2022-12-09net/mlx5: DR, Rework is_fw_table functionYevgeny Kliteynik2-11/+18
2022-12-09net/mlx5: DR, Add functions to create/destroy MATCH_DEFINER general objectYevgeny Kliteynik2-0/+86
2022-12-09net/mlx5: fs, add match on ranges APIYevgeny Kliteynik4-2/+38
2022-12-09net/mlx5: mlx5_ifc updates for MATCH_DEFINER general objectYevgeny Kliteynik1-2/+66
2022-12-09Merge tag 'net-6.1-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds81-164/+643
2022-12-09Merge branch 'mlx4-better-big-tcp-support'Jakub Kicinski2-13/+23