Age | Commit message (Expand) | Author |
2022-12-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni |
2022-12-12 | net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave() | Yang Yingliang |
2022-11-21 | net: axienet: set mdio clock according to bus-frequency | Andy Chiu |
2022-11-21 | net: axienet: Unexport and remove unused mdio functions | Andy Chiu |
2022-11-07 | net: remove explicit phylink_generic_validate() references | Russell King (Oracle) |
2022-11-07 | net: axiemac: add PM callbacks to support suspend/resume | Andy Chiu |
2022-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-10-28 | net: Remove the obsolte u64_stats_fetch_*_irq() users (drivers). | Thomas Gleixner |
2022-10-28 | net: emaclite: update reset_lock member documentation | Radhey Shyam Pandey |
2022-09-28 | net: drop the weight argument from netif_napi_add | Jakub Kicinski |
2022-09-21 | net: ll_temac: axienet: delete unnecessary blank lines and spaces | huangjunxian |
2022-09-21 | net: ll_temac: move trailing statements to next line | huangjunxian |
2022-09-21 | net: ll_temac: fix the missing spaces around '=' | huangjunxian |
2022-09-21 | net: ll_temac: delete unnecessary else branch | huangjunxian |
2022-09-21 | net: ll_temac: axienet: align with open parenthesis | huangjunxian |
2022-09-21 | net: ll_temac: Cleanup for function name in a string | Haoyue Xu |
2022-09-21 | net: ll_temac: fix the format of block comments | huangjunxian |
2022-09-21 | net: ll_temac: Switch to use dev_err_probe() helper | Yang Yingliang |
2022-08-31 | net: axienet: Switch to 64-bit RX/TX statistics | Robert Hancock |
2022-08-31 | net: ethernet: move from strlcpy with unused retval to strscpy | Wolfram Sang |
2022-06-27 | net: axienet: Modify function description | Deming Wang |
2022-06-16 | net: axienet: add missing error return code in axienet_probe() | Yang Yingliang |
2022-06-13 | xilinx: Fix build on x86. | David S. Miller |
2022-06-13 | net: axienet: Use iowrite64 to write all 64b descriptor pointers | Andy Chiu |
2022-06-13 | net: axienet: make the 64b addresable DMA depends on 64b archectures | Andy Chiu |
2022-05-13 | net: axienet: Use NAPI for TX completion path | Robert Hancock |
2022-05-13 | net: axienet: Be more careful about updating tx_bd_tail | Robert Hancock |
2022-05-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-05-03 | net: emaclite: Add error handling for of_address_to_resource() | Shravya Kumbham |
2022-05-03 | net: emaclite: Don't advertise 1000BASE-T and do auto negotiation | Shravya Kumbham |
2022-04-15 | net: emaclite: Remove custom BUFFER_ALIGN macro | Shravya Kumbham |
2022-04-15 | net: emaclite: Update copyright text to correct format | Michal Simek |
2022-04-15 | net: emaclite: Fix coding style | Radhey Shyam Pandey |
2022-04-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-04-06 | net: ethernet: xilinx: use of_property_read_bool() instead of of_get_property | Wang Qing |
2022-04-06 | net: axiemac: use a phandle to reference pcs_phy | Andy Chiu |
2022-04-06 | net: axienet: factor out phy_node in struct axienet_local | Andy Chiu |
2022-04-06 | net: axienet: setup mdio unconditionally | Andy Chiu |
2022-03-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-03-09 | net: axienet: Use napi_alloc_skb when refilling RX ring | Robert Hancock |
2022-03-08 | ethernet: Fix error handling in xemaclite_of_probe | Miaoqian Lin |
2022-03-05 | net: axienet: add coalesce timer ethtool configuration | Robert Hancock |
2022-03-05 | net: axienet: reduce default RX interrupt threshold to 1 | Robert Hancock |
2022-03-05 | net: axienet: implement NAPI and GRO receive | Robert Hancock |
2022-03-05 | net: axienet: don't set IRQ timer when IRQ delay not used | Robert Hancock |
2022-03-05 | net: axienet: Clean up DMA start/stop and error handling | Robert Hancock |
2022-03-05 | net: axienet: Clean up device used for DMA calls | Robert Hancock |
2022-03-05 | net: axienet: fix RX ring refill allocation failure handling | Robert Hancock |
2022-02-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2022-02-18 | net: ll_temac: check the return value of devm_kmalloc() | Xiaoke Wang |