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_ex.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make room for media types of the future. Extend the ifmedia word to 64 bits.
stsp
2015-09-11
1
-3
/
+3
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Convert to if_input().
mpi
2015-05-19
1
-8
/
+5
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
some very obvious uninit bugs found when I turned off -Wno-uninitialized
tedu
2010-07-02
1
-4
/
+3
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-21
/
+8
*
cast pointer to correct type before passing it to bus space. Noticed while
oga
2008-11-22
1
-3
/
+5
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-10
/
+2
*
Remove a bogus and unnecessary check for if_addrlist from ex_init().
brad
2007-10-21
1
-3
/
+1
*
Add multicast support.
brad
2007-10-21
1
-8
/
+109
*
Add ifmedia support.
brad
2007-10-21
1
-24
/
+75
*
Eliminate unnecessary resets when calling the SIOCSIFADDR ioctl.
brad
2007-10-18
1
-11
/
+5
*
Rename bus_space macros. ISA_GET/PUT -> CSR_READ/WRITE
brad
2007-10-06
1
-100
/
+103
*
replace the BANK_SEL bus space macro usage with the ISA_PUT macro and remove
brad
2007-09-20
1
-12
/
+10
*
a little more cleaning. removing some useless comments.
brad
2007-09-19
1
-12
/
+1
*
In ex_rx_intr() allocate an mbuf cluster if the pkt_len is >= MINCLSIZE.
brad
2007-09-19
1
-2
/
+2
*
sprinkle a few tabs on ex_ioctl() to make things easier on the eyes.
brad
2007-09-19
1
-48
/
+47
*
call ether_ioctl() from within ex_ioctl().
brad
2007-09-19
1
-1
/
+6
*
remove the SIOCGIFADDR ioctl handler and return ENOTTY instead of EINVAL
brad
2007-09-19
1
-12
/
+2
*
rename a few functions.
brad
2007-09-19
1
-19
/
+18
*
don't need to wrap the code in #if NEX > 0
brad
2007-09-19
1
-5
/
+1
*
ex_start() is always called at splnet, so remove the unnecessary splnet.
brad
2007-09-19
1
-6
/
+2
*
de-static
brad
2007-09-19
1
-16
/
+16
*
A little cleaning..
brad
2007-09-17
1
-60
/
+20
*
remove never used #ifdef IPX_NOTYET code
henning
2007-06-06
1
-28
/
+1
*
allow bpf(4) to ignore packets based on their direction (inbound or
djm
2006-03-25
1
-3
/
+5
*
splimp -> splnet
brad
2005-11-09
1
-6
/
+6
*
remove netns crud.
henning
2005-06-08
1
-22
/
+1
*
ether_input_mbuf() conversion.
brad
2005-04-03
1
-5
/
+2
*
support setting the MTU
brad
2005-04-02
1
-5
/
+4
*
Use list and queue macros where applicable to make the code easier to read;
miod
2004-12-26
1
-2
/
+2
*
don't need to set ifp->if_mtu or ifp->if_output in each driver,
brad
2004-09-23
1
-3
/
+1
*
First round of __P removal in sys
millert
2002-03-14
1
-15
/
+15
*
ALTQ'ify network drivers.
kjc
2001-06-27
1
-5
/
+8
*
for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok
mickey
2001-02-20
1
-9
/
+1
*
Fix a bug that prevents the correct detection of the card.
fgsch
1999-04-19
1
-11
/
+7
*
compensate for the test of packet ownership being moved to ether_input()
jason
1999-02-28
1
-19
/
+2
*
If the card is not present be sure to always call bus_space_unmap on exit.
fgsch
1999-02-13
1
-10
/
+10
*
Sweeping changes from Don Schmidt (yensid@imsa.edu) to busify this driver.
gene
1997-11-09
1
-122
/
+130
*
Driver for ISA EtherExpress Pro/10 ethernet card.
gene
1997-09-11
1
-0
/
+998