summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Introduce bridge_ifinput() to handle some repeated logic beforereyk2015-10-121-18/+19
* Revert if_oqdrops accounting changes done in kernel, per request from mpi@.uebayasi2015-10-051-1/+4
* Don't count IF_DROP()'ed packets as if_oerrors too.uebayasi2015-10-051-4/+1
* add sizes to some of the simpler free callsderaadt2015-09-291-13/+13
* pass a cookie argument to interface input handlers that can be usedmikeb2015-09-101-3/+3
* Even the driver that should not be named needs if_put() after if_get().mpi2015-09-101-12/+16
* move the if input handler list to an SRP list.dlg2015-09-101-17/+4
* Kill a couple of if_get()s only needed to increment per-ifp IPv6 stats.mpi2015-09-091-5/+1
* Use the specialized m_copym2() preserving the alignment of the payloadmpi2015-08-261-2/+2
* The bridge list is a relict, delete the remaining LIST_REMOVE.bluhm2015-08-241-6/+1
* Apply the logic used for "protocol" queues to bridge(4). This allowsmpi2015-08-181-80/+57
* Remove splassert(IPL_NET) from if_input().mpi2015-07-201-4/+1
* Implemented MPLS pseudowire (mpw(4)) to be used with VPLS and VPWS.rzalamena2015-07-201-3/+25
* Explicitly do EtherIP encapsulation in bridge_ifenqueue().mpi2015-07-171-2/+12
* Kill IP_ROUTETOETHER.mpi2015-07-161-5/+4
* m_freem() can handle NULL, do not check for this condition beforehands.deraadt2015-07-151-5/+3
* Unify the check for up & running between all pseudo-drivers.mpi2015-07-021-2/+2
* By design if_input_process() needs to hold a reference on the receivingmpi2015-07-021-8/+5
* Rename if_output() into if_enqueue() to avoid confusion with commentsmpi2015-06-301-2/+2
* Move the specialized m_copym2() preserving the alignment of the payloadmpi2015-06-301-62/+44
* Properly deliver broadcast-like packets to the network stack.mpi2015-06-251-15/+16
* Move brige(4)'s output hook outside of ether_output().mpi2015-06-251-2/+4
* Increment if_ipackets in if_input().mpi2015-06-241-4/+1
* Adapt bridge(4) to the new if_input() framework.mpi2015-06-231-49/+20
* Store a unique ID, an interface index, rather than a pointer to thempi2015-06-161-3/+10
* Remove superfluous splnet() protection.mpi2015-06-121-21/+6
* Move away from using hzto(9); OK dlgmikeb2015-06-111-27/+5
* Merge multiple copies of the code doing VLAN tag insertion back intompi2015-06-081-45/+1
* Use if_input() instead of ether_input_mbuf().mpi2015-06-021-38/+17
* Do not change "rcvif" without goint through if_input() again otherwisempi2015-05-181-7/+4
* Introduce if_output(), a function do to the last steps before enqueuingmpi2015-05-151-8/+4
* fix indentationjsg2015-05-071-6/+6
* Use ether_input() as default input packet handler and do the necessarympi2015-05-041-42/+52
* Stubs and support code for NIC-enabled IPsec bite the dust.mikeb2015-04-171-17/+1
* Move one "#ifdef NVLAN" chunk needed only if you're running bridge(4) onmpi2015-04-131-5/+32
* Do not pass an `ifp' argument to interface input handlers since itmpi2015-04-071-4/+4
* earlier rev 1.112 sys/net/if_vlan.c corrects the mapping of 802.1pbenno2015-02-061-3/+8
* convert to using siphashtedu2014-12-221-32/+6
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-19/+1
* Repair VLAN tagging in the bridge output pathmikeb2014-12-041-16/+32
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-4/+1
* remove uneeded route.h includesjsg2014-09-081-2/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-13/+13
* bpf code surgery / shuffling / simplification.henning2014-07-091-6/+4
* kill altq bits here as wellhenning2014-04-191-10/+1
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-4/+4
* clearing the _CSUM_IN_OK flags is now utterly pointless, was only done forhenning2014-01-241-4/+2
* since the cksum rewrite the counters for hardware checksummed packetshenning2014-01-231-8/+8
* Do not use the multicast macro IFP_TO_IA() to check if an interface hasmpi2013-10-281-5/+7