Age | Commit message (Expand) | Author |
2008-05-07 | enable tx mitigation when putting packets on the wire by switching from | David Gwynne |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-06-06 | vlan interfaces do not allow the parent interface and the vlan number to be | Henning Brauer |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2006-05-22 | Check for NULL cookies before calling hook_disestablish(). Just in case | Kenneth R Westerback |
2006-05-09 | Remove unnecessary check for the parent interface when setting | Marco Pfatschbacher |
2006-04-11 | on link state changes, copy baudrate (negotiated link speed) from parent | Henning Brauer |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-02-09 | add an interface detach hook and use it with the vlan(4) driver. this | Reyk Floeter |
2006-01-05 | Make it possible to set a default vlan priority for vlan interfaces. | Esben Norby |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-10-23 | Rework of multicast deletion code for vlan(4) and trunk(4). | Marco Pfatschbacher |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-07-19 | Remove vlan_input_tag() since all four drivers that used it have been | Camiel Dobbelaar |
2005-07-18 | Use M_PREPEND to take advantage of any slack leading space in the mbuf. | Camiel Dobbelaar |
2005-06-07 | Run vlan_input before bridge_input, and change vlan_input to not | Camiel Dobbelaar |
2005-05-27 | only access if_linkstatehooks inside splnet. | Marco Pfatschbacher |
2005-04-25 | Use ETHERTYPE_VLAN. | Brad Smith |
2005-04-24 | Use the IANA assignment IFT_L2VLAN. | Brad Smith |
2005-04-20 | Make vlan(4) aware of its physical interface link state. | Marco Pfatschbacher |
2005-04-18 | If the parent interface is not IFF_RUNNING, do not call its start function. | Brad Smith |
2005-04-18 | revert a change in the previous commit to appease henning@ for the time | Brad Smith |
2005-04-17 | - In vlan_input()/vlan_input_tag(), always mask off all but the VLID | Brad Smith |
2005-03-25 | increment the right counter on error. | Brad Smith |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-03-27 | wrap if_down() in splimp; tholo ran into splassert, miod tholo ok | Theo de Raadt |
2004-02-12 | from camield: | Henning Brauer |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
2003-12-06 | u_int8_t variable can't be > 255; pointed out by Mr. GCC3. | Alexander Yurchenko |
2003-12-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
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 |