summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_pcn.c
AgeCommit message (Expand)Author
2024-05-24remove unneeded includes; ok miod@Jonathan Gray
2023-11-10Make ifq and ifiq interface MP safe.Alexander Bluhm
2022-07-10Add _cb suffix to callback fields in struct ifmedia. Makes codeAlexander Bluhm
2022-03-11Constify struct cfattach.Martin Pieuchot
2022-01-16modernise pcn_start with m_defrag and the "new" ifq pattern.David Gwynne
2022-01-09spellingJonathan Gray
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-11-29m_free() and m_freem() test for NULL. Simplify callers which had their ownJonathan Gray
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-20shuffle struct ifqueue so in flight mbufs are protected by a mutex.David Gwynne
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-03-14Remove some includes include-what-you-use claims don'tJonathan Gray
2015-02-09tweak the new if_input function so it takes an mbuf_list insteadDavid Gwynne
2015-02-08Convert to if_input().Martin Pieuchot
2014-12-22unifdef INETTed Unangst
2014-12-19Use <sys/endian.h> instead of <machine/endian.h>Philip Guenther
2014-12-08Remove a few foo_start() calls within ioctl handlers. Odd spot to haveBrad Smith
2014-07-22Fewer <netinet/in_systm.h>Martin Pieuchot
2013-12-07Rewrite receive filter handling and ioctl bits. Fixes not being able toBrad Smith
2013-11-26Instead of comparing the lower and higher addresses of all the multicastMartin Pieuchot
2013-08-07Most network drivers include netinet/in_var.h, but apparently theyAlexander Bluhm
2012-11-22Don't bother to store the return value from pci_set_powerstate() as theBrad Smith
2012-10-18Convert a number of old private copies of code which predatesTheo de Raadt
2011-04-03use nitems(); no binary change for drivers that are compiled on amd64.Jasper Lievisse Adriaanse
2010-09-20Stop doing shutdown hooks in network drivers where possible. We alreadyTheo de Raadt
2009-08-13- consistify cfdriver for the ethernet drivers (0 -> NULL)Jasper Lievisse Adriaanse
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-05-13Remove commented out NetBSD __KERNEL_RCSID macro usage.Brad Smith
2007-10-22only output on situations where power state is D3. unify the message inFederico G. Schwindt
2007-10-22Use pci_set_powerstate(), shrinking the code and unifying the differentFederico G. Schwindt
2006-11-09remove another useless header and move the 12 register definitions toReyk Floeter
2006-06-14reset the chip in pcn_shutdown().Brad Smith
2006-05-28unknown ioctl is ENOTTY not EINVALJason Wright
2006-04-21repair intr establish error printfMichael Shalayeff
2006-04-20Fix various printf() issues: too many arguments, not enough arguments, argumentMiod Vallat
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2006-03-19recognize the 976 and 978Brad Smith
2006-03-12Make use of pci_matchbyid().Brad Smith
2006-03-12with pcn(4) now in place remove or replace the references to PCI le(4)Martin Reindl
2006-02-22IBM makes a pcn card that shows up as:Brad Smith
2006-02-03jump to the allmulti target in pcn_set_filter() if the IFF_ALLMULTI flagBrad Smith
2005-12-16fix error printf's.Brad Smith
2005-11-03- fix error message printed when pci_mapreg_map() fails.Brad Smith
2005-08-01Remove spurious space.Mark Kettenis
2005-07-28New driver for the AMD PCnet-PCI family of Ethernet chips. ThisBrad Smith