summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-06[evo] add Makefile.pkg and change src directoryHEADmasterNicolas HICHER (atarakt)
2012-12-04[evo] packaging files are now on squeeze-xivo-skaro repositoryNicolas HICHER (atarakt)
2012-12-03update READMENoé Rubinstein
2012-12-03Remove unchanged fileNoé Rubinstein
2012-12-03Build a package with m-aNoé Rubinstein
2012-12-03DKMS-enableNoé Rubinstein
2012-12-03Revert "Add non-working debian packaging information"Noe Rubinstein
This reverts commit ff4634384e8e7ed5831bbbf9eda0fb670a2404a4.
2012-12-03Revert "Try to use the example from module-assistant"Noe Rubinstein
This reverts commit dd952c2c643205f6f34e6f020ec62976c4c54355.
2012-12-03Revert "not much better"Noe Rubinstein
This reverts commit e556602e98d888842de6a929672705d63f4357ec.
2012-11-28not much betterno
2012-11-27Try to use the example from module-assistantroot
2012-11-26Add non-working debian packaging informationroot
2012-08-17XIOH data version 2 w/ cksumsNoe Rubinstein
2012-08-16Add warning if version != 2Noe Rubinstein
2012-08-16fix checksumNoe Rubinstein
2012-07-31Rationalize XIOH-specific stuff (untested)Noe Rubinstein
2012-07-31(untested) checksumed version of xioh serial dataNoe Rubinstein
2012-07-23support version 3 of xioh data in ROMNoe Rubinstein
2012-07-18Implement version 2 of MAC storageNoe Rubinstein
2012-07-18Merge branch 'master' of githardware:git/e1000-squeeze into out-of-treeNoe Rubinstein
2012-07-18Read the MAC addresses at 0xfff00000Noe Rubinstein
2012-07-18Revert "Fix compiling with 2.6.32"Noe Rubinstein
Debian backported this function. This reverts commit a542bb6543ce087ec6f1be8b6dbb17672b4b2c81.
2012-07-06Revert "Fix compiling with 2.6.32"no
Debian patched their kernel This reverts commit a542bb6543ce087ec6f1be8b6dbb17672b4b2c81.
2012-07-06Fix compiling with 2.6.32Noe Rubinstein
Uncomment netdev_alloc_skb_ip_align which was prolly commented out to enable build with 2.6.26
2012-02-14add kcompatNoe Rubinstein
2012-02-14build fixesNoe Rubinstein
2012-02-13change Makefile for out-of-tree useNoe Rubinstein
2012-01-09removed kcompat.hNoe Rubinstein
2012-01-06typoNoe Rubinstein
2012-01-06use true/false instead of TRUE/FALSENoe Rubinstein
2012-01-05ouaiiiiiissisisiisisisiNoe Rubinstein
2012-01-05some gnu indentNoe Rubinstein
2012-01-05formatting changes, again and againNoe Rubinstein
2012-01-05still more formatting changesNoe Rubinstein
2012-01-05remove bracesNoe Rubinstein
2012-01-04remove useless bracesNoe Rubinstein
Coccinelle script: @ several_statements @ position p; statement a,b; @@ if@p (...) { ... a b ... } @@ position p != several_statements.p; expression a; statement c; @@ ... if@p (a) - { c - } ...
2012-01-04Formatting changes, againNoe Rubinstein
2012-01-04More formatting changesNoe Rubinstein
2012-01-03Formatting changesNoe Rubinstein
2012-01-03net: e1000: change files modeNoe Rubinstein
2011-12-23net: e1000: Added support for Intel EP80579 "Tolapai" GCU and some OEM physIan Stadler
The Global Configuration Unit (GCU) manages the 3 gigabit MACs that are baked onto the Intel EP80579 SoC. The GCU is registered as a device on the PCI bus and the driver handles the init, probe, and removal of the device as well as entering into ACPI power sleep states. Any number of PHYs can be attached to the MACs in order to connect to a network. Support for the following PHYs is addded via the e1000_oem_phy portion of the addition: Intel M88E1000 Intel M88E1011 Intel IGP01E1000 Intel M88E1141 Vitesse VSC8211 Vitesse VSC8601
2010-03-27e1000: do not modify tx_queue_len on link speed changeEmil Tantilov
Previously the driver tweaked txqueuelen to avoid false Tx hang reports seen at half duplex. This had the effect of overriding user set values on link change/reset. Testing shows that adjusting only the timeout factor is sufficient to prevent Tx hang reports at half duplex. This patch removes all instances of tx_queue_len in the driver. Based on e1000e patch by Franco Fichtner <franco@lastsummer.de> CC: Franco Fichtner <franco@lastsummer.de> Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Acked-by: Jesse Brandeburg <jesse.brandeburg@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-25Merge branch 'master' of ↵David S. Miller
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
2010-02-23e1000: Fix DMA mapping error handling on RXAnton Blanchard
Check for error return from pci_map_single/pci_map_page and clean up. With this and the previous patch the driver was able to handle a significant percentage of errors (I set the fault injection rate to 10% and could still download large files at a reasonable speed). Signed-off-by: Anton Blanchard <anton@samba.org> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-23e1000: correct wrong coding style for "else"Jiri Pirko
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-22e1000: convert to use netdev_for_each_mc_addrJiri Pirko
Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-03e1000: call pci_save_state after pci_restore_stateNick Nunley
This patch adds a call to pci_save_state() immediately after the call to pci_restore_state(). Due to a change in the behavior of pci_restore_state() it is necessary to call pci_save_state() to keep the state_saved flag. This patch is based on a similar patch for ixgbe. Signed-off-by: Nicholas Nunley <nicholasx.d.nunley@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-02-03e1000: Report link status in ethtool when interface is downNick Nunley
With this change ethtool will correctly report link status when the interface is down. Currently ethtool reports the link as not detected when the interface is down. Signed-off-by: Nicholas Nunley <nicholasx.d.nunley@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2010-01-28Merge branch 'master' of ↵David S. Miller
master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
2010-01-25net: use helpers to access uc list V2Jiri Pirko
This patch introduces three macros to work with uc list from net drivers. Signed-off-by: Jiri Pirko <jpirko@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>