Age | Commit message (Expand) | Author |
2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds |
2013-11-01 | e1000: fix wrong queue idx calculation | Hong Zhiguo |
2013-09-24 | intel: Remove extern from function prototypes | Joe Perches |
2013-09-21 | DMA-API: net: intel/e1000: replace dma_set_mask()+dma_set_coherent_mask() wit... | Russell King |
2013-08-29 | drivers:net: Convert dma_alloc_coherent(...__GFP_ZERO) to dma_zalloc_coherent | Joe Perches |
2013-04-19 | net: vlan: add protocol argument to packet tagging functions | Patrick McHardy |
2013-04-19 | net: vlan: prepare for 802.1ad VLAN filtering offload | Patrick McHardy |
2013-04-19 | net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* | Patrick McHardy |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-27 | e1000: ethtool: Add missing dma_mapping_error-call in e1000_setup_desc_rings | Christoph Paasch |
2013-03-17 | drivers:net: dma_alloc_coherent: use __GFP_ZERO instead of memset(, 0) | Joe Perches |
2013-03-15 | drivers:net: Remove dma_alloc_coherent OOM messages | Joe Perches |
2013-02-15 | e1000: fix whitespace issues and multi-line comments | Jeff Kirsher |
2013-02-08 | drivers: net: Remove remaining alloc/OOM messages | Joe Perches |
2013-01-08 | remove init of dev->perm_addr in drivers | Jiri Pirko |
2012-12-13 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds |
2012-12-07 | drivers/net: fix up function prototypes after __dev* removals | Greg Kroah-Hartman |
2012-12-03 | net/intel: remove __dev* attributes | Bill Pemberton |
2012-11-19 | treewide: fix typo of "suppport" in various comments | Masanari Iida |
2012-11-01 | e1000: fix concurrent accesses to PHY from watchdog and ethtool | Maxime Bizon |
2012-10-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2012-10-01 | Merge tag 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci | Linus Torvalds |
2012-09-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-09-18 | e1000: Small packets may get corrupted during padding by HW | Tushar Dave |
2012-09-15 | e1000: add byte queue limits | Otto Estuardo Solares Cabrera |
2012-09-07 | netdev: make pci_error_handlers const | Stephen Hemminger |
2012-08-21 | e1000: configure and read MDI settings | Jesse Brandeburg |
2012-07-22 | e1000: advertise transmit time stamping | Richard Cochran |
2012-07-10 | drivers/net/ethernet: Fix non-kernel-doc comments with kernel-doc start markers | Ben Hutchings |
2012-07-10 | drivers/net/ethernet: Fix (nearly-)kernel-doc comments for various functions | Ben Hutchings |
2012-06-20 | e1000: Combining Bitwise OR in one expression. | Tushar Dave |
2012-06-02 | e1000: look into the page instead of skb->data for e1000_tbi_adjust_stats() | Sebastian Andrzej Siewior |
2012-05-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-05-17 | e1000: Prevent reset task killing itself. | Tushar Dave |
2012-05-17 | e1000: look in the page and not in skb->data for the last byte | Sebastian Andrzej Siewior |
2012-05-17 | e1000: remove workaround for Errata 23 from jumbo alloc | Sebastian Andrzej Siewior |
2012-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-05-04 | e1000: Silence sparse warnings by correcting type | Andrei Emeltchenko |
2012-04-30 | e1000: add transmit timestamping support | Willem de Bruijn |
2012-04-04 | e1000: Support RX-ALL flag. | Ben Greear |
2012-03-27 | intel: make wired ethernet driver message level consistent (rev2) | stephen hemminger |
2012-03-27 | e1000: fix vlan processing regression | Jiri Pirko |
2012-03-21 | Merge branch 'kmap_atomic' of git://github.com/congwang/linux | Linus Torvalds |
2012-03-20 | net: remove the second argument of k[un]map_atomic() | Cong Wang |
2012-02-24 | v2 e1000: Neaten e1000_dump function | Tushar Dave |
2012-02-24 | e1000: Neaten e1000_config_dsp_after_link_change | Joe Perches |
2012-02-24 | e1000: Support RX-FCS flag. | Ben Greear |
2012-02-24 | e1000: Support sending custom Ethernet CRC. | Ben Greear |
2012-02-10 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2012-02-09 | e1000: add dropped DMA receive enable back in for WoL | Dean Nelson |