Age | Commit message (Expand) | Author |
2021-06-16 | net: cosa: add necessary () to macro argument | Peng Li |
2021-06-16 | net: cosa: remove redundant braces {} | Peng Li |
2021-06-16 | net: cosa: add braces {} to all arms of the statement | Peng Li |
2021-06-16 | net: cosa: fix the comments style issue | Peng Li |
2021-06-16 | net: cosa: move out assignment in if condition | Peng Li |
2021-06-16 | net: cosa: replace comparison to NULL with "!chan->rx_skb" | Peng Li |
2021-06-16 | net: cosa: fix the code style issue about "foo* bar" | Peng Li |
2021-06-16 | net: cosa: add blank line after declarations | Peng Li |
2021-06-16 | net: cosa: remove redundant blank lines | Peng Li |
2021-06-16 | net: iosm: add missing MODULE_DEVICE_TABLE | Zou Wei |
2021-06-16 | qlcnic: Use list_for_each_entry() to simplify code in qlcnic_main.c | Wang Hai |
2021-06-16 | ethtool: add a stricter length check | Jakub Kicinski |
2021-06-16 | inet_diag: add support for tw_mark | Maciej Żenczykowski |
2021-06-16 | net: mhi_net: make mhi_wwan_ops static | Jiapeng Chong |
2021-06-16 | Merge branch 'hns3-next' | David S. Miller |
2021-06-16 | net: hns3: use bounce buffer when rx page can not be reused | Yunsheng Lin |
2021-06-16 | net: hns3: optimize the rx page reuse handling process | Yunsheng Lin |
2021-06-16 | net: hns3: support dma_map_sg() for multi frags skb | Yunsheng Lin |
2021-06-16 | net: hns3: add support to query tx spare buffer size for pf | Huazhong Tan |
2021-06-16 | net: hns3: use tx bounce buffer for small packets | Yunsheng Lin |
2021-06-16 | net: hns3: refactor for hns3_fill_desc() function | Yunsheng Lin |
2021-06-16 | net: hns3: minor refactor related to desc_cb handling | Yunsheng Lin |
2021-06-15 | net: ti: add pp skb recycling support | Lorenzo Bianconi |
2021-06-15 | net: wwan: iosm: Fix htmldocs warnings | M Chetan Kumar |
2021-06-15 | octeontx2-pf: Fix spelling mistake "morethan" -> "more than" | Colin Ian King |
2021-06-15 | net: dsa: b53: remove redundant null check on dev | Colin Ian King |
2021-06-15 | net: bonding: Use per-cpu rr_tx_counter | Jussi Maki |
2021-06-15 | netlabel: Fix memory leak in netlbl_mgmt_add_common | Liu Shixin |
2021-06-15 | Merge tag 'mlx5-updates-2021-06-14' of git://git.kernel.org/pub/scm/linux/ker... | David S. Miller |
2021-06-15 | Merge branch 'occteontx2-rate-limit-offload' | David S. Miller |
2021-06-15 | octeontx2-pf: Add police action for TC flower | Subbaraya Sundeep |
2021-06-15 | octeontx2-pf: Use NL_SET_ERR_MSG_MOD for TC | Subbaraya Sundeep |
2021-06-15 | octeontx2-pf: TC_MATCHALL ingress ratelimiting offload | Sunil Goutham |
2021-06-15 | octeontx2-af: cn10k: Debugfs support for bandwidth profiles | Sunil Goutham |
2021-06-15 | octeontx2-af: cn10k: Bandwidth profiles config support | Sunil Goutham |
2021-06-15 | Merge branch 'pci200syn-cleanups' | David S. Miller |
2021-06-15 | net: pci200syn: fix the comments style issue | Peng Li |
2021-06-15 | net: pci200syn: add necessary () to macro argument | Peng Li |
2021-06-15 | net: pci200syn: add some required spaces | Peng Li |
2021-06-15 | net: pci200syn: replace comparison to NULL with "!card" | Peng Li |
2021-06-15 | net: pci200syn: add blank line after declarations | Peng Li |
2021-06-15 | net: pci200syn: remove redundant blank lines | Peng Li |
2021-06-15 | Merge branch 'z85230-cleanups' | David S. Miller |
2021-06-15 | net: z85230: remove unnecessary out of memory message | Peng Li |
2021-06-15 | net: z85230: fix the code style issue about open brace { | Peng Li |
2021-06-15 | net: z85230: add some required spaces | Peng Li |
2021-06-15 | net: z85230: remove trailing whitespaces | Peng Li |
2021-06-15 | net: z85230: fix the code style issue about "if..else.." | Peng Li |
2021-06-15 | net: z85230: fix the comments style issue | Peng Li |
2021-06-15 | net: z85230: replace comparison to NULL with "!skb" | Peng Li |