aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* In r191367 the need for if_free_type() was removed and a new memberBrooks Davis2011-11-111-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-2/+4
* - Merge changes to the base system to support OFED. These includeJeff Roberson2011-03-211-65/+198
* Allow for vlan(4) ifnets to have overlapping unit numbers if they areMarko Zec2010-11-221-0/+42
* Adjust the interface type in the link layer socket address for vlan(4)John Baldwin2010-08-061-0/+5
* Ignore failures from removing multicast addresses from the parent (trunk)John Baldwin2010-05-171-13/+14
* Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIAEd Maste2010-03-211-2/+2
* Add __FBSDID.Pyun YongHyeon2010-02-211-2/+3
* Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSOPyun YongHyeon2010-02-201-1/+16
* Do not hold the lock over if_setlladdr() as it calls into the interface driverAndrew Thompson2010-01-191-4/+9
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2Andrew Thompson2010-01-181-0/+42
* Use stricter checking to match possible vlan clones by not allowing extraJohn Baldwin2009-12-311-6/+8
* The devices that supported EVFILT_NETDEV kqueue filters were removed inBrooks Davis2009-12-311-3/+3
* Change vlan interfaces to cope more usefully with the parent interface beingJohn Baldwin2009-12-291-1/+6
* Compare pointer with NULL, not 0.Ed Maste2009-09-091-1/+1
* Rework global locks for interface list and index management, correctingRobert Watson2009-08-231-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hBjoern A. Zeeb2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onBjoern A. Zeeb2009-06-081-1/+0
* The vlan code has not required the miibus code since 6.0 whenJohn Baldwin2009-04-171-1/+0
* For all files including net/vnet.h directly include opt_route.h andBjoern A. Zeeb2009-02-271-0/+2
* o In case of the error do not forget to deallocate a cloned device unit.Maxim Konovalov2009-02-131-0/+1
* Remove unused ifaddr local variable in ioctl routine.Robert Watson2009-02-131-2/+0
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* convert calls to IFQ_HANDOFF to if_transmitKip Macy2008-11-221-1/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+4
* Fix to bug kern/126850. Only dispatch event hander if theJack F Vogel2008-08-281-6/+12
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Add event notification at attach/detach so the NICJack F Vogel2008-07-141-0/+6
* The bridging output function puts the mbuf directly on the interfaces sendAndrew Thompson2007-10-181-28/+1
* Now <net/if_arp.h> is unused here.Yaroslav Tykhiy2007-03-191-1/+0
* Fix a nameless constant: 6 -> ETHER_ADDR_LENYaroslav Tykhiy2007-03-191-1/+1
* Now that this driver uses ether_ioctl(), it no longer needsYaroslav Tykhiy2007-03-191-6/+0
* Remove a spurious blank line at the start of vlan_growhash().Yaroslav Tykhiy2007-03-151-1/+4
* Let vlan_ioctl() pass some work on to ether_ioctl()Yaroslav Tykhiy2007-03-141-25/+1
* Emit load and unload messages under bootverbose.Yaroslav Tykhiy2007-03-121-0/+11
* Fix some minor issues in the internal vlan lists:Yaroslav Tykhiy2007-03-121-20/+6
* - Don't defer the removal of an 802.1q header for no real reason.Yaroslav Tykhiy2006-12-301-25/+16
* - Update the baudrate every time the parent changes its link state.Gleb Smirnoff2006-10-111-3/+4
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldAndre Oppermann2006-09-171-17/+5
* Fix spelling.Andrew Thompson2006-08-251-1/+1
* This XXX remark was rendered false by rev. 103, which made theYaroslav Tykhiy2006-08-151-1/+0
* Make it a tad easier to base other encapsulation schemes on this driverYaroslav Tykhiy2006-08-151-5/+4
* Set IFF_DRV_RUNNING on vlan(4) once in vlan_config(),Yaroslav Tykhiy2006-08-151-2/+3
* Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)Yaroslav Tykhiy2006-08-111-0/+33
* Should vlan_input() ever be called with ifp pointing to a non-EthernetYaroslav Tykhiy2006-08-031-4/+5
* Back out rev. 1.107 because it introduced as many problemsYaroslav Tykhiy2006-08-031-9/+15
* In vlan_input(), if the network interface does not perform h/w basedQing Li2006-08-011-15/+9
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-3/+33