Age | Commit message (Expand) | Author | Files | Lines |
2017-07-05 | amd-xgbe: Check xgbe_init() return code | Lendacky, Thomas | 1 | -1/+3 |
2017-03-30 | amd-xgbe: Fix jumbo MTU processing on newer hardware | Lendacky, Thomas | 1 | -39/+63 |
2016-09-01 | xgbe: constify get_netdev_ops and get_ethtool_ops | stephen hemminger | 1 | -2/+2 |
2016-08-01 | net: amd-xgbe: use correct format specifier | xypron.glpk@gmx.de | 1 | -1/+1 |
2016-03-04 | net: relax setup_tc ndo op handle restriction | John Fastabend | 1 | -1/+1 |
2016-02-17 | amd-xgbe: Do traffic class setup when called through dcbnl | Lendacky, Thomas | 1 | -18/+4 |
2016-02-17 | amd-xgbe: Use __napi_schedule_irqoff | Lendacky, Thomas | 1 | -2/+2 |
2016-02-17 | amd-xgbe: Change from napi_complete to napi_complete_done | Lendacky, Thomas | 1 | -4/+4 |
2016-02-17 | net: rework setup_tc ndo op to consume general tc operand | John Fastabend | 1 | -3/+6 |
2016-02-17 | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend | 1 | -1/+4 |
2015-11-19 | net: move skb_mark_napi_id() into core networking stack | Eric Dumazet | 1 | -1/+0 |
2015-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+4 |
2015-10-28 | amd-xgbe: Fix race between access of desc and desc index | Lendacky, Thomas | 1 | -0/+4 |
2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-10-23 | amd-xgbe: Use wmb before updating current descriptor count | Lendacky, Thomas | 1 | -1/+3 |
2015-10-15 | amd-xgbe: Use system workqueue for device restart | Lendacky, Thomas | 1 | -2/+2 |
2015-10-05 | amd-xgbe: Use device workqueue instead of system workqueue | Lendacky, Thomas | 1 | -5/+6 |
2015-10-05 | amd-xgbe: Add receive buffer unavailable statistic | Lendacky, Thomas | 1 | -0/+3 |
2015-07-09 | amd-xgbe: Fix DMA API debug warning | Lendacky, Thomas | 1 | -6/+11 |
2015-06-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2015-06-07 | amd-xgbe: Use disable_irq_nosync from within timer function | Lendacky, Thomas | 1 | -1/+1 |
2015-05-25 | amd-xgbe: Add setting of a missing hardware feature | Lendacky, Thomas | 1 | -0/+1 |
2015-05-15 | amd-xgbe: Fix flow control setting logic | Lendacky, Thomas | 1 | -2/+0 |
2015-05-15 | amd-xgbe: Move the PHY support into amd-xgbe | Lendacky, Thomas | 1 | -124/+52 |
2015-05-15 | amd-xgbe: Rework the Rx path SKB allocation | Lendacky, Thomas | 1 | -29/+37 |
2015-05-15 | amd-xgbe: Add netif_* message support to the driver | Lendacky, Thomas | 1 | -45/+56 |
2015-05-15 | net: batch of last_rx update avoidance in ethernet drivers. | françois romieu | 1 | -1/+0 |
2015-04-10 | amd-xgbe: Add support for the netdev Tx watchdog | Lendacky, Thomas | 1 | -0/+9 |
2015-04-10 | amd-xgbe: Move Rx mode configuration into init | Lendacky, Thomas | 1 | -11/+1 |
2015-04-10 | amd-xgbe: Allow rx-frames coalescing to be changed anytime | Lendacky, Thomas | 1 | -1/+1 |
2015-03-20 | amd-xgbe: Use napi_alloc_skb when allocating skb in softirq | Lendacky, Thomas | 1 | -4/+3 |
2015-03-20 | amd-xgbe: Fix Rx coalescing reporting | Lendacky, Thomas | 1 | -0/+1 |
2015-03-20 | amd-xgbe: Remove Tx coalescing | Lendacky, Thomas | 1 | -11/+5 |
2015-03-20 | amd-xgbe: Set DMA mask based on hardware register value | Lendacky, Thomas | 1 | -0/+16 |
2015-03-20 | amd-xgbe: Use the new DMA memory barriers where appropriate | Lendacky, Thomas | 1 | -1/+4 |
2015-02-28 | amd-xgbe: Request IRQs only after driver is fully setup | Lendacky, Thomas | 1 | -82/+93 |
2015-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -5/+6 |
2015-02-08 | amd-xgbe: Check per channel DMA interrupt use in main ISR | Lendacky, Thomas | 1 | -5/+6 |
2015-02-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+3 |
2015-02-05 | amd-xgbe: Set RSS enablement based on hardware features | Lendacky, Thomas | 1 | -0/+1 |
2015-02-05 | amd-xgbe: Adjust for zero-based traffic class count | Lendacky, Thomas | 1 | -1/+2 |
2015-01-17 | amd-xgbe: Remove need for Tx path spinlock | Lendacky, Thomas | 1 | -20/+1 |
2015-01-17 | amd-xgbe: Simplify the Rx desciptor ring tracking | Lendacky, Thomas | 1 | -4/+21 |
2015-01-17 | amd-xgbe: Clear all state during a device restart | Lendacky, Thomas | 1 | -6/+5 |
2015-01-17 | amd-xgbe: Checkpatch fixes | Lendacky, Thomas | 1 | -1/+1 |
2015-01-14 | net: rename vlan_tx_* helpers since "tx" is misleading there | Jiri Pirko | 1 | -4/+4 |
2014-12-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-12-10 | amd-xgbe: Use disable_irq_nosync when in IRQ context | Lendacky, Thomas | 1 | -1/+1 |
2014-12-09 | amd-xgbe: Prevent Tx cleanup stall | Lendacky, Thomas | 1 | -1/+1 |
2014-12-09 | amd-xgbe: IRQ names require allocated memory | Lendacky, Thomas | 1 | -4/+4 |