summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_nfe.c
AgeCommit message (Expand)Author
2009-06-18Remove support for cancelled NVIDIA MCP7B and add initial support forJonathan Gray
2009-03-29make various strings ("can't map mem space" and similar) more consistentStuart Henderson
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-11-09Introduce bpf_mtap_ether(), which for the benefit of bpf listenersChristian Weisgerber
2008-10-28Remove #if NVLAN.Brad Smith
2008-10-28Re-add support for RX VLAN tag stripping.Brad Smith
2008-10-16Switch the existing TX VLAN hardware support over to having theChristian Weisgerber
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-09-10Convert timeout_add() calls using multiples of hz to timeout_add_sec()Bret Lambert
2008-08-09MCP79 are also capable of Jumbo frames. Add the Jumbo support flag.Brad Smith
2008-05-23Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() asBrad Smith
2008-05-19correct format after %x -> %b convertion. deraadt jsg ok.Federico G. Schwindt
2008-02-05Add the NFE_CORRECT_MACADDR flag for MCP77/79 chipsets.Brad Smith
2008-01-02add the NVIDIA MCP77/79 ids.Brad Smith
2007-12-11Fix check for pending interrupts as some other device is causingMike Belopuhov
2007-12-05Make sure newer adapters are not in powerdown mode.Jonathan Gray
2007-11-17Disable jumbo allocator until the low number of buffers caseJonathan Gray
2007-09-12In nfe_start() do a fast return if IFF_OACTIVE is set, inJonathan Gray
2007-09-07use new malloc M_ZERO flag to shrink kernel.Damien Bergamini
2007-09-01Correct the backwards ethernet address that some NVidia MACs have.Chris Kuethe
2007-03-02MCP65 has no hardware checksum support.Jonathan Gray
2007-01-08Add support for HW TCP/IP checksum offload for adapters that support it.Damien Bergamini
2006-11-15Correct the WOL magic value and rename NFE_WOL_MAGIC to NFE_WOL_ENABLE.Brad Smith
2006-11-10Defer setting of the valid bit in the first TX descriptor afterDamien Bergamini
2006-11-05add the NVIDIA MCP67 LAN PCI ids.Brad Smith
2006-07-23add NVidia MCP61/65 ids.Brad Smith
2006-06-17add sys/timeout.hBrad Smith
2006-05-29garbage collect NFE_NO_JUMBO.Brad Smith
2006-05-28- remove ETHER_MAX_LEN_JUMBO and ETHERMTU_JUMBO.Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-05-27remove IFCAP_JUMBO_MTU interface capabilities flag and set if_hardmtu in a fewBrad Smith
2006-05-20set if_jumbo_mtu and the IFCAP_JUMBO_MTU capabilities flag whereBrad Smith
2006-04-26Use %b in error flag printfs to describe meaning of error bits.Jonathan Gray
2006-04-26And commit the diff from the right system.Brad Smith
2006-04-26check for IFF_RUNNING being set before calling nfe_init().Brad Smith
2006-04-07Add work around for mbuf leak in the tx path until weJonathan Gray
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-02Put the PHY update/reset call in nfe_init back to the spot it was atJonathan Gray
2006-02-26use sc->sc_dev.dv_xname consistently.Damien Bergamini
2006-02-26Let if_nfe.c compile again by putting declaration of ifp inside #ifdefKenneth R Westerback
2006-02-26Don't define NFE_DEBUG by default.Jonathan Gray
2006-02-24check for M_PKTHDR.Brad Smith
2006-02-22fix nfe_txeof() to reset the wathdog timeout only when a full tx frameDamien Bergamini
2006-02-22re-enable interrupt mitigation and mask out NFE_IRQ_TIMER that was causingDamien Bergamini
2006-02-22update the media settings after MAC setup.Brad Smith
2006-02-21disable interrupt mitigation until i figure out why we're spending 10% ofDamien Bergamini
2006-02-20- remove mbuf linearization code. it is broken in this context and it is veryDamien Bergamini
2006-02-19- fix h/w VLAN tagging and enable it for adapters that support it (VLAN tagDamien Bergamini
2006-02-16- stop enabling/disabling interrupts in nfe_intr().Damien Bergamini
2006-02-15move setting IFCAP_VLAN_MTU back to where it is supposed to be.Brad Smith