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_xge.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-12
1
-2
/
+2
*
Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.
patrick
2020-07-10
1
-2
/
+2
*
Remove an unused header (dev/mii/miivar.h)
kevlo
2019-07-17
1
-3
/
+1
*
Remove duplicate line introduced in rev 1.72. Coverity CID 1452888.
jsg
2017-08-17
1
-2
/
+1
*
Convert to ifq_dequeue and perform m_defrag if the mbuf doesn't fit
mikeb
2017-06-09
1
-13
/
+18
*
move counting if_opackets next to counting if_obytes in if_enqueue.
dlg
2017-01-22
1
-2
/
+1
*
m_free() and m_freem() test for NULL. Simplify callers which had their own
jsg
2016-11-29
1
-3
/
+2
*
enable reception and transmission of jumbo frames.
dlg
2016-05-16
1
-11
/
+7
*
correctly set up byteswapping so this chip works on big endian archs
dlg
2016-04-28
1
-17
/
+70
*
whitespace fixes, no functional change
dlg
2016-04-27
1
-15
/
+15
*
align rx buffers so ip packets will be aligned correctly for the stack
dlg
2016-04-27
1
-1
/
+3
*
tweak some command list handling
dlg
2016-04-27
1
-91
/
+23
*
G/C IFQ_SET_READY().
mpi
2016-04-13
1
-2
/
+1
*
replace IFF_OACTIVE manipulation with mpsafe operations.
dlg
2015-11-25
1
-5
/
+6
*
You only need <net/if_dl.h> if you're using LLADDR() or a sockaddr_dl.
mpi
2015-11-24
1
-2
/
+1
*
shuffle struct ifqueue so in flight mbufs are protected by a mutex.
dlg
2015-11-20
1
-4
/
+7
*
Do not include <net/if_vlan_var.h> when it's not necessary.
mpi
2015-11-14
1
-6
/
+1
*
arp_ifinit() is no longer needed.
mpi
2015-10-25
1
-4
/
+1
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-3
/
+1
*
Convert moar drivers to if_input().
mpi
2015-04-30
1
-8
/
+5
*
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
*
Use <sys/endian.h> instead of <machine/endian.h>
guenther
2014-12-19
1
-2
/
+2
*
Fewer <netinet/in_systm.h>
mpi
2014-07-22
1
-5
/
+1
*
Instead of comparing the lower and higher addresses of all the multicast
mpi
2013-11-26
1
-5
/
+4
*
Most network drivers include netinet/in_var.h, but apparently they
bluhm
2013-08-07
1
-2
/
+1
*
mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT
henning
2011-04-05
1
-3
/
+3
*
use nitems(); no binary change for drivers that are compiled on amd64.
jasper
2011-04-03
1
-3
/
+3
*
these files don't need to include proc.h anymore. ok oga for agp
tedu
2010-04-08
1
-2
/
+1
*
- consistify cfdriver for the ethernet drivers (0 -> NULL)
jasper
2009-08-13
1
-2
/
+2
*
xge_shutdown is not needed now that interface is stopped, since
deraadt
2009-08-10
1
-14
/
+1
*
Eliminate the redundant bits of code for MTU and multicast handling
brad
2008-11-28
1
-20
/
+11
*
Introduce bpf_mtap_ether(), which for the benefit of bpf listeners
naddy
2008-11-09
1
-3
/
+3
*
Re-add support for RX VLAN tag stripping.
brad
2008-10-21
1
-5
/
+15
*
Switch the existing TX VLAN hardware support over to having the
naddy
2008-10-16
1
-9
/
+4
*
First step towards cleaning up the Ethernet driver ioctl handling.
brad
2008-10-02
1
-8
/
+2
*
remove dead stores and newly created unused variables.
chl
2008-09-24
1
-2
/
+2
*
Use the proper baudrate for 10Gb hw now that it can fit into the buadrate
brad
2007-09-19
1
-2
/
+2
*
fix C++ style comment
ckuethe
2007-05-28
1
-2
/
+2
*
wrap the debug macro in do { } while (0)
dlg
2007-05-26
1
-3
/
+3
*
reformat the softc to make it look like everything else we have.
dlg
2007-05-26
1
-26
/
+29
*
get rid of #define sc_if sc_arpcom.ac_if
dlg
2007-05-26
1
-3
/
+2
*
this isnt netbsd
dlg
2007-05-26
1
-6
/
+1
*
Enable HW Tx checksum offloading and VLAN tag insertion. From brad@.
kettenis
2007-02-27
1
-7
/
+24
*
Don't strip off VLAN tags. From brad@.
kettenis
2007-02-27
1
-1
/
+6
*
remove useless chunks of code that do nothing, since endian adjustments
brad
2006-10-24
1
-9
/
+1
*
- remove the TODO comments at the top.
brad
2006-10-23
1
-6
/
+8
*
call xge_stop() at the top of xge_init().
brad
2006-10-11
1
-2
/
+13
*
- Only use the MAC address workaround for the Xframe chipset.
brad
2006-10-10
1
-46
/
+120
*
only write to the RMAC_CFG_KEY register for the Xframe chipset.
brad
2006-08-25
1
-10
/
+20
[next]