Age | Commit message (Expand) | Author |
2005-02-07 | Add new function if_link_state_change() to take care of sending messages | Ryan Thomas McBride |
2005-01-18 | If there is no match in ifaof_ifpforaddr() return the first match -- main | Claudio Jeker |
2005-01-14 | First step in Bluetooth protocol stack support. | Alexander Yurchenko |
2005-01-14 | remove old ifgroups ioctls | Henning Brauer |
2004-12-20 | Enforce an ordering on ifnet such that CARP interfaces appear later in the | Christopher Pascoe |
2004-12-08 | Call if_down() in if_clone_destroy(). Based on diff from Chris Pascoe. | Ryan Thomas McBride |
2004-12-08 | Check if_type in carp_carpdev_state() to make sure we're not | Ryan Thomas McBride |
2004-12-07 | Convert carp(4) to behave more like a regular interface, much in the same | Ryan Thomas McBride |
2004-12-07 | KNF | Ryan Thomas McBride |
2004-12-04 | use C comments. | Markus Friedl |
2004-12-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning Brauer |
2004-10-14 | avoid stupid commons | Michael Shalayeff |
2004-10-11 | ifgroups reqrite | Henning Brauer |
2004-09-15 | Kill more netiso ghosts. | Alexander Yurchenko |
2004-06-26 | cleanup ioctl for ifgroups; ok pb@ | Markus Friedl |
2004-06-25 | introduce "interface groups" | Philipp Buehler |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-04-28 | spacing | Theo de Raadt |
2004-04-28 | Make carp(4) aware of its physical interface: | Ryan Thomas McBride |
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer |
2004-02-28 | - Don't permit 0-padded unit numbers on cloned interfaces. Bug repoprt | Ryan Thomas McBride |
2004-02-08 | if_detach_rtdelete(): abort and restart rn_walktree() if a cloning route | Markus Friedl |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl |
2004-01-09 | fix leak ether_deatch(): if if_free_sadl() is called before if_detach() | Markus Friedl |
2003-12-31 | Many improvements to the handling of interfaces in PF. | Cedric Berger |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-12-10 | use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL | Jun-ichiro itojun Hagino |
2003-12-08 | add IOCIFGCLONERS; ifconfig -C; from netbsd; ok henning, deraadt | Markus Friedl |
2003-12-03 | support for network interface "cloning", e.g. gif(4) via ifconfig(8) | Markus Friedl |
2003-12-03 | protect against if_index wrap; similar to what netbsd does; ok henning deraadt | Markus Friedl |
2003-11-06 | move netisr definition into md code to allow arch provide suitable allocation... | Michael Shalayeff |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-10-01 | make ifindex2ifnet growing code more correct. (found by iij seil team) | Jun-ichiro itojun Hagino |
2003-08-27 | RNF_IGNORE can corrupt the radix tree when an interface is down, it | Henric Jungheim |
2003-08-25 | if_init support, required by ieee80211. | Federico G. Schwindt |
2003-08-15 | change arguments to suser. suser now takes the process, and a flags | Ted Unangst |
2003-07-23 | remove packets in queues (like ipintrq) with m->m_pkthdr.rcvif pointing | Jun-ichiro itojun Hagino |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-12 | Nuke a whole bunch of commons; ok tedu (still more to come *sigh*) | Jason Wright |
2002-09-11 | KNF - return is not a function. | Jun-ichiro itojun Hagino |
2002-07-03 | Change all variables definitions (int foo) in sys/sys/*.h to variable | Miod Vallat |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-11 | splassert(IPL_SOFTNET) where comment indicate that. | Artur Grabowski |
2002-06-08 | splnet -> splsoftnet where appropriate | Jun-ichiro itojun Hagino |
2002-06-08 | more splnet protection to dom_ifattach | Jun-ichiro itojun Hagino |
2002-06-08 | protect dom_ifattach by splnet | Jun-ichiro itojun Hagino |
2002-05-30 | improve nd6_setmtu(), to warn too-small MTU on SIOCSIFMTU. sync w/kame | Jun-ichiro itojun Hagino |
2002-05-29 | simplify comment, sync w/kame | Jun-ichiro itojun Hagino |
2002-05-27 | if_attach() gets called before domaininit(). scan all interfaces for if_afdata | Jun-ichiro itojun Hagino |