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
/
pci
/
if_lii.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move setting of reception of broadcast packets from lii_init() into
sthen
2010-09-19
1
-4
/
+9
*
Add DVACT_QUIECE support. This is called before splhigh() and before
deraadt
2010-08-31
1
-2
/
+5
*
remove the unused if_init callback in struct ifnet
jsg
2010-08-27
1
-2
/
+1
*
ca_activate function brings eeepc701 network back after resume.
deraadt
2010-07-26
1
-2
/
+27
*
When initialising the chip actually set the hardware MAC address, thus
jsing
2010-02-08
1
-1
/
+8
*
Use nitems.
jsing
2010-02-03
1
-2
/
+2
*
Bring multicast/promisc handling in line with other network drives.
jsing
2009-11-24
1
-14
/
+12
*
Remove erroneous spaces.
jsing
2009-04-12
1
-3
/
+3
*
make various strings ("can't map mem space" and similar) more consistent
sthen
2009-03-29
1
-8
/
+8
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-10
/
+4
*
If we fail to read the MAC address from the eeprom, fallback to reading
jsing
2008-10-07
1
-11
/
+8
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-10
/
+4
*
Convert timeout_add() calls using multiples of hz to timeout_add_sec()
blambert
2008-09-10
1
-3
/
+3
*
Finish the rest... ATL2 -> LII
brad
2008-09-01
1
-75
/
+75
*
Remove clause 3 from NetBSD license.
jsing
2008-07-17
1
-4
/
+1
*
Teach lii(4) how to clean up after itself.
jsing
2008-06-30
1
-25
/
+30
*
Rename access macros so that they match the driver name.
jsing
2008-06-10
1
-77
/
+77
*
Add multicast support to lii(4), with suggestions/changes from brad@.
jsing
2008-05-20
1
-22
/
+53
*
- Use pci_matchbyid().
brad
2008-05-15
1
-19
/
+12
*
The driver is called lii, not atl2. Change function and variable names to
jsing
2008-05-13
1
-116
/
+116
*
Ensure that we wrap around to the start of the TXD buffer when incrementing
jsing
2008-04-03
1
-2
/
+2
*
Add code to configure the vendor specific opcodes of the SPI Flash.
jsing
2008-03-30
1
-2
/
+53
*
Enable setting of interrupt timers.
jsing
2008-03-30
1
-3
/
+1
*
Pad the RXD buffer so that packets are aligned on a 128-byte boundary. This
jsing
2008-03-30
1
-6
/
+11
*
even better attach message location
deraadt
2008-01-05
1
-4
/
+4
*
print info in attach before if_attach
deraadt
2008-01-05
1
-5
/
+3
*
read the hardware mac address into the drivers ac_enaddr thing rather than
dlg
2008-01-04
1
-4
/
+3
*
we have pci_vpd_read now. get rid of the (bad) comment that left it out
dlg
2008-01-04
1
-3
/
+2
*
use OpenBSD rcs id's
jasper
2007-12-31
1
-1
/
+1
*
lii(4) is a driver for the atheros l2 ethernet chip as found on the asus
dlg
2007-12-31
1
-0
/
+1087