Age | Commit message (Expand) | Author |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-05 | Explicitly include <net/if_var.h> instead of pulling it in <net/if.h>. | Martin Pieuchot |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-05-05 | Use a custom ifa_rtrequest function for point-to-point interfaces | Martin Pieuchot |
2014-04-21 | ip_output() using varargs always struck me as bizarre, esp since it's only | Henning Brauer |
2014-04-21 | we'll do fine without casting NULL to struct foo * / void * | Henning Brauer |
2013-10-19 | Uniformize drivers doing nothing with their multicast filters to make | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-06-17 | Instead of bcopy() and bcmp() a single pointer in an mbuf tag, | Alexander Bluhm |
2013-06-16 | Remove variable sa_family_t family in gif_start() and gif_output(). | Alexander Bluhm |
2013-03-26 | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. | Martin Pieuchot |
2013-01-17 | first or second coming, commie or not commie, one m in coming is sufficient | Henning Brauer |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-05-12 | Fix tcpdump for etherip packets. | Marco Pfatschbacher |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2010-07-03 | Fix the naming of interfaces and variables for rdomains and rtables | Philip Guenthe |
2010-05-11 | Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output() | Claudio Jeker |
2009-11-22 | Add a lot of bpf and counter manipulation to the bridge. The bridge | Theo de Raadt |
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker |
2008-11-24 | Remove the IFF_OACTIVE dance in gif_start this is not needed because start | Claudio Jeker |
2008-09-28 | Ansify function declarations for gif(4). | Joel Sing |
2008-05-07 | enable tx mitigation when putting packets on the wire by switching from | David Gwynne |
2008-04-26 | Typo, paket -> packet. | Brad Smith |
2007-12-20 | return with ENOTTY instead of EINVAL for unknown ioctl requests. | Brad Smith |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-05-26 | one extern seems to be better than 20 for ifqmaxlen; ok krw | Jason Wright |
2007-05-21 | make bridge(4) mark packets with M_PROTO1 if gif(4) needs to use | Markus Friedl |
2007-04-19 | Cleanup spaces. | Claudio Jeker |
2007-04-18 | Break out of the mtag check loop when a hit was found else we end up in a | Claudio Jeker |
2007-02-22 | Make gif(4) altq aware. This simplifies setting up traffic shaping on gif(4) | Claudio Jeker |
2007-02-10 | Cleanup, kill dead code and unused arguments. Mostly stuff that is computed | Claudio Jeker |
2007-01-08 | add round brackets around return values | Michele Marchetto |
2006-12-28 | check if ifqueue has anything queued before doing the dance of | Theo de Raadt |
2006-11-16 | knf | Jun-ichiro itojun Hagino |
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 |