Age | Commit message (Expand) | Author |
2013-11-21 | split kernel parts of the if.h into a separate header file if_var.h | Mike Belopuhov |
2013-11-09 | ticks is compared against mcl_grown to see if time has elapsed since | David Gwynne |
2013-11-01 | keep net/hfsc.h away from userspace, except in pfctl | pelikan |
2013-10-21 | nuke comment. How soon is now? | Sebastian Benoit |
2013-10-19 | Bring back the if_detachhook. We're going to have more users now. | Reyk Floeter |
2013-10-13 | Import vxlan(4), the virtual extensible local area network tunnel | Reyk Floeter |
2013-10-12 | new bandwidth shaping subsystem, kernel side | Henning Brauer |
2013-09-17 | Change vlan(4) detach procedure to not use a hook but a list of vlans | Martin Pieuchot |
2013-08-28 | Remove unused argument from *rtrequest() | Martin Pieuchot |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-04-02 | Instead of storing the link-level address of every interface in a global | Martin Pieuchot |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-03-20 | Introduce if_get() to retrieve an interface descriptor pointer given | Martin Pieuchot |
2013-03-07 | Remove unused ifa_ifwithaf() function. | Martin Pieuchot |
2013-03-07 | Remove the IFAFREE() macro, the ifafree() function it was calling already | Martin Pieuchot |
2012-11-23 | Add SIOCGIFHARDMTU to allow retrieving the driver's maximum supported MTU | Stuart Henderson |
2012-11-11 | align ifaliasreq.ifra_addr similar to the way that ifreq is fixed -- | Theo de Raadt |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-19 | defina an IFCAP_CSUM_MASK, covering IFCAP_CSUM_*, and use it in if_vlan.c | Henning Brauer |
2012-09-10 | Bring into compliance with POSIX, exposing just the specified bits. | Philip Guenthe |
2012-08-21 | Reverse the name and meaning of the IFXF_INET6_PRIVACY interface | Alexander Bluhm |
2011-12-02 | Kill unused IFCAP_IPSEC and IFCAP_IPCOMP. | Christiano F. Haesbaert |
2011-11-02 | Expose if_capabilities to userland so that ifconfig can display the | Christiano F. Haesbaert |
2011-10-07 | rename some vars and functions | Henning Brauer |
2011-07-08 | new priority queueing implementation, extremely low overhead, thus fast. | Henning Brauer |
2011-07-07 | provide IF_LEN and IFQ_LEN to access ifq_len on an ifqueue, ryan ok | Henning Brauer |
2011-07-05 | now of course I only noticed if_qflush is completely unused after | Henning Brauer |
2011-07-03 | IFQ_CLASSIFY is also just schrapnel | Henning Brauer |
2011-07-03 | no traces of ALTQ_DECL to be found anywhere, thus kill the #defines | Henning Brauer |
2011-07-03 | LINK_STATE_IS_UP() should consider LINK_STATE_UNKNOWN as an up state. | Claudio Jeker |
2011-03-13 | Add a way to enable/disable Wake On LAN with ifconfig. | Stefan Sperling |
2010-11-17 | introduce ifa_update_broadaddr to update an ifaddr's broadcast address, | Henning Brauer |
2010-09-24 | Implement if_freenameindex() as a real function as required by posix. | Claudio Jeker |
2010-09-23 | tweak the mclgeti algorithm to behave better under load. | David Gwynne |
2010-08-27 | remove the unused if_init callback in struct ifnet | Jonathan Gray |
2010-06-26 | Implement a simple keepalive mechanism in gre(4) that is compatible with | Claudio Jeker |
2010-05-28 | Rework the way we handle MPLS in the kernel. Instead of fumbling MPLS into | Claudio Jeker |
2010-04-17 | split SIOCSIFLLADDR code out into an ifnewlladr() function | Theo de Raadt |
2010-04-06 | Simple implementation of RFC4941, "Privacy Extensions for Stateless | Stefan Sperling |
2010-01-13 | maintain a global RB tree of all local addresses in the system. this | Henning Brauer |
2010-01-13 | instead of fiddling with the per-interface address lists directly in | Henning Brauer |
2010-01-12 | Make the structures for ifa_msghdr and friends even more like | Theo de Raadt |
2009-09-17 | Remove the comaptibility structures for routing socket version 3. | Claudio Jeker |
2009-09-14 | Add a way to convert the ifi_link_state to a string without the use of | Claudio Jeker |
2009-08-10 | At sys_reboot time, bring all the interfaces down so that their xxstop | Theo de Raadt |
2009-06-06 | when xflags got changed, tell the userland by routing sockets | Rainer Giedat |
2009-06-05 | Initial support for routing domains. This allows to bind interfaces to | Claudio Jeker |
2009-06-04 | allow IPvShit to be turned off completely per-interface. | Henning Brauer |
2009-06-03 | make wireless interfaces priority 4 by default. other interfaces remain | Bob Beck |