summaryrefslogtreecommitdiffstats
path: root/crypto/ctr.c (unfollow)
Commit message (Expand)AuthorFilesLines
2022-12-12liquidio: use strscpy() to instead of strncpy()Xu Panda1-4/+3
2022-12-12hns: use strscpy() to instead of strncpy()Xu Panda1-7/+4
2022-12-12net: stmmac: Add check for taprio basetime configurationMichael Sit Wei Hong1-0/+3
2022-12-12drivers/net/virtio_net.c: Added USO support.Andrew Melnychenko1-4/+15
2022-12-12linux/virtio_net.h: Support USO offload in vnet header.Andrew Melnychenko1-0/+9
2022-12-12uapi/linux/virtio_net.h: Added USO types.Andrew Melnychenko1-0/+4
2022-12-12driver/net/tun: Added features for USO.Andrew Melnychenko2-3/+15
2022-12-12uapi/linux/if_tun.h: Added new offload types for USO4/6.Andrew Melnychenko1-0/+2
2022-12-12udp: allow header check for dodgy GSO_UDP_L4 packets.Andrew Melnychenko2-2/+4
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-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-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-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-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-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-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-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-08net/mlx4: small optimization in mlx4_en_xmit()Eric Dumazet1-5/+5
2022-12-08net/mlx4: MLX4_TX_BOUNCE_BUFFER_SIZE depends on MAX_SKB_FRAGSEric Dumazet1-4/+12