summaryrefslogtreecommitdiff
path: root/sys/dev/ic/i82596.c
AgeCommit message (Expand)Author
2022-01-09spellingJonathan Gray
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2017-01-22move counting if_opackets next to counting if_obytes in if_enqueue.David Gwynne
2016-04-13G/C IFQ_SET_READY().Martin Pieuchot
2016-03-14Change a bunch of (<blah> *)0 to NULL.Kenneth R Westerback
2015-12-08No trailers has been the default and only option for 20 years, yet someTed Unangst
2015-11-25Small fixes related to the IFF_OACTIVE removal.Martin Pieuchot
2015-11-25replace IFF_OACTIVE manipulation with mpsafe operations.David Gwynne
2015-11-24You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.Martin Pieuchot
2015-11-24The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.Martin Pieuchot
2015-10-25arp_ifinit() is no longer needed.Martin Pieuchot
2015-09-18More ifmedia64 fallout.Miod Vallat
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2015-05-01Convert to if_input(), ok miod@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
2014-07-08decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.hTheo de Raadt
2013-11-27fix typoTheo de Raadt
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
2009-10-31in the absense of link state handling, drivers should still be silent; ok miodTheo de Raadt
2008-11-28Eliminate the redundant bits of code for MTU and multicast handlingBrad Smith
2008-10-03KNF.Brad Smith
2008-10-02First step towards cleaning up the Ethernet driver ioctl handling.Brad Smith
2008-06-26First pass at removing clauses 3 and 4 from NetBSD licenses.Ray Lai
2007-09-18Only the most obvious bzero() -> M_ZERO changes. No cast changes, noKenneth R Westerback
2007-09-10Fix setting up the multicast filter. Fixes PR 5474.Mark Kettenis
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2003-12-09missing arg; from Erick Borsboom <erick@bonzai.space-ei.nl>Michael Shalayeff
2003-10-21typos from Tom Cosgrove;Jason McIntyre
2003-08-09need to include bpfilter.h for bpf to work (noticed by weissmanndude). put so...Michael Shalayeff
2003-01-27pad tx buffer on < minimum length frames; based on NetBSD; tested on hppa.Jason Wright
2003-01-07do the busy wait loops my favourite style and merry xmasMichael Shalayeff
2002-12-19fix a debugging printf on cmd wait timeoutMichael Shalayeff
2002-12-11smaller delays, unneeded splsMichael Shalayeff
2002-11-01fight the grammar in the tdr messagesMichael Shalayeff
2002-10-30bring on a few changes from netbsd, such as better rx mbuf calculation, ram p...Michael Shalayeff
2002-10-13do not flush cache here, better support for intrhook, increase number of tran...Michael Shalayeff
2002-10-09Remove trailing '\n's from panic messages.Kenneth R Westerback
2002-09-23make the leds blink (on those machines where we have 'em).Michael Shalayeff
2002-07-31mop up after federico who is not capable of comitting the same diffs he sents...Michael Shalayeff
2002-07-29switch to ether_input_mbuf(); mickey@ tested and ok.Federico G. Schwindt
2002-03-14First round of __P removal in sysTodd C. Miller
2002-03-08do not add maddr twice, break out of the loop if cmd post failsMichael Shalayeff
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
2001-06-27ALTQ'ify network drivers.Kenjiro Cho