summaryrefslogtreecommitdiffstats
path: root/sys/net/if_bridge.c
Commit message (Expand)AuthorAgeFilesLines
* Importing pfSense patch bridge_lagg_altq.diffMatt Smith2015-11-181-0/+45
* Importing pfSense patch if_bridge_gif_mtu.diffMatt Smith2015-11-181-0/+4
* - Relax the restriction on the member interfaces with LLAs. Two or morehrs2013-07-281-27/+8
* Fix a compiler warning.hrs2013-07-031-0/+1
* - Allow ND6_IFF_AUTO_LINKLOCAL for IFT_BRIDGE. An interface with IFT_BRIDGEhrs2013-07-021-18/+83
* Use IP6STAT_INC/IP6STAT_DEC macros to update ip6 stats.ae2013-04-091-3/+3
* Ignore interface renames instead of removing the interface from the bridgemarkj2013-03-281-0/+3
* Reinitialize eh after pfil(9) processing.glebius2013-03-111-0/+1
* Fix typo in comment.kevlo2012-12-181-1/+1
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-9/+9
* - Use more appropriate loop (do { } while()) when generating ethernet addresspjd2012-11-291-3/+5
* o Remove last argument to ip_fragment(), and obtain all needed informationglebius2012-10-261-2/+2
* Fix fallout from r240071. If destination interface lookup fails,glebius2012-10-241-6/+5
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-4/+6
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* A step in resolving mess with byte ordering for AF_INET. After this change:glebius2012-10-061-12/+1
* Remove the M_NOWAIT from bridge_rtable_init as it isn't needed. The functionthompsa2012-10-041-8/+3
* - In the bridge_enqueue() do success/error accounting forglebius2012-09-261-5/+4
* Introduce new link-layer PFIL hook V_link_pfil_hook.melifaro2012-09-041-61/+10
* Change bridge(4) to use if_transmit for forwarding packets to underlyingglebius2012-09-031-33/+33
* Simplify error caseemaste2012-07-101-4/+4
* Plug potential mbuf leak when bridging fragmentsemaste2012-07-101-0/+2
* Restore error handling lost in r191603emaste2012-07-091-1/+1
* Fix a panic I introduced in r234487, the bridge softc pointer is set to nullthompsa2012-06-111-14/+22
* Revert r234834 per luigi@ request.melifaro2012-05-031-0/+1
* Move several enums and structures required for L2 filtering from ip_fw_privat...melifaro2012-04-301-1/+0
* Add linkstate to bridge(4), set the link to up when at least one underlyingthompsa2012-04-201-9/+50
* Use a more appropriate default for the maximum number of addresses in thethompsa2012-02-291-2/+2
* bstp_input() always consumes the packet so remove the mbuf handling dancethompsa2012-02-231-5/+3
* Allow to set if_bridge(4) sysctls from /boot/loader.conf.pjd2012-02-071-0/+7
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-1/+1
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* On the first loop for generating a bridge MAC address use the localthompsa2011-09-041-6/+21
* When adding IPv6 fwd support to ipfw in r225044 these two files werebz2011-08-271-0/+1
* Unbreak LINT by moving all carp hooks to net/if.c / netinet/ip_carp.h, withwill2010-08-111-6/+2
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-6/+7
* Bring in the most recent version of ipfw and dummynet, developedluigi2010-03-021-5/+4
* - Check if_type of "addm <interface>" before setting thehrs2010-01-311-14/+34
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+2
* Various cleanup done in ipfw3-head branch including:luigi2010-01-041-9/+10
* bring in several cleanups tested in ipfw3-head branch, namely:luigi2009-12-281-4/+8
* merge code from ipfw3-head to reduce contention on the ipfw lockluigi2009-12-221-6/+9
* Start splitting ip_fw2.c and ip_fw.h into smaller components.luigi2009-12-151-0/+1
* Virtualize the pfil hooks so that different jails may chose differentjulian2009-10-111-20/+21
* When bridging LRO is causing a problem, the believejfv2009-08-241-7/+6
* Many network stack subsystems use a single global data structure to holdrwatson2009-08-021-9/+9
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-6/+0
* carp(4) allows people to share a set of IP addresses and can onlybz2009-06-111-1/+3
OpenPOWER on IntegriCloud