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
/
net
/
if_bridge.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Introduce bridge_ifinput() to handle some repeated logic before
reyk
2015-10-12
1
-18
/
+19
*
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
uebayasi
2015-10-05
1
-1
/
+4
*
Don't count IF_DROP()'ed packets as if_oerrors too.
uebayasi
2015-10-05
1
-4
/
+1
*
add sizes to some of the simpler free calls
deraadt
2015-09-29
1
-13
/
+13
*
pass a cookie argument to interface input handlers that can be used
mikeb
2015-09-10
1
-3
/
+3
*
Even the driver that should not be named needs if_put() after if_get().
mpi
2015-09-10
1
-12
/
+16
*
move the if input handler list to an SRP list.
dlg
2015-09-10
1
-17
/
+4
*
Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats.
mpi
2015-09-09
1
-5
/
+1
*
Use the specialized m_copym2() preserving the alignment of the payload
mpi
2015-08-26
1
-2
/
+2
*
The bridge list is a relict, delete the remaining LIST_REMOVE.
bluhm
2015-08-24
1
-6
/
+1
*
Apply the logic used for "protocol" queues to bridge(4). This allows
mpi
2015-08-18
1
-80
/
+57
*
Remove splassert(IPL_NET) from if_input().
mpi
2015-07-20
1
-4
/
+1
*
Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.
rzalamena
2015-07-20
1
-3
/
+25
*
Explicitly do EtherIP encapsulation in bridge_ifenqueue().
mpi
2015-07-17
1
-2
/
+12
*
Kill IP_ROUTETOETHER.
mpi
2015-07-16
1
-5
/
+4
*
m_freem() can handle NULL, do not check for this condition beforehands.
deraadt
2015-07-15
1
-5
/
+3
*
Unify the check for up & running between all pseudo-drivers.
mpi
2015-07-02
1
-2
/
+2
*
By design if_input_process() needs to hold a reference on the receiving
mpi
2015-07-02
1
-8
/
+5
*
Rename if_output() into if_enqueue() to avoid confusion with comments
mpi
2015-06-30
1
-2
/
+2
*
Move the specialized m_copym2() preserving the alignment of the payload
mpi
2015-06-30
1
-62
/
+44
*
Properly deliver broadcast-like packets to the network stack.
mpi
2015-06-25
1
-15
/
+16
*
Move brige(4)'s output hook outside of ether_output().
mpi
2015-06-25
1
-2
/
+4
*
Increment if_ipackets in if_input().
mpi
2015-06-24
1
-4
/
+1
*
Adapt bridge(4) to the new if_input() framework.
mpi
2015-06-23
1
-49
/
+20
*
Store a unique ID, an interface index, rather than a pointer to the
mpi
2015-06-16
1
-3
/
+10
*
Remove superfluous splnet() protection.
mpi
2015-06-12
1
-21
/
+6
*
Move away from using hzto(9); OK dlg
mikeb
2015-06-11
1
-27
/
+5
*
Merge multiple copies of the code doing VLAN tag insertion back into
mpi
2015-06-08
1
-45
/
+1
*
Use if_input() instead of ether_input_mbuf().
mpi
2015-06-02
1
-38
/
+17
*
Do not change "rcvif" without goint through if_input() again otherwise
mpi
2015-05-18
1
-7
/
+4
*
Introduce if_output(), a function do to the last steps before enqueuing
mpi
2015-05-15
1
-8
/
+4
*
fix indentation
jsg
2015-05-07
1
-6
/
+6
*
Use ether_input() as default input packet handler and do the necessary
mpi
2015-05-04
1
-42
/
+52
*
Stubs and support code for NIC-enabled IPsec bite the dust.
mikeb
2015-04-17
1
-17
/
+1
*
Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on
mpi
2015-04-13
1
-5
/
+32
*
Do not pass an `ifp' argument to interface input handlers since it
mpi
2015-04-07
1
-4
/
+4
*
earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p
benno
2015-02-06
1
-3
/
+8
*
convert to using siphash
tedu
2014-12-22
1
-32
/
+6
*
unifdef INET in net code as a precursor to removing the pretend option.
tedu
2014-12-19
1
-19
/
+1
*
Repair VLAN tagging in the bridge output path
mikeb
2014-12-04
1
-16
/
+32
*
move arc4random prototype to systm.h. more appropriate for most code
tedu
2014-11-18
1
-4
/
+1
*
remove uneeded route.h includes
jsg
2014-09-08
1
-2
/
+1
*
Fewer <netinet/in_systm.h> !
mpi
2014-07-22
1
-2
/
+1
*
add a size argument to free. will be used soon, but for now default to 0.
tedu
2014-07-12
1
-13
/
+13
*
bpf code surgery / shuffling / simplification.
henning
2014-07-09
1
-6
/
+4
*
kill altq bits here as well
henning
2014-04-19
1
-10
/
+1
*
"struct pkthdr" holds a routing table ID, not a routing domain one.
mpi
2014-04-14
1
-4
/
+4
*
clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for
henning
2014-01-24
1
-4
/
+2
*
since the cksum rewrite the counters for hardware checksummed packets
henning
2014-01-23
1
-8
/
+8
*
Do not use the multicast macro IFP_TO_IA() to check if an interface has
mpi
2013-10-28
1
-5
/
+7
[next]