Age | Commit message (Expand) | Author |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-11 | Check against GIF_MTU_MIN/GIF_MTU_MAX for the min/max MTU size. | Brad Smith |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2006-01-04 | Remove redundant calls to bpfdetach. | Can Erkin Acar |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
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-03 | add support for ifconfig clone/destroy; ok henning deraadt | Markus Friedl |
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-01-20 | just for safety. from http://templeofhate.com/tglaser/pub/obsd.diff | Jun-ichiro itojun Hagino |
2002-06-30 | allocate sockaddr_dl for ifnet in if_alloc_sadl(), as we don't always know | Jun-ichiro itojun Hagino |
2002-06-10 | easy error checks first. | Jun-ichiro itojun Hagino |
2002-06-09 | no need to log() on outgoing packet on !IFF_UP case | Jun-ichiro itojun Hagino |
2002-05-20 | Allow SIOCSIFMTU on gif interfaces. | Artur Grabowski |
2002-03-14 | First round of __P removal in sys | Todd C. Miller |
2001-07-27 | variable name "gif" is way too generic - use "gif_softc". sync with kame | Jun-ichiro itojun Hagino |
2001-06-25 | Detect loops, itojun@ ok | Angelos D. Keromytis |
2001-06-15 | change the meaning of ifnet.if_lastchange to meet RFC1573 ifLastChange. | Jun-ichiro itojun Hagino |
2001-06-09 | Include cleanup | Angelos D. Keromytis |
2001-06-09 | These don't need net_osdep.h | Angelos D. Keromytis |
2001-06-04 | if_up() requires splnet(). sync with kame | Jun-ichiro itojun Hagino |
2001-02-20 | provide SIOC[SG]LIFPHYADDR, which greatly simplify userland manipulation. | Jun-ichiro itojun Hagino |
2001-02-20 | use u_int32_t, not u_int, for DLT_NULL encapsulation. sync with kame | Jun-ichiro itojun Hagino |
2001-02-06 | allow configuring gif ifaces; itojun@ ok | Michael Shalayeff |
2000-12-31 | ifdef -> if | Angelos D. Keromytis |
2000-12-31 | Fix non-INET6 case | Angelos D. Keromytis |
2000-12-30 | Define gif_start(), which uses gif_output() with an AF_LINK sockaddr | Angelos D. Keromytis |
2000-10-07 | on SIOC*IFPHY*, validate args more correctly. | Jun-ichiro itojun Hagino |
2000-01-17 | don't need IFF_RUNNING for gif, as no resource is allocated for | Jun-ichiro itojun Hagino |
2000-01-17 | remove IFF_RUNNING if it becomes !IFF_UP. | Jun-ichiro itojun Hagino |
2000-01-12 | Remove gif_input() -- not needed anymore. | Angelos D. Keromytis |
2000-01-10 | Typos. | Angelos D. Keromytis |
2000-01-09 | Reduce calllimit from 10 to 3; this should avoid running out of stack | Angelos D. Keromytis |
2000-01-07 | Cleanup ifdefs | Angelos D. Keromytis |
1999-12-08 | bring in KAME IPv6 code, dated 19991208. | Jun-ichiro itojun Hagino |