summaryrefslogtreecommitdiffstats
path: root/sys/net/if_vlan.c
Commit message (Expand)AuthorAgeFilesLines
...
* Let vlan_ioctl() pass some work on to ether_ioctl()yar2007-03-141-25/+1
* Emit load and unload messages under bootverbose.yar2007-03-121-0/+11
* Fix some minor issues in the internal vlan lists:yar2007-03-121-20/+6
* - Don't defer the removal of an 802.1q header for no real reason.yar2006-12-301-25/+16
* - Update the baudrate every time the parent changes its link state.glebius2006-10-111-3/+4
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-17/+5
* Fix spelling.thompsa2006-08-251-1/+1
* This XXX remark was rendered false by rev. 103, which made theyar2006-08-151-1/+0
* Make it a tad easier to base other encapsulation schemes on this driveryar2006-08-151-5/+4
* Set IFF_DRV_RUNNING on vlan(4) once in vlan_config(),yar2006-08-151-2/+3
* Optionally pad outgoing frames to the minimum of 60 bytes (excl. FCS)yar2006-08-111-0/+33
* Should vlan_input() ever be called with ifp pointing to a non-Ethernetyar2006-08-031-4/+5
* Back out rev. 1.107 because it introduced as many problemsyar2006-08-031-9/+15
* In vlan_input(), if the network interface does not perform h/w basedqingli2006-08-011-15/+9
* Revise network interface cloning to take an optional opaquesam2006-07-091-3/+33
* Detach the interface first, do vlan_unconfig() then.yar2006-06-291-9/+3
* Remove a few unused things.yar2006-06-291-12/+8
* Fix the VLAN_ARRAY case, mostly regarding improper use of atomic(9)yar2006-06-211-30/+16
* Track interface department events and detach vlans fromyar2006-06-211-8/+76
* Don't acquire a lock before calling vlan_unconfig().ru2006-03-091-2/+0
* Don't to forget to unlock the rwlock on trunk before destroying it.yar2006-02-241-2/+3
* Bump the MODULE_VERSION for HEAD, as the vlan(4) API is different inemaste2006-02-101-1/+1
* Avoid frobbing IFF_UP at any cost (which is close toyar2006-02-101-2/+0
* Add a MODULE_VERSION so that other modules (perhaps third-party) canemaste2006-02-091-0/+1
* In vlan_config() first call vlan_inithash(), then lock mutex, becauseglebius2006-02-021-4/+6
* Set IFF_BROADCAST and IFF_MULTICAST on vlan interfaces from theyar2006-01-311-2/+5
* Merge the //depot/user/yar/vlan branch into CVS. It contains some collectiveglebius2006-01-301-120/+463
* Take if_baudrate from the parent. This fixes problem with SNMPglebius2005-11-281-0/+1
* - Store pointer to the link-level address right in "struct ifnet"ru2005-11-111-1/+1
* - Make IFP2ENADDR() a pointer to IF_LLADDR() rather than anotherru2005-11-111-18/+2
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-3/+0
* - Do not raise IFF_DRV_OACTIVE flag in vlan_start, because thisglebius2005-11-061-2/+8
* Improve handling flags that must be propagatedyar2005-10-031-37/+84
* The arguments to printf() were swapped.ru2005-09-161-2/+2
* Do assorted nitpicking in diagnostics while I'm here:yar2005-09-161-9/+9
* It's nice to have relevant comments both in if {} and else {},yar2005-09-161-1/+4
* Test the new M_VLANTAG packet flag before callingyar2005-09-161-2/+5
* Use VLAN_TAG_VALUE() not only to read a dot1q tagyar2005-08-311-1/+1
* Fix fallout from revision 1.77, mark outgoing packets with M_VLANTAG flag.glebius2005-08-301-0/+1
* Vlan interfaces change their type after ether_ifattach() so we needs tobrooks2005-08-151-1/+1
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-7/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-23/+30
* - Call if_link_state_change() for each vlan, when link changesglebius2005-04-201-7/+4
* Allocate the M_VLANTAG m_pkthdr flag, and use it to indicate thatru2005-02-181-0/+1
* Fix spelling in a comment.yar2005-01-241-1/+1
* Reduce the global name space pollution.yar2005-01-231-2/+2
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Add locking to the kqueue subsystem. This also makes the kqueue subsystemjmg2004-08-151-1/+1
* Stop tinkering with the parent's VLAN_MTU capability.yar2004-07-261-27/+7
* Actually free the unit when destroying the interface.brooks2004-07-221-0/+5
OpenPOWER on IntegriCloud