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