Age | Commit message (Expand) | Author |
2016-03-02 | provide generic ioctls for managing an interfaces parent | David Gwynne |
2015-12-05 | avoid an ugly wrap in a comment | Theo de Raadt |
2015-12-03 | rework if_start to allow nics to provide an mpsafe start routine. | David Gwynne |
2015-11-20 | Keep if_ref() private, if_get() is what you want to use before if_put(). | Martin Pieuchot |
2015-10-24 | Add pair(4), a vether-based virtual Ethernet driver to interconnect | Reyk Floeter |
2015-10-23 | Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindex | Claudio Jeker |
2015-10-23 | tweak the vnetid so it can be optional and therefore cleared/deleted. | David Gwynne |
2015-10-05 | Add ifi_oqdrops and its alias to struct if_data. | Masao Uebayashi |
2015-09-27 | Add if_setlladdr(), factored out from ifioctl(). Will be used by iwm(4) soon. | Stefan Sperling |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-09 | introduce reference counts for interfaces (ie, struct ifnet *ifp). | David Gwynne |
2015-08-30 | Use a global table for domains instead of building a list at run time. | Martin Pieuchot |
2015-06-07 | Introduce unhandled_af() for cases where code conditionally does | Jonathan Gray |
2015-05-18 | Move the rdomain from struct ifnet into struct if_data. This way it | Reyk Floeter |
2015-04-10 | Run detach hook and similar before cleaning up any other resource when | Martin Pieuchot |
2015-03-18 | remove the congestion handling from struct ifqueue. | David Gwynne |
2015-02-08 | Introduce if_input() a function to pass packets dequeued from a | Martin Pieuchot |
2015-01-06 | Remove the NOINET6 interface flag, a left-over from the times when IPv6 | Stefan Sperling |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-07-14 | now that receive ring accounting has been pulled out of the mbuf layer, | David Gwynne |
2014-07-11 | introduce the IFXF_AUTOCONF6 interface flag which controls wether we | Henning Brauer |
2014-07-08 | introduce the if_rxr api. it is intended to pull the rx ring accounting | David Gwynne |
2014-06-13 | Instead of updating all the cluster allocation water marks of all the | Martin Pieuchot |
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 |