summaryrefslogtreecommitdiff
path: root/sys/dev/ic/fxp.c
AgeCommit message (Expand)Author
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-12Convert to if_input().Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2013-12-28The few network drivers that called their children's (ie. mii PHYTheo de Raadt
2013-12-06Add a DVACT_WAKEUP op to the *_activate() API. This is called after theTheo de Raadt
2013-11-14replace workqs with tasks for handling resumeDavid Gwynne
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-10-10Avoid potential uninitialized variable access in fxp driver.Bret Lambert
2012-04-03After suspend/resume, reload the firmware. Skip firmware onTheo de Raadt
2011-12-19fxp_init could bail out on errors without calling slpx.Marco Pfatschbacher
2011-04-07Do not use NULL in integer comparisons. No functional change.Miod Vallat
2010-09-07remove the powerhook code. All architectures now use the ca_activate treeTheo de Raadt
2010-09-06initialize rv to 0 in the activate functionTheo de Raadt
2010-08-31Add DVACT_QUIECE support. This is called before splhigh() and beforeTheo de Raadt
2010-08-31activate function should return result of config_activate_childrenTheo de Raadt
2010-08-27Since the pci-specific activate function does nothing, move it to fxp.c.Theo de Raadt
2010-08-06ca_activate for suspend/resume; tested by andrew@afresh1.comTheo de Raadt
2010-05-19BUS_DMA_ZERO instead of alloc, map, bzero.Owain Ainsworth
2009-10-15Add detach support to a few more drivers, and in others do the neccessaryTheo de Raadt
2009-08-25Don't setup multicast when in promiscuous mode. From Brad.Stuart Henderson
2009-08-13Rewrite part of the promiscuous/multicast handling; tested by myself,Stuart Henderson
2009-08-10More cases of shutdown hooks not needed after card is already stopped. InTheo de Raadt
2009-06-06Rewrite the SIOCSIFFLAGS ioctl handling code to clean it up a bit andChristian Weisgerber
2009-06-02Make fxp at pci detachable; untested.Jonathan Gray
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
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-02-21Some fxp(4) chips do not like having their status/command registers accessedBrad Smith
2008-02-20- Only clear the IFF_OACTIVE flag if packets were processed.Brad Smith
2007-10-13remove unneeded declarations that shadows existing vars; ok by many.Federico G. Schwindt
2007-08-31new format firmware load messageTheo de Raadt
2007-06-06do not include ipx headers (were not needed in the first place)Henning Brauer
2007-05-08put more foo_detach() routines where they are usedTheo de Raadt
2007-03-16Add missing "goto fail;" in an error path of fxp_attach().Claudio Jeker
2006-12-26Don't re-initialize the card every time the IP address is changed.Kenneth R Westerback
2006-12-13insufficient testing, martin, please do not be a moronTheo de Raadt
2006-12-13eliminate unnecessary interface resets in fxp_ioctl()Martin Reindl
2006-11-05ANSIBrad Smith
2006-10-26fix fxp(4) so that it will reset the link when you change the speed... ThisBrad Smith
2006-07-01(fxp/re)_attach_common -> (fxp/re)_attachBrad Smith
2006-05-22Attach routines can fail before calling *hook_establish(), and theyKenneth R Westerback
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-04remove vlan header.Brad Smith
2006-01-05Disable the minimum size frame bundling when using the CPUSaver microcode.Brad Smith
2006-01-05load the CPUSaver 102E microcode for the 82551 Rev 10 chip.Brad Smith
2005-11-07splimp -> splnetBrad Smith
2005-06-08remove netns crud.Henning Brauer
2005-05-27- fix reception of VLAN sized frames on 82558 and upBrad Smith