Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | | | | | | | | | | | | ks8851: Fix interpretation of rxlen field. | Max.Nekludov@us.elster.com | 2013-03-29 | |
* | | | | | | | | | | | | atl1e: drop pci-msi support because of packet corruption | Hannes Frederic Sowa | 2013-03-29 | |
* | | | | | | | | | | | | net: calxedaxgmac: Wake-on-LAN fixes | Rob Herring | 2013-03-29 | |
* | | | | | | | | | | | | net: calxedaxgmac: fix rx ring handling when OOM | Rob Herring | 2013-03-29 | |
* | | | | | | | | | | | | sky2: Threshold for Pause Packet is set wrong | Mirko Lindner | 2013-03-29 | |
* | | | | | | | | | | | | sky2: Receive Overflows not counted | Mirko Lindner | 2013-03-29 | |
* | | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2013-03-27 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | e1000e: Add missing dma_mapping_error-call in e1000_alloc_jumbo_rx_buffers | Christoph Paasch | 2013-03-27 | |
| * | | | | | | | | | | | | ixgb: Add missing dma_mapping_error-call in ixgb_alloc_rx_buffers | Christoph Paasch | 2013-03-27 | |
| * | | | | | | | | | | | | e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings | Christoph Paasch | 2013-03-27 | |
| | |_|/ / / / / / / / / | |/| | | | | | | | | | | ||||
* | | | | | | | | | | | | tg3: fix length overflow in VPD firmware parsing | Kees Cook | 2013-03-27 | |
* | | | | | | | | | | | | drivers: net: ethernet: davinci_emac: use netif_wake_queue() while restarting... | Mugunthan V N | 2013-03-27 | |
* | | | | | | | | | | | | drivers: net: ethernet: cpsw: use netif_wake_queue() while restarting tx queue | Mugunthan V N | 2013-03-27 | |
* | | | | | | | | | | | | enet: fec: fix fail resume from suspend state | Frank Li | 2013-03-27 | |
|/ / / / / / / / / / / | ||||
* | | | | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh... | David S. Miller | 2013-03-26 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | igb: fix PHC stopping on max freq | Jiri Benc | 2013-03-26 | |
| * | | | | | | | | | | | igb: make sensor info static | Stephen Hemminger | 2013-03-26 | |
| * | | | | | | | | | | | igb: SR-IOV init reordering | Alex Williamson | 2013-03-26 | |
| * | | | | | | | | | | | igb: Fix null pointer dereference | Alex Williamson | 2013-03-26 | |
| * | | | | | | | | | | | igb: fix i350 anti spoofing config | Lior Levy | 2013-03-26 | |
| * | | | | | | | | | | | ixgbevf: don't release the soft entries | xunleer | 2013-03-26 | |
* | | | | | | | | | | | | pch_gbe: fix ip_summed checksum reporting on rx | Veaceslav Falico | 2013-03-26 | |
|/ / / / / / / / / / / | ||||
* | | | | | | | | / / | bnx2x: fix assignment of signed expression to unsigned variable | Kumar Amit Mehta | 2013-03-24 | |
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||
* | | | | | | | | | | net/mlx4_core: Disallow releasing VF QPs which have steering rules | Hadar Hen Zion | 2013-03-21 | |
* | | | | | | | | | | net/mlx4_core: Always use 64 bit resource ID when doing lookup | Hadar Hen Zion | 2013-03-21 | |
* | | | | | | | | | | net/mlx4_en: Remove ethtool flow steering rules before releasing QPs | Hadar Hen Zion | 2013-03-21 | |
* | | | | | | | | | | net/mlx4_core: Fix wrong order of flow steering resources removal | Hadar Hen Zion | 2013-03-21 | |
* | | | | | | | | | | net/mlx4_core: Fix wrong mask applied on EQ numbers in the wrapper | Moshe Lazer | 2013-03-21 | |
* | | | | | | | | | | net: ethernet: cpsw: fix erroneous condition in error check | Lothar Waßmann | 2013-03-21 | |
* | | | | | | | | | | lantiq_etop: use free_netdev(netdev) instead of kfree() | Wei Yongjun | 2013-03-21 | |
* | | | | | | | | | | fec: Fix the build as module | Fabio Estevam | 2013-03-20 | |
| |_|_|_|_|_|_|/ / |/| | | | | | | | | ||||
* | | | | | | | | | net: fec: Define indexes as 'unsigned int' | Fabio Estevam | 2013-03-20 | |
* | | | | | | | | | lpc_eth: fix error return code in lpc_eth_drv_probe() | Wei Yongjun | 2013-03-20 | |
* | | | | | | | | | sh_eth: check TSU registers ioremap() error | Sergei Shtylyov | 2013-03-20 | |
* | | | | | | | | | sh_eth: fix bitbang memory leak | Sergei Shtylyov | 2013-03-20 | |
| |/ / / / / / / |/| | | | | | | | ||||
* | | | | | | | | bnx2x: fix occasional statistics off-by-4GB error | Maciej Żenczykowski | 2013-03-18 | |
* | | | | | | | | bnx2x: add missing napi deletion in error path | Michal Schmidt | 2013-03-17 | |
* | | | | | | | | drivers: net: ethernet: ti: davinci_emac: fix usage of cpdma_check_free_tx_de... | Mugunthan V N | 2013-03-17 | |
* | | | | | | | | ethernet/tulip: DE4x5 needs VIRT_TO_BUS | Arnd Bergmann | 2013-03-17 | |
* | | | | | | | | net: fec: fix missing napi_disable call | Georg Hofmann | 2013-03-15 | |
* | | | | | | | | net: fec: restart the FEC when PHY speed changes | Lucas Stach | 2013-03-15 | |
* | | | | | | | | tg3: 5715 does not link up when autoneg off | Nithin Sujir | 2013-03-13 | |
* | | | | | | | | Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc | David S. Miller | 2013-03-13 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | sfc: Only use TX push if a single descriptor is to be written | Ben Hutchings | 2013-03-12 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||
* | | | | | | | | net: ethernet: cpsw: fix usage of cpdma_check_free_tx_desc() | Daniel Mack | 2013-03-13 | |
| |_|_|_|_|/ / |/| | | | | | | ||||
* | | | | | | | cxgb4: Allow for backward compatibility with new VPD scheme. | Santosh Rastapur | 2013-03-12 | |
| |_|_|_|/ / |/| | | | | | ||||
* | | | | | | tg3: Update link_up flag for phylib devices | Nithin Sujir | 2013-03-08 | |
* | | | | | | bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenario | Yaniv Rosner | 2013-03-08 | |
* | | | | | | bnx2x: Fix intermittent long KR2 link up time | Yaniv Rosner | 2013-03-08 | |
* | | | | | | mv643xx_eth: fix for disabled autoneg | Phil Sutter | 2013-03-07 |