Age | Commit message (Expand) | Author | Files | Lines |
2023-09-20 | net: ethernet: qualcomm: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-08-16 | net: qualcomm: Remove redundant of_match_ptr() | Ruan Jinjie | 1 | -1/+1 |
2023-07-28 | net: Explicitly include correct DT includes | Rob Herring | 4 | -3/+2 |
2023-07-19 | drivers: net: fix return value check in emac_tso_csum() | Yuanjun Gong | 1 | -2/+5 |
2023-06-19 | net: qca_spi: Avoid high load if QCA7000 is not available | Stefan Wahren | 1 | -2/+1 |
2023-04-27 | Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie... | Linus Torvalds | 1 | -1/+1 |
2023-04-13 | net: ethernet: Add missing depends on MDIO_DEVRES | Andrew Lunn | 1 | -0/+1 |
2023-03-20 | net: qcom/emac: Fix use after free bug in emac_remove due to race condition | Zheng Wang | 1 | -0/+6 |
2023-03-11 | net: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra | 1 | -1/+1 |
2023-01-13 | net: qualcomm: rmnet: add ethtool support for configuring tx aggregation | Daniele Palmas | 1 | -0/+45 |
2023-01-13 | net: qualcomm: rmnet: add tx packets aggregation | Daniele Palmas | 7 | -4/+246 |
2022-10-29 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner | 1 | -2/+2 |
2022-09-29 | net: drop the weight argument from netif_napi_add | Jakub Kicinski | 1 | -2/+1 |
2022-09-28 | net: ethernet: rmnet: Replace zero-length array with DECLARE_FLEX_ARRAY() helper | Gustavo A. R. Silva | 1 | -1/+1 |
2022-09-01 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang | 1 | -4/+4 |
2022-07-02 | net: add skb_[inner_]tcp_all_headers helpers | Eric Dumazet | 1 | -2/+2 |
2022-06-19 | net: emac: Fix typo in a comment | Xiang wangx | 1 | -1/+1 |
2022-03-12 | net: add per-cpu storage and net->core_stats | Eric Dumazet | 1 | -1/+1 |
2022-03-04 | net: ethernet: Use netif_rx(). | Sebastian Andrzej Siewior | 2 | -2/+2 |
2022-02-28 | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Jakub Kicinski | 1 | -3/+1 |
2022-02-21 | net: qualcomm: rmnet: Use skb_put_zero() to simplify code | Christophe JAILLET | 1 | -3/+1 |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -3/+1 |
2021-11-22 | ethtool: extend ringparam setting/getting API with rx_buf_len | Hao Chen | 2 | -4/+12 |
2021-10-14 | ethernet: make use of eth_hw_addr_random() where appropriate | Jakub Kicinski | 1 | -1/+1 |
2021-10-14 | ethernet: constify references to netdev->dev_addr in drivers | Jakub Kicinski | 1 | -1/+1 |
2021-10-07 | ethernet: make more use of device_get_ethdev_address() | Jakub Kicinski | 1 | -4/+1 |
2021-10-07 | eth: fwnode: remove the addr len from mac helpers | Jakub Kicinski | 1 | -1/+1 |
2021-10-07 | eth: fwnode: change the return type of mac address helpers | Jakub Kicinski | 1 | -1/+1 |
2021-10-07 | ethernet: use of_get_ethdev_address() | Jakub Kicinski | 2 | -2/+2 |
2021-10-02 | ethernet: use eth_hw_addr_set() instead of ether_addr_copy() | Jakub Kicinski | 1 | -1/+1 |
2021-09-06 | net: qcom/emac: Replace strlcpy with strscpy | Jason Wang | 1 | -1/+1 |
2021-08-31 | net: qualcomm: fix QCA7000 checksum handling | Stefan Wahren | 2 | -2/+2 |
2021-07-27 | dev_ioctl: split out ndo_eth_ioctl | Arnd Bergmann | 1 | -1/+1 |
2021-07-09 | net: qcom/emac: fix UAF in emac_remove | Pavel Skripkin | 1 | -1/+2 |
2021-07-01 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 9 | -187/+326 |
2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+2 |
2021-06-21 | net: qualcomm: rmnet: fix two pointer math bugs | Dan Carpenter | 1 | -2/+2 |
2021-06-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -9/+9 |
2021-06-18 | sched: Unbreak wakeups | Peter Zijlstra | 1 | -4/+2 |
2021-06-16 | net: qualcomm: rmnet: Remove some unneeded casts | Subash Abhinov Kasiviswanathan | 1 | -6/+5 |
2021-06-16 | net: qualcomm: rmnet: Allow partial updates of IFLA_FLAGS | Bjorn Andersson | 1 | -2/+4 |
2021-06-14 | net: qualcomm: rmnet: always expose a few functions | Alex Elder | 1 | -0/+15 |
2021-06-14 | net: qualcomm: rmnet: don't over-count statistics | Alex Elder | 1 | -9/+9 |
2021-06-12 | net: qualcomm: rmnet: IPv6 payload length is simple | Alex Elder | 1 | -5/+2 |
2021-06-12 | net: qualcomm: rmnet: drop some unary NOTs | Alex Elder | 1 | -7/+7 |
2021-06-12 | net: qualcomm: rmnet: trailer value is a checksum | Alex Elder | 1 | -3/+2 |
2021-06-12 | net: qualcomm: rmnet: remove unneeded code | Alex Elder | 1 | -61/+14 |
2021-06-12 | net: qualcomm: rmnet: return earlier for bad checksum | Alex Elder | 1 | -9/+27 |
2021-06-12 | net: qualcomm: rmnet: show that an intermediate sum is zero | Alex Elder | 1 | -0/+9 |
2021-06-12 | net: qualcomm: rmnet: rearrange some NOTs | Alex Elder | 1 | -2/+2 |