Age | Commit message (Expand) | Author |
2020-09-14 | net: amd-xgbe: convert tasklets to use new tasklet_setup() API | Allen Pais |
2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva |
2020-07-14 | xgbe: convert to new udp_tunnel_nic infra | Jakub Kicinski |
2020-07-14 | xgbe: switch to more generic VxLAN detection | Jakub Kicinski |
2020-04-16 | amd-xgbe: Use __napi_schedule() in BH context | Sebastian Andrzej Siewior |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-07-22 | net: Use skb accessors in network drivers | Matthew Wilcox (Oracle) |
2019-04-26 | amd-xgbe: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-10-25 | drivers: net: remove <net/busy_poll.h> inclusion when not needed | Eric Dumazet |
2018-09-19 | net: amd: fix return type of ndo_start_xmit function | YueHaibing |
2018-05-23 | amd-xgbe: Add ethtool show/set channels support | Tom Lendacky |
2018-05-23 | amd-xgbe: Prepare for ethtool set-channel support | Tom Lendacky |
2018-05-23 | amd-xgbe: Add ethtool show/set ring parameter support | Tom Lendacky |
2018-03-26 | ethernet: Use octal not symbolic permissions | Joe Perches |
2018-02-06 | net: amd-xgbe: fix comparison to bitshift when dealing with a mask | Wolfram Sang |
2017-12-20 | net: amd-xgbe: Get rid of custom hex_dump_to_buffer() | Andy Shevchenko |
2017-11-08 | net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIO | Nogah Frankel |
2017-10-28 | drivers/net: amd: Convert timers to use timer_setup() | Kees Cook |
2017-08-18 | amd-xgbe: Add support for VXLAN offload capabilities | Lendacky, Thomas |
2017-08-18 | amd-xgbe: Add hardware features debug output | Lendacky, Thomas |
2017-08-18 | amd-xgbe: Add support to handle device renaming | Lendacky, Thomas |
2017-08-07 | net: sched: get rid of struct tc_to_netdev | Jiri Pirko |
2017-08-07 | net: sched: change return value of ndo_setup_tc for driver supporting mqprio ... | Jiri Pirko |
2017-08-07 | net: sched: push cls related args into cls_common structure | Jiri Pirko |
2017-08-07 | net: sched: make type an argument for ndo_setup_tc | Jiri Pirko |
2017-06-29 | amd-xgbe: Add NUMA affinity support for IRQ hints | Lendacky, Thomas |
2017-06-29 | amd-xgbe: Add NUMA affinity support for memory allocations | Lendacky, Thomas |
2017-06-29 | amd-xgbe: Re-issue interrupt if interrupt status not cleared | Lendacky, Thomas |
2017-06-29 | amd-xgbe: Add a check for an skb in the timestamp path | Lendacky, Thomas |
2017-06-08 | net: propagate tc filter chain index down the ndo_setup_tc call | Jiri Pirko |
2017-05-21 | net: ethernet: update drivers to make both SW and HW TX timestamps | Miroslav Lichvar |
2017-05-21 | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALL | Miroslav Lichvar |
2017-03-30 | drivers: add explicit interrupt.h includes | Florian Westphal |
2017-03-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-03-15 | amd-xgbe: Fix jumbo MTU processing on newer hardware | Lendacky, Thomas |
2017-03-15 | mqprio: Modify mqprio to pass user parameters via ndo_setup_tc. | Amritha Nambiar |
2017-03-09 | amd-xgbe: Enable IRQs only if napi_complete_done() is true | Lendacky, Thomas |
2017-03-02 | amd-xgbe: Stop the PHY before releasing interrupts | Lendacky, Thomas |
2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-22 | amd-xgbe: Check xgbe_init() return code | Lendacky, Thomas |
2017-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2017-01-08 | net: make ndo_get_stats64 a void function | stephen hemminger |
2017-01-06 | amd-xgbe: Fix IRQ processing when running in single IRQ mode | Lendacky, Thomas |
2016-11-13 | amd-xgbe: Add support for MDIO attached PHYs | Lendacky, Thomas |
2016-11-13 | amd-xgbe: Add I2C support for sideband communication | Lendacky, Thomas |
2016-11-13 | amd-xgbe: Add ECC status support for the device memory | Lendacky, Thomas |
2016-11-13 | amd-xgbe: Add support for new DMA interrupt mode | Lendacky, Thomas |
2016-11-13 | amd-xgbe: Add PCI device support | Lendacky, Thomas |
2016-11-04 | amd-xgbe: Prepare for supporting PCI devices | Lendacky, Thomas |
2016-11-04 | amd-xgbe: Prepare for working with more than one type of phy | Lendacky, Thomas |