Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe | |
to bpf with either an address family or other header added. These helpers only allocate a much smaller struct m_hdr on the stack when needed, rather than leaving 256 byte struct mbufs on the stack in deep call paths. Also removes a fair bit of duplicated code. commit now, tune after deraadt@ | |||
2005-06-08 | netns bites the dust | Henning Brauer | |
2004-06-26 | use IF_INPUT_ENQUEUE | Philipp Buehler | |
ok henning@, mcbride@ | |||
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-07-09 | do not flip ip_len/ip_off in netinet stack. deraadt ok. | Jun-ichiro itojun Hagino | |
(please test, especially PF portion) | |||
2003-05-03 | just as a safety measure, set m_flags to 0 for mbufs allocated on stack. | Jun-ichiro itojun Hagino | |
dhartmei ok | |||
2003-04-22 | correct (false) assumption made about m->m_len. dhartmei ok. | Jun-ichiro itojun Hagino | |
2002-08-16 | pass unprocessed GRE packet to raw ip socket. binkertn@ ok | Jun-ichiro itojun Hagino | |
2002-06-09 | whitespace | Jun-ichiro itojun Hagino | |
2002-04-03 | Don't process WCCPv1-style GRE packets, unless allowed (via sysctl | Angelos D. Keromytis | |
variable); GRE processing must also be allowed. From joeycoleman@acm.org, ok deraadt@ niklas@ | |||
2002-03-24 | WCCP support (trivial hack, it's not the complete protocol, but it'll | Angelos D. Keromytis | |
accept packets from Cisco boxes) --- from joeycoleman@acm.org | |||
2002-03-15 | Kill #if __STDC__ used to do K&R vs. ANSI varargs/stdarg; just do things | Todd C. Miller | |
the ANSI way. | |||
2002-03-14 | Final __P removal plus some cosmetic fixups | Todd C. Miller | |
2002-03-14 | First round of __P removal in sys | Todd C. Miller | |
2001-09-04 | Make it compile without option BPF. | Angelos D. Keromytis | |
2001-06-19 | mop up after angelos | Theo de Raadt | |
2001-06-08 | Cut down on include files. | Angelos D. Keromytis | |
2001-06-05 | Allow boot -c to change number of gre devices. -moj ok angelos@ | Mats O Jansson | |
2001-02-27 | Remove superfluous printf in Angelos last commit | Niklas Hallqvist | |
2001-02-09 | Fix BPF support. | Angelos D. Keromytis | |
2000-01-25 | Ok, so setsoftnet is md. | Marc Espie | |
Well, on the amiga, setsoftnet *REQUIRES* machine/cpu.h to work... and no include mentioned in those files pulls machine/cpu.h... Nit-fix: / * INET6 */ -> /* INET6 */ | |||
2000-01-16 | ETHERTYPE_ATALK -> ETHERTYPE_AT (op21@squish.org) | Angelos D. Keromytis | |
2000-01-08 | Incoming bpf tap. | Angelos D. Keromytis | |
2000-01-07 | Remove unused include files. | Angelos D. Keromytis | |
2000-01-07 | Missing sysctl.h include | Angelos D. Keromytis | |
2000-01-07 | GRE/MobileIP input routine processing, from NetBSD (with a few | Angelos D. Keromytis | |
changes). Also, minor cleanup in in_proto.c |