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-14 | remove old ifgroups ioctls | Henning Brauer |
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-03 | do not use one struct timeout for the if congestion stuff, but embed | Henning Brauer |
2004-11-10 | Safer IF_INPUT_ENQUEUE macro. | Alexander Yurchenko |
2004-10-14 | avoid stupid commons | Michael Shalayeff |
2004-10-11 | ifgroups reqrite | Henning Brauer |
2004-06-26 | cleanup ioctl for ifgroups; ok pb@ | Markus Friedl |
2004-06-25 | introduce "interface groups" | Philipp Buehler |
2004-06-20 | undo mbuf cluster breakage that causes free'ed packets to show up on the | Bob Beck |
2004-05-29 | introduce SIOCSIFDESCR and SIOCGIFDESCR to maintain interface | joshua stein |
2004-05-18 | if_ether.h | Brad Smith |
2004-04-26 | Before enqueueing the packet, copy the contents of incoming clusters | Ryan Thomas McBride |
2004-04-17 | add a congestion indicator to if_queue. It is set when the input queue | Henning Brauer |
2004-01-15 | add a RTM_IFANNOUNCE message; from netbsd; ok itojun, henning | Markus Friedl |
2003-12-16 | return error in ifc_destroy; ok deraadt, itojun, cedric, hshoexer | Markus Friedl |
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-10-19 | more typos | David Krause |
2003-10-17 | Common Address Redundancy Protocol | Ryan Thomas McBride |
2003-08-25 | if_init support, required by ieee80211. | Federico G. Schwindt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
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-23 | g/c last remains of old ipv6 prefix management | Jun-ichiro itojun Hagino |
2002-05-27 | if_attach() gets called before domaininit(). scan all interfaces for if_afdata | Jun-ichiro itojun Hagino |
2002-05-27 | framework to add af-dependent data structure to struct ifnet. | Jun-ichiro itojun Hagino |
2002-04-24 | Add hooks to struct ifnet that allow to register callbacks that will be | Daniel Hartmeier |
2002-03-15 | Cosmetic changes only, primarily making comments line up nicely after the | Todd C. Miller |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2002-01-23 | compatability -> compatibility. | Federico G. Schwindt |
2001-07-05 | KNF | Angelos D. Keromytis |
2001-07-05 | Include files for IPComp support. angelos@ ok. | Jean-Jacques Bernard-Gundol |
2001-06-27 | ALTQ base modifications to the kernel. | Kenjiro Cho |
2001-06-23 | Add ether_input_mbuf to help us remove the ether_header from | Federico G. Schwindt |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-09 | By popular demand, protect from multiple inclusion, and fix to use the | Angelos D. Keromytis |
2001-05-28 | IPSECv4 -> IPSEC | Angelos D. Keromytis |
2001-05-28 | No need for separate ESP/AH interface capabilities. | Angelos D. Keromytis |
2001-05-28 | Interface capabilities (based on NetBSD, but merge ethercom and ifnet | Angelos D. Keromytis |
2001-02-06 | allow changing number of loopbacks in ukc. | Michael Shalayeff |
2001-01-19 | pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2 (UCB copyrighted). | Jun-ichiro itojun Hagino |
2000-09-20 | Since ifa_refcnt was bumped to an int and rt_flags is an int too, bump | Artur Grabowski |
2000-08-28 | changing the size of if_data has heavy impact on userland compat. there | Theo de Raadt |
2000-08-26 | sync mii code with netbsd | Nathan Binkert |
2000-03-22 | remove if_withname(), which was imported during KAME merge by mistake. | Jun-ichiro itojun Hagino |
2000-03-21 | add SIOCGIFMTU/SIOCSIFMTU; remediate redundant code of tun, ppp, sppp; chris@ ok | Michael Shalayeff |
2000-02-02 | wrap IFAFREE() by "do {} while (0)". it wasn't safe enough. | Jun-ichiro itojun Hagino |