| Commit message (Expand) | Author | Age | Files | Lines |
* | Move iflladdr_event eventhandler invocation to if_setlladdr. | melifaro | 2015-11-14 | 1 | -5/+2 |
* | Use lladdr_event to propagate gratiotus arp. | melifaro | 2015-11-09 | 1 | -2/+5 |
* | Don't propagate SIOCSIFCAPS from a vlan(4) to its parent. This leads to | glebius | 2015-04-23 | 1 | -21/+0 |
* | Fix couple of fallouts from r280280. The first one is a simple typo, | glebius | 2015-03-25 | 1 | -2/+1 |
* | Make vlan_config() the signle point of validity checks. | glebius | 2015-03-20 | 1 | -33/+12 |
* | In vlan_clone_match_ethervid(): | glebius | 2015-03-20 | 1 | -33/+33 |
* | Tiny comment fix. | glebius | 2015-03-20 | 1 | -1/+1 |
* | Now, when r272244 introduced counter(9) based counters for all interfaces, | glebius | 2015-03-20 | 1 | -57/+9 |
* | Handle SIOCSIFCAP by propogating the request to the parent interface. This | delphij | 2015-02-20 | 1 | -0/+21 |
* | Virtualize net.link.vlan.soft_pad. | hrs | 2014-10-02 | 1 | -4/+5 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -2/+4 |
* | Mechanically convert to if_inc_counter(). | glebius | 2014-09-19 | 1 | -2/+2 |
* | While not too late rename 'ifnet_counter' to 'ift_counter'. One of the | glebius | 2014-09-18 | 1 | -2/+2 |
* | While not too late rename if_get_counter_compat() to if_get_counter_default(). | glebius | 2014-09-18 | 1 | -1/+1 |
* | Revert r271735. The comment is absolutely correct, we do not support 802.1p p... | araujo | 2014-09-18 | 1 | -1/+2 |
* | Remove old comment, we already do 802.1q tagging. | araujo | 2014-09-18 | 1 | -2/+1 |
* | * Fix if_omcast handling | melifaro | 2014-09-16 | 1 | -6/+11 |
* | Revert r271504. A new patch to solve this issue will be made. | hselasky | 2014-09-13 | 1 | -2/+2 |
* | Switch if_vlan(4) to rmlock. | melifaro | 2014-09-13 | 1 | -10/+13 |
* | Switch if_vlan(4) to use counter(9) using new | melifaro | 2014-09-13 | 1 | -5/+48 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-13 | 1 | -2/+2 |
* | Clean up unused CSUM_FRAGMENT. | glebius | 2014-09-03 | 1 | -1/+1 |
* | Improve locking of multicast addresses in VLAN and LAGG interfaces. | mav | 2014-08-04 | 1 | -13/+18 |
* | Vlan did not set the value of if_hw_tsomax, so when vlan | rmacklem | 2014-04-15 | 1 | -0/+2 |
* | Include necessary headers that now are available due to pollution | glebius | 2013-10-28 | 1 | -0/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | Return ENETDOWN when the parent interface is down. | hrs | 2013-06-16 | 1 | -1/+1 |
* | Recover missing arp_ifinit() call. | oleg | 2013-04-18 | 1 | -0/+6 |
* | Remove unused and unnecessary CSUM_IP_FRAGS checksumming capability. | andre | 2012-11-27 | 1 | -1/+1 |
* | Make the "struct if_clone" opaque to users of the cloning API. Users | glebius | 2012-10-16 | 1 | -12/+13 |
* | Revert previous commit... | kevlo | 2012-10-10 | 1 | -1/+1 |
* | Prefer NULL over 0 for pointers | kevlo | 2012-10-09 | 1 | -1/+1 |
* | Fix a silly grammar bogon. | jhb | 2012-08-21 | 1 | -1/+1 |
* | Refine the changes made in r208212 to avoid bogus failures from | jhb | 2012-08-20 | 1 | -13/+21 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -2/+18 |
* | Clarify throughout the vlan(4) code the difference between a "tag" (the | rwatson | 2012-01-12 | 1 | -49/+56 |
* | Refine last comment. | rwatson | 2012-01-05 | 1 | -1/+1 |
* | Add comment to the VLAN code about its integration with VIMAGE: we see what | rwatson | 2012-01-05 | 1 | -0/+7 |
* | Update if_obytes and if_omcast after successful transmit. | yongari | 2011-12-29 | 1 | -4/+8 |
* | Change the if_vlan driver to use if_transmit for forwarding packets to the | jhb | 2011-11-28 | 1 | -83/+79 |
* | In r191367 the need for if_free_type() was removed and a new member | brooks | 2011-11-11 | 1 | -2/+2 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -2/+4 |
* | - Merge changes to the base system to support OFED. These include | jeff | 2011-03-21 | 1 | -65/+198 |
* | Allow for vlan(4) ifnets to have overlapping unit numbers if they are | zec | 2010-11-22 | 1 | -0/+42 |
* | Adjust the interface type in the link layer socket address for vlan(4) | jhb | 2010-08-06 | 1 | -0/+5 |
* | Ignore failures from removing multicast addresses from the parent (trunk) | jhb | 2010-05-17 | 1 | -13/+14 |
* | Avoid holding the VLAN_LOCK() over the parent interface SIOCGIFMEDIA | emaste | 2010-03-21 | 1 | -2/+2 |
* | Add __FBSDID. | yongari | 2010-02-21 | 1 | -2/+3 |
* | Add TSO support on VLANs. Intentionally separated IFCAP_VLAN_HWTSO | yongari | 2010-02-20 | 1 | -1/+16 |
* | Do not hold the lock over if_setlladdr() as it calls into the interface driver | thompsa | 2010-01-19 | 1 | -4/+9 |