aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
...
* Virtualize net.link.vlan.soft_pad.Hiroki Sato2014-10-021-4/+5
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-221-2/+4
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-2/+2
* While not too late rename 'ifnet_counter' to 'ift_counter'. One of theGleb Smirnoff2014-09-181-2/+2
* While not too late rename if_get_counter_compat() to if_get_counter_default().Gleb Smirnoff2014-09-181-1/+1
* Revert r271735. The comment is absolutely correct, we do not support 802.1p p...Marcelo Araujo2014-09-181-1/+2
* Remove old comment, we already do 802.1q tagging.Marcelo Araujo2014-09-181-2/+1
* * Fix if_omcast handlingAlexander V. Chernikov2014-09-161-6/+11
* Revert r271504. A new patch to solve this issue will be made.Hans Petter Selasky2014-09-131-2/+2
* Switch if_vlan(4) to rmlock.Alexander V. Chernikov2014-09-131-10/+13
* Switch if_vlan(4) to use counter(9) using newAlexander V. Chernikov2014-09-131-5/+48
* Improve transmit sending offload, TSO, algorithm in general.Hans Petter Selasky2014-09-131-2/+2
* Clean up unused CSUM_FRAGMENT.Gleb Smirnoff2014-09-031-1/+1
* Improve locking of multicast addresses in VLAN and LAGG interfaces.Alexander Motin2014-08-041-13/+18
* Vlan did not set the value of if_hw_tsomax, so when vlanRick Macklem2014-04-151-0/+2
* Include necessary headers that now are available due to pollutionGleb Smirnoff2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Return ENETDOWN when the parent interface is down.Hiroki Sato2013-06-161-1/+1
* Recover missing arp_ifinit() call.Oleg Bulyzhin2013-04-181-0/+6
* Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability.Andre Oppermann2012-11-271-1/+1
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-12/+13
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Fix a silly grammar bogon.John Baldwin2012-08-211-1/+1
* Refine the changes made in r208212 to avoid bogus failures fromJohn Baldwin2012-08-201-13/+21
* - Updated TOE support in the kernel.Navdeep Parhar2012-06-191-2/+18
* Clarify throughout the vlan(4) code the difference between a "tag" (theRobert Watson2012-01-121-49/+56
* Refine last comment.Robert Watson2012-01-051-1/+1
* Add comment to the VLAN code about its integration with VIMAGE: we see whatRobert Watson2012-01-051-0/+7
* Update if_obytes and if_omcast after successful transmit.Pyun YongHyeon2011-12-291-4/+8
* Change the if_vlan driver to use if_transmit for forwarding packets to theJohn Baldwin2011-11-281-83/+79
* 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