index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net
/
if_bridge.c
Age
Commit message (
Expand
)
Author
2015-10-05
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
Masao Uebayashi
2015-10-05
Don't count IF_DROP()'ed packets as if_oerrors too.
Masao Uebayashi
2015-09-29
add sizes to some of the simpler free calls
Theo de Raadt
2015-09-10
pass a cookie argument to interface input handlers that can be used
Mike Belopuhov
2015-09-10
Even the driver that should not be named needs if_put() after if_get().
Martin Pieuchot
2015-09-10
move the if input handler list to an SRP list.
David Gwynne
2015-09-09
Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats.
Martin Pieuchot
2015-08-26
Use the specialized m_copym2() preserving the alignment of the payload
Martin Pieuchot
2015-08-24
The bridge list is a relict, delete the remaining LIST_REMOVE.
Alexander Bluhm
2015-08-18
Apply the logic used for "protocol" queues to bridge(4). This allows
Martin Pieuchot
2015-07-20
Remove splassert(IPL_NET) from if_input().
Martin Pieuchot
2015-07-20
Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.
Rafael Zalamena
2015-07-17
Explicitly do EtherIP encapsulation in bridge_ifenqueue().
Martin Pieuchot
2015-07-16
Kill IP_ROUTETOETHER.
Martin Pieuchot
2015-07-15
m_freem() can handle NULL, do not check for this condition beforehands.
Theo de Raadt
2015-07-02
Unify the check for up & running between all pseudo-drivers.
Martin Pieuchot
2015-07-02
By design if_input_process() needs to hold a reference on the receiving
Martin Pieuchot
2015-06-30
Rename if_output() into if_enqueue() to avoid confusion with comments
Martin Pieuchot
2015-06-30
Move the specialized m_copym2() preserving the alignment of the payload
Martin Pieuchot
2015-06-25
Properly deliver broadcast-like packets to the network stack.
Martin Pieuchot
2015-06-25
Move brige(4)'s output hook outside of ether_output().
Martin Pieuchot
2015-06-24
Increment if_ipackets in if_input().
Martin Pieuchot
2015-06-23
Adapt bridge(4) to the new if_input() framework.
Martin Pieuchot
2015-06-16
Store a unique ID, an interface index, rather than a pointer to the
Martin Pieuchot
2015-06-12
Remove superfluous splnet() protection.
Martin Pieuchot
2015-06-11
Move away from using hzto(9); OK dlg
Mike Belopuhov
2015-06-08
Merge multiple copies of the code doing VLAN tag insertion back into
Martin Pieuchot
2015-06-02
Use if_input() instead of ether_input_mbuf().
Martin Pieuchot
2015-05-18
Do not change "rcvif" without goint through if_input() again otherwise
Martin Pieuchot
2015-05-15
Introduce if_output(), a function do to the last steps before enqueuing
Martin Pieuchot
2015-05-07
fix indentation
Jonathan Gray
2015-05-04
Use ether_input() as default input packet handler and do the necessary
Martin Pieuchot
2015-04-17
Stubs and support code for NIC-enabled IPsec bite the dust.
Mike Belopuhov
2015-04-13
Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) on
Martin Pieuchot
2015-04-07
Do not pass an `ifp' argument to interface input handlers since it
Martin Pieuchot
2015-02-06
earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1p
Sebastian Benoit
2014-12-22
convert to using siphash
Ted Unangst
2014-12-19
unifdef INET in net code as a precursor to removing the pretend option.
Ted Unangst
2014-12-04
Repair VLAN tagging in the bridge output path
Mike Belopuhov
2014-11-18
move arc4random prototype to systm.h. more appropriate for most code
Ted Unangst
2014-09-08
remove uneeded route.h includes
Jonathan Gray
2014-07-22
Fewer <netinet/in_systm.h> !
Martin Pieuchot
2014-07-12
add a size argument to free. will be used soon, but for now default to 0.
Ted Unangst
2014-07-09
bpf code surgery / shuffling / simplification.
Henning Brauer
2014-04-19
kill altq bits here as well
Henning Brauer
2014-04-14
"struct pkthdr" holds a routing table ID, not a routing domain one.
Martin Pieuchot
2014-01-24
clearing the _CSUM_IN_OK flags is now utterly pointless, was only done for
Henning Brauer
2014-01-23
since the cksum rewrite the counters for hardware checksummed packets
Henning Brauer
2013-10-28
Do not use the multicast macro IFP_TO_IA() to check if an interface has
Martin Pieuchot
2013-10-17
The header file netinet/in_var.h included netinet6/in6_var.h. This
Alexander Bluhm
[next]