index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
isa
/
if_ed.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove:
henning
2007-06-08
1
-2989
/
+0
*
``it's'' -> ``its'' when the grammar gods require this change.
miod
2007-04-10
1
-2
/
+2
*
Attach routines can fail before calling *hook_establish(), and they
krw
2006-05-22
1
-2
/
+3
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+3
*
fix comment
brad
2005-04-03
1
-2
/
+2
*
make sure interface is in RUNNING state before touching the multicast filters
brad
2005-01-15
1
-3
/
+5
*
Multicast cleanups
mcbride
2004-06-06
1
-18
/
+3
*
network drivers don't need to include bpfdesc.h
tedu
2004-05-12
1
-2
/
+1
*
adress -> address, and a few more; all from Jonathon Gray;
jmc
2003-11-07
1
-2
/
+2
*
spell transceiver correctly
deraadt
2002-06-03
1
-5
/
+5
*
First round of __P removal in sys
millert
2002-03-14
1
-42
/
+42
*
occured->occurred
mpech
2001-09-20
1
-2
/
+2
*
Change pci_intr_map to take pci_attach_args as an argument.
art
2001-08-25
1
-3
/
+2
*
Don't set up ifq_maxlen manually for drivers that uses IFQ_MAXLEN
fgsch
2001-07-08
1
-3
/
+1
*
ALTQ'ify network drivers.
kjc
2001-06-27
1
-3
/
+5
*
ether_input_mbuf() conversion.
fgsch
2001-06-25
1
-8
/
+2
*
Remove repeated ethernet constants; use if_ether.h for it instead.
fgsch
2001-06-23
1
-5
/
+1
*
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
mickey
2001-02-20
1
-13
/
+1
*
compensate for the test of packet ownership being moved to ether_input()
jason
1999-02-28
1
-16
/
+2
*
put irq number on the line with the other info, not on its own line
millert
1998-08-11
1
-5
/
+5
*
Match generic SVEC pcmcia NE2000 clone that identifies itself as 'Ethernet Adapter 2.0'. You just don't get any more generic than that do you? These boards are dirt cheap.
millert
1998-07-31
1
-2
/
+4
*
table driven pci match; simplify prints
deraadt
1998-06-03
1
-22
/
+21
*
add a VIATECH card too
deraadt
1998-03-17
1
-3
/
+5
*
support a few more NE2000 PCI cards
deraadt
1998-03-17
1
-8
/
+15
*
slightly improved SMC autodetection
downsj
1998-03-16
1
-7
/
+15
*
new pci ethernet card
deraadt
1998-02-15
1
-5
/
+9
*
make it comple w/ ED_DEBUG
mickey
1997-10-06
1
-2
/
+2
*
Fix for some stupid ne2000 clones that get into a weird state and
millert
1997-08-20
1
-1
/
+3
*
squish into one line
deraadt
1997-08-01
1
-5
/
+3
*
typo
mickey
1997-06-20
1
-2
/
+2
*
Correct some bogus casts and change u_short -> u_int16_t
millert
1997-04-14
1
-21
/
+21
*
Add support for PCI NE2000 clones. I finally got around to doing this :-)
millert
1997-04-13
1
-5
/
+171
*
64-bit clean. if_ed.c now works on alpha.
niklas
1997-03-20
1
-7
/
+9
*
We do not use the rsr field
niklas
1997-02-21
1
-3
/
+1
*
Missing pieces of new bus.h that CVS lost behind my back
niklas
1996-11-29
1
-307
/
+327
*
s/bus.h/bus.old.h/ to make the transit to the bus_space bus.h an easy road
niklas
1996-11-12
1
-2
/
+2
*
Parenthesize bit ops in last change (-Wall fix)
niklas
1996-11-07
1
-2
/
+2
*
Handle odd-aligned mbufs in 16 bit mode so strict alignment is enforced
niklas
1996-11-07
1
-1
/
+14
*
unused vars
deraadt
1996-10-16
1
-2
/
+2
*
Avoid odd aligned 16-bit entities for mips sake
niklas
1996-10-05
1
-3
/
+5
*
Fix alignment for mips & other strict architectures, mostly used lance stuff.
niklas
1996-09-26
1
-12
/
+14
*
DOH! transmit got broken in the last commit.
niklas
1996-08-02
1
-2
/
+2
*
Drop the ed_ring structure in favour of a byte-array and offset constants.
niklas
1996-07-31
1
-38
/
+44
*
sync 0521
deraadt
1996-05-26
1
-48
/
+116
*
if_name/if_unit -> if_xname/if_softc
deraadt
1996-05-10
1
-27
/
+33
*
sync with 0504 -- prototypes and bus.h
deraadt
1996-05-07
1
-54
/
+44
*
add general ether_ioctl call in net/if_ethersubr.c,
mickey
1996-05-05
1
-24
/
+6
*
Pull in John Kohl's [jtk@netbsd.org] most recent (15Apr96) APM and PCMCIA work
hvozda
1996-04-29
1
-32
/
+87
*
Extend the bus.h interface with endian conversion functions and use
niklas
1996-04-27
1
-3
/
+3
*
partial sync with netbsd 960418, more to come
deraadt
1996-04-21
1
-276
/
+501
[next]