Age | Commit message (Expand) | Author |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-08-14 | m_copyback()'s 4th arg is const void *, nuke (caddr_t) casts. | Jason Wright |
2003-07-25 | %lu for u_long arg | Jason Wright |
2003-05-13 | nuke common: ifnet_addrs | Jason Wright |
2003-05-03 | string fixes; tedu ok | Theo de Raadt |
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino |
2003-03-24 | Tree patches from c.pascoe at itee dot uq dot edu dot au: | Jason Wright |
2003-02-01 | from Chris Pascoe <c.pascoe@itee.uq.edu.au>: | Chris Cappuccio |
2003-01-07 | remove the altq classifier code which is replaced by pf and no longer used. | Kenjiro Cho |
2002-06-12 | import of netbsd's vlan multicast code | Chris Cappuccio |
2002-03-24 | deref of NULL in out of mbuf situation, ok jason@ | Niklas Hallqvist |
2002-02-13 | Be -really- careful not to modify the payload when replacing the ethernet | Jason Wright |
2001-12-11 | Use queue.h macros. | Jason Wright |
2001-10-05 | Fix bug in if_vlan which could cause crashes in timeouts and 'ifconfig -a' | Dale Rahn |
2001-10-01 | Make number of vlan interfaces configurable from UKC. | Niklas Hallqvist |
2001-09-01 | Inherit baudrate from parent. Now MRTG will show vlan interfaces ;) | Chris Cappuccio |
2001-08-03 | Use IFCAP_VLAN_MTU and IFCAP_VLAN_HWTAGGING capabilities: | Chris Cappuccio |
2001-06-27 | introduce the ALTQ queue macros into sys/net files. | Kenjiro Cho |
2001-06-27 | Get rid of M_COPY_* macros; either use M_MOVE_* or M_DUP_*, depending | Angelos D. Keromytis |
2001-06-25 | No need to double-clear the mbuf flags and tags. | Angelos D. Keromytis |
2001-06-24 | - redefine vlan_input_tag to take mbuf * and tag only | Jason Wright |
2001-06-23 | Ok, when cards with vlan hw tagging are used in bridged configurations | Jason Wright |
2001-06-23 | Use standard defined macros to access inner ifnet data structure members. | Aaron Campbell |
2001-06-22 | KNF | Theo de Raadt |
2001-05-27 | Initialize old mbuf chain head tags. | Angelos D. Keromytis |
2001-03-30 | increase ierrors if m_pullup fails in vlan_input(); pointed out by chris@ | Jason Wright |
2001-03-28 | Rework vlan_start() to make sure it -never- munges the packet internals (eg. | Jason Wright |
2001-03-26 | Fix bug I introduced... if m_pullup fails, don't try to free the result. | Jason Wright |
2001-03-26 | - move if_vlan back to a default if_type of IFT_PROPVIRTUAL | Jason Wright |
2001-03-23 | check rcvif and tag for vlan_input_tag() [Same check as in vlan_input()] | Jason Wright |
2001-03-23 | m_freem not m_free | Jason Wright |
2001-03-23 | check packet length in vlan_input() and pullup if necessary | Jason Wright |
2001-03-22 | remove vlan_proto variable, replace with ETHERTYPE_8021Q | Jason Wright |
2001-02-20 | for ethernet ifaces attach bpf from ether_ifattach; jason@, aaron@, itojun@ ok | Michael Shalayeff |
2000-12-02 | vlan devices should not try to emit packets if the parent interface is | Jason Wright |
2000-10-18 | From the NetBSD port of if_vlan, prevent a panic by not allowing | Chris Cappuccio |
2000-08-15 | Increase if_obytes and if_omcasts in the output routine, | Chris Cappuccio |
2000-05-15 | Check to make sure vlan tag is valid (12bit) in SIOCSETVLAN | Chris Cappuccio |
2000-04-27 | Fix SIOCSIFMTU | Chris Cappuccio |
2000-04-26 | Remove redundant superuser check in SIOCSIFMTU | Chris Cappuccio |
2000-04-26 | if_vlan from FreeBSD and a few modifications | Chris Cappuccio |