summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variablesRenato Botelho2018-05-021-2/+0
* Remove duplicated code that already runs inside ether_8021q_frame()Renato Botelho2018-05-021-55/+0
* Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2018-04-301-27/+13
|\
| * MFC r333015:hselasky2018-04-301-0/+2
| * MFC r331622:kib2018-04-251-74/+5
| * MFC r331797:brooks2018-04-081-2/+2
| * MFC r331648:brooks2018-04-061-6/+2
* | Fix a mismerge in if_vlan.c.Luiz Souza2018-02-281-2/+2
* | Merge remote-tracking branch 'origin/stable/11' into devel-11Luiz Souza2017-12-141-180/+353
|\ \ | |/
| * MFC r323513:mjoras2017-09-161-1/+1
| * MFC r322548: Rework vlan(4) locking.mjoras2017-09-121-176/+348
* | IFQ_POLL_NOLOCK() cannot be used without locks.Luiz Souza2017-09-251-6/+0
* | Fix the counter values for VLAN interfaces. The packet bytes are already cou...Luiz Souza2017-08-171-6/+2
* | Import pfSense patch if_vlan_altq.diffLuiz Otavio O Souza2017-07-171-87/+92
|/
* MFC r318689: Add parent interface reference counting to if_vlan.mav2017-05-301-14/+26
* MFC r317585: Propagate IFCAP_LRO from trunk to vlan interface.mav2017-05-161-0/+10
* MFC r317547: Allow some control over enabled capabilities for if_vlan.mav2017-05-161-19/+45
* MFC r316716:ae2017-04-181-3/+6
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-211-1/+1
* Add support to priority code point (PCP) that is an 3-bit fieldaraujo2016-06-061-9/+98
* sys/net*: minor spelling fixes.pfg2016-05-031-2/+2
* Move iflladdr_event eventhandler invocation to if_setlladdr.melifaro2015-11-141-5/+2
* Use lladdr_event to propagate gratiotus arp.melifaro2015-11-091-2/+5
* Don't propagate SIOCSIFCAPS from a vlan(4) to its parent. This leads toglebius2015-04-231-21/+0
* Fix couple of fallouts from r280280. The first one is a simple typo,glebius2015-03-251-2/+1
* Make vlan_config() the signle point of validity checks.glebius2015-03-201-33/+12
* In vlan_clone_match_ethervid():glebius2015-03-201-33/+33
* Tiny comment fix.glebius2015-03-201-1/+1
* Now, when r272244 introduced counter(9) based counters for all interfaces,glebius2015-03-201-57/+9
* Handle SIOCSIFCAP by propogating the request to the parent interface. Thisdelphij2015-02-201-0/+21
* Virtualize net.link.vlan.soft_pad.hrs2014-10-021-4/+5
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-221-2/+4
* Mechanically convert to if_inc_counter().glebius2014-09-191-2/+2
* While not too late rename 'ifnet_counter' to 'ift_counter'. One of theglebius2014-09-181-2/+2
* While not too late rename if_get_counter_compat() to if_get_counter_default().glebius2014-09-181-1/+1
* Revert r271735. The comment is absolutely correct, we do not support 802.1p p...araujo2014-09-181-1/+2
* Remove old comment, we already do 802.1q tagging.araujo2014-09-181-2/+1
* * Fix if_omcast handlingmelifaro2014-09-161-6/+11
* Revert r271504. A new patch to solve this issue will be made.hselasky2014-09-131-2/+2
* Switch if_vlan(4) to rmlock.melifaro2014-09-131-10/+13
* Switch if_vlan(4) to use counter(9) using newmelifaro2014-09-131-5/+48
* Improve transmit sending offload, TSO, algorithm in general.hselasky2014-09-131-2/+2
* Clean up unused CSUM_FRAGMENT.glebius2014-09-031-1/+1
* Improve locking of multicast addresses in VLAN and LAGG interfaces.mav2014-08-041-13/+18
* Vlan did not set the value of if_hw_tsomax, so when vlanrmacklem2014-04-151-0/+2
* Include necessary headers that now are available due to pollutionglebius2013-10-281-0/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* 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
OpenPOWER on IntegriCloud