Age | Commit message (Expand) | Author |
2018-02-07 | update the gre driver. | David Gwynne |
2018-02-07 | split mobileip(4) out from the gre(4) driver. | David Gwynne |
2018-01-09 | make mpls_input take a struct ifnet *ifp argument. | David Gwynne |
2017-11-20 | Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare running | Martin Pieuchot |
2017-10-09 | Reduces the scope of the NET_LOCK() in sysctl(2) path. | Martin Pieuchot |
2017-08-15 | Convert hand rolled sockaddr checks to the nam2sin functions. | Alexander Bluhm |
2017-05-30 | Introduce ipv{4,6}_input(), two wrappers around IP queues. | Martin Pieuchot |
2017-05-04 | If m is not a continuous mbuf cluster, m_pullup() in pr_input may | Alexander Bluhm |
2017-04-14 | Pass down the address family through the pr_input calls. This | Alexander Bluhm |
2017-01-29 | Change the IPv4 pr_input function to the way IPv6 is implemented, | Alexander Bluhm |
2017-01-25 | Since raw_input() and route_input() are gone from pr_input, we can | Alexander Bluhm |
2017-01-03 | Remove some recursives splsoftnet(). | Martin Pieuchot |
2016-03-04 | - putting back KASSERT(), which I've backed out on Jan 31 | Alexandr Nedvedicky |
2015-12-02 | Rework the MPLS handling. Remove the lookup loops since nothing is using | Claudio Jeker |
2015-07-29 | Don't use mpls_input() as input handler anymore and instead call it | Rafael Zalamena |
2015-07-20 | Kill NETISR_MPLS, from now on we will use interface input handlers to deal | Rafael Zalamena |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-04-10 | replace the use of ifqueues for most input queues serviced by netisr | David Gwynne |
2015-03-18 | "handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncating | Ryan Thomas McBride |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-07-22 | Fewer <netinet/in_systm.h> ! | Martin Pieuchot |
2014-04-14 | "struct pkthdr" holds a routing table ID, not a routing domain one. | Martin Pieuchot |
2013-12-31 | bcopy -> memcpy. reviewed with one fix from matthew | Ted Unangst |
2013-10-24 | Remove the number of in6_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-23 | Remove the number of in_var.h inclusions by moving some functions and | Martin Pieuchot |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2011-07-09 | begone, fucking rotten appletalk shit. ok room | Henning Brauer |
2011-07-08 | Include PIPEX in kernel by default. And add new sysctl variable | YASUOKA Masahiko |
2011-07-05 | ansify | David Hill |
2011-05-31 | fix typos in comment | Stuart Henderson |
2010-09-28 | wrap long line. correct indent. delete a useless comment. | YASUOKA Masahiko |
2010-09-24 | Add L2TP support to PIPEX. | SUENAGA Hiroki |
2010-06-26 | Implement a simple keepalive mechanism in gre(4) that is compatible with | Claudio Jeker |
2010-05-11 | Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLS | Claudio Jeker |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2010-01-12 | Add input and user protocol hook to handle GRE packets by pipex. | YASUOKA Masahiko |
2009-11-21 | Add a way to bind the tunnel endpoint of a gif/gre interface into a | Claudio Jeker |
2009-06-02 | do the pf_pkt_addr_changed(m) magic just like gif etc | Henning Brauer |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2007-05-27 | De-static. OK dlg@ | Claudio Jeker |
2007-04-10 | ``it's'' -> ``its'' when the grammar gods require this change. | Miod Vallat |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-06-08 | netns bites the dust | Henning Brauer |
2004-06-26 | use IF_INPUT_ENQUEUE | Philipp Buehler |
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 |