summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r264517rmacklem2014-05-061-0/+2
* Return ENETDOWN when the parent interface is down.hrs2013-06-161-1/+1
* Recover missing arp_ifinit() call.oleg2013-04-181-0/+6
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.andre2012-11-271-1/+1
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-12/+13
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Fix a silly grammar bogon.jhb2012-08-211-1/+1
* Refine the changes made in r208212 to avoid bogus failures fromjhb2012-08-201-13/+21
* - Updated TOE support in the kernel.np2012-06-191-2/+18
* Clarify throughout the vlan(4) code the difference between a "tag" (therwatson2012-01-121-49/+56
* Refine last comment.rwatson2012-01-051-1/+1
* Add comment to the VLAN code about its integration with VIMAGE: we see whatrwatson2012-01-051-0/+7
* Update if_obytes and if_omcast after successful transmit.yongari2011-12-291-4/+8
* Change the if_vlan driver to use if_transmit for forwarding packets to thejhb2011-11-281-83/+79
* In r191367 the need for if_free_type() was removed and a new memberbrooks2011-11-111-2/+2
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-2/+4
* - Merge changes to the base system to support OFED. These includejeff2011-03-211-65/+198
* Allow for vlan(4) ifnets to have overlapping unit numbers if they arezec2010-11-221-0/+42
* Adjust the interface type in the link layer socket address for vlan(4)jhb2010-08-061-0/+5
* Ignore failures from removing multicast addresses from the parent (trunk)jhb2010-05-171-13/+14
* Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIAemaste2010-03-211-2/+2
* Add __FBSDID.yongari2010-02-211-2/+3
* Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSOyongari2010-02-201-1/+16
* Do not hold the lock over if_setlladdr() as it calls into the interface driverthompsa2010-01-191-4/+9
* Declare a new EVENTHANDLER called iflladdr_event which signals that the L2thompsa2010-01-181-0/+42
* Use stricter checking to match possible vlan clones by not allowing extrajhb2009-12-311-6/+8
* The devices that supported EVFILT_NETDEV kqueue filters were removed inbrooks2009-12-311-3/+3
* Change vlan interfaces to cope more usefully with the parent interface beingjhb2009-12-291-1/+6
* Compare pointer with NULL, not 0.emaste2009-09-091-1/+1
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-2/+2
* 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-1/+0
* After cleaning up rt_tables from vnet.h and cleaning up opt_route.hbz2009-06-231-1/+0
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* The vlan code has not required the miibus code since 6.0 whenjhb2009-04-171-1/+0
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+2
* o In case of the error do not forget to deallocate a cloned device unit.maxim2009-02-131-0/+1
* Remove unused ifaddr local variable in ioctl routine.rwatson2009-02-131-2/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* convert calls to IFQ_HANDOFF to if_transmitkmacy2008-11-221-1/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+4
* Fix to bug kern/126850. Only dispatch event hander if thejfv2008-08-281-6/+12
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Add event notification at attach/detach so the NICjfv2008-07-141-0/+6
* The bridging output function puts the mbuf directly on the interfaces sendthompsa2007-10-181-28/+1
* Now <net/if_arp.h> is unused here.yar2007-03-191-1/+0
* Fix a nameless constant: 6 -> ETHER_ADDR_LENyar2007-03-191-1/+1
* Now that this driver uses ether_ioctl(), it no longer needsyar2007-03-191-6/+0
* Remove a spurious blank line at the start of vlan_growhash().yar2007-03-151-1/+4
OpenPOWER on IntegriCloud