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
/
usb
/
if_smsc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix misplaced parenthesis inside an if-clause. already fixed in FreeBSD in rev
mestre
2018-08-25
1
-2
/
+2
*
Device trees for the Rasperry Pi are still in flux. Catch up with the
kettenis
2017-07-29
1
-6
/
+22
*
The videocore portion of the raspberry pi which boots the arm cores and
jsg
2017-02-12
1
-1
/
+29
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
Use m_devget(9).
kettenis
2016-07-31
1
-27
/
+3
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-3
/
+1
*
remove an unused ifp variable
jsg
2016-01-20
1
-3
/
+1
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-7
/
+8
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
No need for "vlan.h" if you don't check for "#if NVLAN > 0".
mpi
2015-11-24
1
-2
/
+1
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-3
/
+4
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-2
/
+1
*
Only match devices with a valid configuration.
mpi
2015-06-18
1
-15
/
+6
*
unlock MII on smsc_miibus_writereg error
jsg
2015-03-23
1
-1
/
+2
*
Convert to if_input(), tested by jsg@, thanks!
mpi
2015-03-23
1
-11
/
+6
*
unlock MII on smsc_miibus_readreg error
jsg
2015-03-19
1
-3
/
+3
*
Remove some includes include-what-you-use claims don't
jsg
2015-03-14
1
-2
/
+1
*
unifdef INET
tedu
2014-12-22
1
-5
/
+1
*
No need for <netinet/in_systm.h> here.
mpi
2014-07-13
1
-3
/
+1
*
Kill a bunch of DVACT_DEACTIVATE handlers whose only purpose were to
mpi
2014-07-12
1
-20
/
+2
*
Do not define per-driver DEBUG variable when USB_DEBUG is defined. It's
mpi
2014-03-07
1
-6
/
+3
*
Clean-up usbd_abort_pipe() usage.
pirofti
2013-11-15
1
-16
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
Rearrange the inequalities.
brad
2013-07-02
1
-2
/
+2
*
Get rid of various 'typedef struct' definitions and use plain structure
mglocker
2013-04-15
1
-6
/
+6
*
proc.h is way too much header for usb to handle.
tedu
2013-03-28
1
-2
/
+1
*
Rewrite the receive filter handling code and cleanup the ioctl bits.
brad
2012-11-10
1
-47
/
+31
*
Use a smaller buffer size when not attached to a high speed/usb2
jsg
2012-09-27
1
-6
/
+11
*
make smsc work on big endian archs
jsg
2012-09-27
1
-3
/
+1
*
match some more LAN95xx device ids
jsg
2012-09-19
1
-2
/
+19
*
SMSC LAN95xx 10/100 USB Ethernet driver, ported from FreeBSD.
jsg
2012-09-19
1
-0
/
+1454