index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
if_ie.c
Age
Commit message (
Expand
)
Author
2022-04-06
constify struct cfattach
Christian Weisgerber
2022-02-22
Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h>
Philip Guenther
2021-03-07
ansi
Jonathan Gray
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2019-12-19
spelling; from bryan stenson
Jason McIntyre
2017-11-04
Interface counters should only increment.
Florian Obser
2017-01-22
move counting if_opackets next to counting if_obytes in if_enqueue.
David Gwynne
2016-04-13
G/C IFQ_SET_READY().
Martin Pieuchot
2016-03-29
make the ie(4)s bpf_mtap_ether outgoing packets like all the other drivers
David Gwynne
2016-03-14
Change a bunch of (<blah> *)0 to NULL.
Kenneth R Westerback
2015-12-08
No trailers has been the default and only option for 20 years, yet some
Ted Unangst
2015-11-25
Network drivers should not include <net/route.h> or <net/netisr.h>
Martin Pieuchot
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
Martin Pieuchot
2015-11-24
The only network driver needing <net/if_types.h> is upl(4) for IFT_OTHER.
Martin Pieuchot
2015-10-25
arp_ifinit() is no longer needed and almost dead.
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-05-26
More than 100+ drivers converted to if_input(), this is the last "real" one.
Martin Pieuchot
2015-05-13
test mbuf pointers against NULL not 0
Jonathan Gray
2014-12-22
unifdef INET
Ted Unangst
2014-08-11
Fewer <netinet/in_systm.h>
Martin Pieuchot
2013-11-26
Instead of comparing the lower and higher addresses of all the multicast
Martin Pieuchot
2013-08-07
Most network drivers include netinet/in_var.h, but apparently they
Alexander Bluhm
2012-10-05
Point an interface directly to its bridgeport configuration, instead
Camiel Dobbelaar
2008-11-28
Eliminate the redundant bits of code for MTU and multicast handling
Brad Smith
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2006-04-16
Convert the last remaining net-driver users of ether_input to ether_input_mbuf.
Christopher Pascoe
2006-03-25
allow bpf(4) to ignore packets based on their direction (inbound or
Damien Miller
2005-07-31
Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain
Christopher Pascoe
2005-01-15
make sure interface is in RUNNING state before touching the multicast filters
Brad Smith
2004-05-18
Be sure to initalized and use the "len" variable correctly in iestart();
Miod Vallat
2004-05-12
network drivers don't need to include bpfdesc.h
Ted Unangst
2004-01-09
remove uvm_extern.h
Brad Smith
2003-04-10
Proper use of bus_space makes the need for <machine/pio.h> obsolete, which
Miod Vallat
2003-02-03
pad tx buffer out to minimum framelength; based on NetBSD
Jason Wright
2002-03-14
First round of __P removal in sys
Todd C. Miller
2001-11-06
Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.
Miod Vallat
2001-06-27
ALTQ'ify network drivers.
Kenjiro Cho
2001-06-23
Remove repeated ethernet constants; use if_ether.h for it instead.
Federico G. Schwindt
2001-02-20
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
Michael Shalayeff
2001-02-03
no timeouts is new timeouts
Michael Shalayeff
1999-08-17
factor out ie device definition; niklas@ ok
Michael Shalayeff
1999-03-01
add checks for if_bridge (in addition to if_bpf)
Jason Wright
1996-11-29
Missing pieces of new bus.h that CVS lost behind my back
Niklas Hallqvist
1996-11-12
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
Niklas Hallqvist
1996-10-17
Remove kvtop prototype, found elsewhere now
Niklas Hallqvist
1996-10-06
fix from chuck
Theo de Raadt
1996-05-27
verbosity during probe is dumb
Theo de Raadt
1996-05-26
sync 0521
Theo de Raadt
1996-05-10
if_name/if_unit -> if_xname/if_softc
Theo de Raadt
[next]