summaryrefslogtreecommitdiff
path: root/sys/dev/isa/if_ie.c
AgeCommit message (Expand)Author
2022-04-06constify struct cfattachChristian Weisgerber
2022-02-22Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>Philip Guenther
2021-03-07ansiJonathan Gray
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2019-12-19spelling; from bryan stensonJason McIntyre
2017-11-04Interface counters should only increment.Florian Obser
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-29make the ie(4)s bpf_mtap_ether outgoing packets like all the other driversDavid Gwynne
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-25Network drivers should not include <net/route.h> or <net/netisr.h>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 and almost dead.Martin Pieuchot
2015-06-24Increment if_ipackets in if_input().Martin Pieuchot
2015-05-26More than 100+ drivers converted to if_input(), this is the last "real" one.Martin Pieuchot
2015-05-13test mbuf pointers against NULL not 0Jonathan Gray
2014-12-22unifdef INETTed Unangst
2014-08-11Fewer <netinet/in_systm.h>Martin Pieuchot
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-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
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
2006-04-16Convert the last remaining net-driver users of ether_input to ether_input_mbuf.Christopher Pascoe
2006-03-25allow bpf(4) to ignore packets based on their direction (inbound orDamien Miller
2005-07-31Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainChristopher Pascoe
2005-01-15make sure interface is in RUNNING state before touching the multicast filtersBrad Smith
2004-05-18Be sure to initalized and use the "len" variable correctly in iestart();Miod Vallat
2004-05-12network drivers don't need to include bpfdesc.hTed Unangst
2004-01-09remove uvm_extern.hBrad Smith
2003-04-10Proper use of bus_space makes the need for <machine/pio.h> obsolete, whichMiod Vallat
2003-02-03pad tx buffer out to minimum framelength; based on NetBSDJason Wright
2002-03-14First round of __P removal in sysTodd C. Miller
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
2001-06-23Remove repeated ethernet constants; use if_ether.h for it instead.Federico G. Schwindt
2001-02-20for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ okMichael Shalayeff
2001-02-03no timeouts is new timeoutsMichael Shalayeff
1999-08-17factor out ie device definition; niklas@ okMichael Shalayeff
1999-03-01add checks for if_bridge (in addition to if_bpf)Jason Wright
1996-11-29Missing pieces of new bus.h that CVS lost behind my backNiklas Hallqvist
1996-11-12s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy roadNiklas Hallqvist
1996-10-17Remove kvtop prototype, found elsewhere nowNiklas Hallqvist
1996-10-06fix from chuckTheo de Raadt
1996-05-27verbosity during probe is dumbTheo de Raadt
1996-05-26sync 0521Theo de Raadt
1996-05-10if_name/if_unit -> if_xname/if_softcTheo de Raadt