| Commit message (Expand) | Author | Files | Lines |
2021-06-10 | net: axienet: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -5/+2 |
2021-06-10 | net: w5100: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -6/+1 |
2021-06-10 | net: ixp4xx_hss: add braces {} to all arms of the statement | Peng Li | 1 | -2/+2 |
2021-06-10 | net: ixp4xx_hss: fix the comments style issue | Peng Li | 1 | -5/+7 |
2021-06-10 | net: ixp4xx_hss: remove redundant spaces | Peng Li | 1 | -15/+15 |
2021-06-10 | net: ixp4xx_hss: add some required spaces | Peng Li | 1 | -4/+4 |
2021-06-10 | net: ixp4xx_hss: move out assignment in if condition | Peng Li | 1 | -23/+43 |
2021-06-10 | net: ixp4xx_hss: fix the code style issue about "foo* bar" | Peng Li | 1 | -3/+3 |
2021-06-10 | net: ixp4xx_hss: add blank line after declarations | Peng Li | 1 | -0/+5 |
2021-06-10 | net: ixp4xx_hss: remove redundant blank lines | Peng Li | 1 | -11/+0 |
2021-06-10 | tipc:subscr.c: fix a spelling mistake | gushengxian | 1 | -1/+1 |
2021-06-10 | tipc: socket.c: fix the use of copular verb | gushengxian | 1 | -1/+1 |
2021-06-10 | node.c: fix the use of indefinite article | gushengxian | 1 | -1/+1 |
2021-06-10 | af_unix: remove the repeated word "and" | gushengxian | 1 | -1/+1 |
2021-06-10 | vsock/vmci: remove the repeated word "be" | gushengxian | 1 | -1/+1 |
2021-06-10 | net: davinci_emac: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 1 | -3/+2 |
2021-06-10 | net: ethernet: ti: cpsw: Use devm_platform_get_and_ioremap_resource() | Yang Yingliang | 2 | -4/+2 |
2021-06-10 | net: phy: probe for C45 PHYs that return PHY ID of zero in C22 space | Wong Vee Khee | 1 | -0/+12 |
2021-06-10 | netlink: simplify NLMSG_DATA with NLMSG_HDRLEN | Chen Li | 1 | -2/+3 |
2021-06-10 | net/mlx5: Bridge, add tracepoints | Vlad Buslov | 4 | -50/+247 |
2021-06-10 | net/mlx5: Bridge, filter tagged packets that didn't match tagged fg | Vlad Buslov | 3 | -5/+141 |
2021-06-10 | net/mlx5: Bridge, support pvid and untagged vlan configurations | Vlad Buslov | 2 | -16/+167 |
2021-06-10 | net/mlx5: Bridge, match FDB entry vlan tag | Vlad Buslov | 3 | -10/+181 |
2021-06-10 | net/mlx5: Bridge, implement infrastructure for vlans | Vlad Buslov | 3 | -3/+286 |
2021-06-10 | net/mlx5: Bridge, dynamic entry ageing | Vlad Buslov | 3 | -13/+193 |
2021-06-10 | net/mlx5: Bridge, handle FDB events | Vlad Buslov | 4 | -4/+424 |
2021-06-10 | net/mlx5: Bridge, add offload infrastructure | Vlad Buslov | 10 | -0/+540 |
2021-06-10 | net/mlx5e: Refactor mlx5e_eswitch_{*}rep() helpers | Vlad Buslov | 2 | -5/+5 |
2021-06-10 | net/mlx5: Create TC-miss priority and table | Vlad Buslov | 4 | -1/+26 |
2021-06-10 | net/mlx5: DR, Support EMD tag in modify header for STEv1 | Yevgeny Kliteynik | 1 | -0/+8 |
2021-06-10 | net/mlx5: DR, Added support for INSERT_HEADER reformat type | Yevgeny Kliteynik | 7 | -26/+150 |
2021-06-10 | net/mlx5: Added new parameters to reformat context | Yevgeny Kliteynik | 10 | -53/+86 |
2021-06-10 | net/mlx5: DR, Allow encap action for RX for supporting devices | Yevgeny Kliteynik | 5 | -14/+93 |
2021-06-10 | net/mlx5: DR, Split reformat state to Encap and Decap | Yevgeny Kliteynik | 1 | -34/+35 |
2021-06-10 | net/mlx5: mlx5_ifc support for header insert/remove | Yevgeny Kliteynik | 3 | -6/+50 |
2021-06-10 | net: ipa: use bitmap to check for missing regions | Alex Elder | 1 | -8/+5 |
2021-06-10 | net: ipa: flag duplicate memory regions | Alex Elder | 1 | -0/+9 |
2021-06-10 | net: ipa: validate memory regions based on version | Alex Elder | 1 | -0/+61 |
2021-06-10 | net: ipa: introduce ipa_mem_id_optional() | Alex Elder | 2 | -10/+53 |
2021-06-10 | net: ipa: pass memory configuration data to ipa_mem_valid() | Alex Elder | 1 | -15/+14 |
2021-06-10 | net: ipa: validate memory regions at init time | Alex Elder | 1 | -4/+4 |
2021-06-10 | net: ipa: separate region range check from other validation | Alex Elder | 1 | -3/+26 |
2021-06-10 | net: ipa: separate memory validation from initialization | Alex Elder | 1 | -8/+32 |
2021-06-10 | net: ipa: validate memory regions unconditionally | Alex Elder | 1 | -14/+3 |
2021-06-10 | net: ipa: store memory region id in descriptor | Alex Elder | 6 | -1/+106 |
2021-06-10 | net: ipa: define IPA_MEM_END_MARKER | Alex Elder | 4 | -2/+5 |
2021-06-10 | net: dsa: sja1105: Fix assigned yet unused return code rc | Colin Ian King | 1 | -1/+1 |
2021-06-10 | stmmac: prefetch right address | Matteo Croce | 1 | -1/+1 |
2021-06-10 | mlxsw: thermal: Fix null dereference of NULL temperature parameter | Colin Ian King | 1 | -2/+2 |
2021-06-10 | net: ethernet: rmnet: Always subtract MAP header | Kristian Evensen | 1 | -2/+3 |