| Age | Commit message (Expand) | Author | Files | Lines |
| 2021-12-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 221 | -1583/+3498 |
| 2021-12-31 | Merge tag 'mlx5-updates-2021-12-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux |  David S. Miller | 22 | -279/+1323 |
| 2021-12-31 | Merge branch 'hnsd3-next' |  David S. Miller | 19 | -1685/+1126 |
| 2021-12-31 | net: hns3: delete the hclge_cmd.c and hclgevf_cmd.c |  Jie Wang | 5 | -66/+42 |
| 2021-12-31 | net: hns3: refactor VF cmdq init and uninit APIs with new common APIs |  Jie Wang | 5 | -204/+36 |
| 2021-12-31 | net: hns3: refactor PF cmdq init and uninit APIs with new common APIs |  Jie Wang | 5 | -197/+27 |
| 2021-12-31 | net: hns3: create common cmdq init and uninit APIs |  Jie Wang | 2 | -0/+163 |
| 2021-12-31 | net: hns3: refactor VF cmdq resource APIs with new common APIs |  Jie Wang | 2 | -231/+19 |
| 2021-12-31 | net: hns3: refactor PF cmdq resource APIs with new common APIs |  Jie Wang | 5 | -323/+63 |
| 2021-12-31 | net: hns3: create common cmdq resource allocate/free/query APIs |  Jie Wang | 2 | -1/+311 |
| 2021-12-31 | net: hns3: refactor hclgevf_cmd_send with new hclge_comm_cmd_send API |  Jie Wang | 5 | -360/+82 |
| 2021-12-31 | net: hns3: refactor hclge_cmd_send with new hclge_comm_cmd_send API |  Jie Wang | 8 | -373/+100 |
| 2021-12-31 | net: hns3: create new set of unified hclge_comm_cmd_send APIs |  Jie Wang | 2 | -0/+325 |
| 2021-12-31 | net: hns3: use struct hclge_desc to replace hclgevf_desc in VF cmdq module |  Jie Wang | 4 | -35/+28 |
| 2021-12-31 | net: hns3: create new cmdq hardware description structure hclge_comm_hw |  Jie Wang | 3 | -8/+57 |
| 2021-12-31 | net: hns3: refactor hns3 makefile to support hns3_common module |  Jie Wang | 3 | -25/+11 |
| 2021-12-31 | net/mlx5: Set SMFS as a default steering mode if device supports it |  Yevgeny Kliteynik | 1 | -0/+5 |
| 2021-12-31 | net/mlx5: DR, Ignore modify TTL if device doesn't support it |  Yevgeny Kliteynik | 2 | -4/+19 |
| 2021-12-31 | net/mlx5: DR, Improve steering for empty or RX/TX-only matchers |  Yevgeny Kliteynik | 4 | -130/+156 |
| 2021-12-31 | net/mlx5: DR, Add support for matching on geneve_tlv_option_0_exist field |  Yevgeny Kliteynik | 8 | -3/+90 |
| 2021-12-31 | net/mlx5: DR, Support matching on tunnel headers 0 and 1 |  Muhammad Sammar | 7 | -1/+79 |
| 2021-12-31 | net/mlx5: DR, Add misc5 to match_param structs |  Muhammad Sammar | 4 | -1/+61 |
| 2021-12-31 | net/mlx5: Add misc5 flow table match parameters |  Muhammad Sammar | 4 | -3/+27 |
| 2021-12-31 | net/mlx5: DR, Warn on failure to destroy objects due to refcount |  Yevgeny Kliteynik | 4 | -4/+4 |
| 2021-12-31 | net/mlx5: DR, Add support for UPLINK destination type |  Yevgeny Kliteynik | 4 | -10/+34 |
| 2021-12-31 | net/mlx5: DR, Add support for dumping steering info |  Muhammad Sammar | 8 | -8/+688 |
| 2021-12-31 | net/mlx5: DR, Add missing reserved fields to dr_match_param |  Muhammad Sammar | 1 | -89/+124 |
| 2021-12-31 | net/mlx5: DR, Add check for flex parser ID value |  Yevgeny Kliteynik | 2 | -2/+2 |
| 2021-12-31 | net/mlx5: DR, Rename list field in matcher struct to list_node |  Yevgeny Kliteynik | 3 | -15/+15 |
| 2021-12-31 | net/mlx5: DR, Remove unused struct member in matcher |  Yevgeny Kliteynik | 1 | -1/+0 |
| 2021-12-31 | net/mlx5: DR, Fix lower case macro prefix "mlx5_" to "MLX5_" |  Yevgeny Kliteynik | 3 | -3/+3 |
| 2021-12-31 | net/mlx5: DR, Fix error flow in creating matcher |  Yevgeny Kliteynik | 1 | -21/+32 |
| 2021-12-30 | bpf: Fix typo in a comment in bpf lpm_trie. |  Leon Huayra | 1 | -1/+1 |
| 2021-12-30 | net: dsa: bcm_sf2: refactor LED regs access |  Rafał Miłecki | 3 | -10/+119 |
| 2021-12-30 | net: remove references to CONFIG_IRDA in network header files |  Lukas Bulwahn | 2 | -2/+2 |
| 2021-12-30 | nfc: st21nfca: remove redundant assignment to variable i |  Colin Ian King | 1 | -3/+1 |
| 2021-12-30 | bpf, docs: Move the packet access instructions last in instruction-set.rst |  Christoph Hellwig | 1 | -28/+27 |
| 2021-12-30 | bpf, docs: Generate nicer tables for instruction encodings |  Christoph Hellwig | 1 | -63/+95 |
| 2021-12-30 | bpf, docs: Split the comparism to classic BPF from instruction-set.rst |  Christoph Hellwig | 3 | -304/+439 |
| 2021-12-30 | bpf, docs: Fix verifier references |  Christoph Hellwig | 1 | -5/+2 |
| 2021-12-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Jakub Kicinski | 265 | -1190/+2235 |
| 2021-12-30 | Merge tag 'net-5.16-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net |  Linus Torvalds | 58 | -237/+405 |
| 2021-12-30 | Merge tag 'char-misc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc |  Linus Torvalds | 2 | -3/+4 |
| 2021-12-30 | Merge tag 'usb-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb |  Linus Torvalds | 5 | -8/+29 |
| 2021-12-30 | fsl/fman: Fix missing put_device() call in fman_port_probe |  Miaoqian Lin | 1 | -5/+7 |
| 2021-12-30 | net/smc: Use the bitmap API when applicable |  Christophe JAILLET | 1 | -14/+5 |
| 2021-12-30 | selftests: net: using ping6 for IPv6 in udpgro_fwd.sh |  Jianguo Wu | 1 | -1/+3 |
| 2021-12-30 | ethtool: Remove redundant ret assignments |  luo penghao | 1 | -1/+0 |
| 2021-12-30 | Documentation: fix outdated interpretation of ip_no_pmtu_disc |  xu xin | 1 | -2/+4 |
| 2021-12-30 | net: lantiq_etop: remove unnecessary space in cast |  Aleksander Jan Bajkowski | 1 | -1/+1 |