summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_gre.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* update the gre driver.dlg2018-02-071-252/+2
* split mobileip(4) out from the gre(4) driver.dlg2018-02-071-111/+1
* make mpls_input take a struct ifnet *ifp argument.dlg2018-01-091-2/+2
* Sprinkle some NET_ASSERT_LOCKED(), const and co to prepare runningmpi2017-11-201-1/+2
* Reduces the scope of the NET_LOCK() in sysctl(2) path.mpi2017-10-091-5/+18
* Convert hand rolled sockaddr checks to the nam2sin functions.bluhm2017-08-151-4/+2
* Introduce ipv{4,6}_input(), two wrappers around IP queues.mpi2017-05-301-7/+16
* If m is not a continuous mbuf cluster, m_pullup() in pr_input maybluhm2017-05-041-3/+3
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-4/+4
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-13/+18
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-20/+9
* Remove some recursives splsoftnet().mpi2017-01-031-4/+1
* - putting back KASSERT(), which I've backed out on Jan 31sashan2016-03-041-1/+5
* Rework the MPLS handling. Remove the lookup loops since nothing is usingclaudio2015-12-021-2/+2
* Don't use mpls_input() as input handler anymore and instead call itrzalamena2015-07-291-14/+3
* Kill NETISR_MPLS, from now on we will use interface input handlers to dealrzalamena2015-07-201-4/+14
* Store a unique ID, an interface index, rather than a pointer to thempi2015-06-161-3/+3
* replace the use of ifqueues for most input queues serviced by netisrdlg2015-04-101-15/+5
* "handle" wccp2 packets if net.inet.gre.wccp is set to 2 by truncatingmcbride2015-03-181-2/+10
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-5/+1
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-3/+3
* bcopy -> memcpy. reviewed with one fix from matthewtedu2013-12-311-2/+2
* Remove the number of in6_var.h inclusions by moving some functions andmpi2013-10-241-5/+1
* Remove the number of in_var.h inclusions by moving some functions andmpi2013-10-231-2/+1
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-1/+5
* begone, fucking rotten appletalk shit. ok roomhenning2011-07-091-14/+1
* Include PIPEX in kernel by default. And add new sysctl variableyasuoka2011-07-081-7/+7
* ansifydhill2011-07-051-22/+7
* fix typos in commentsthen2011-05-311-3/+3
* wrap long line. correct indent. delete a useless comment.yasuoka2010-09-281-2/+3
* Add L2TP support to PIPEX.hsuenaga2010-09-241-4/+5
* Implement a simple keepalive mechanism in gre(4) that is compatible withclaudio2010-06-261-1/+6
* Add support for MPLS in GRE. Fairly trivial and a NOP unless option MPLSclaudio2010-05-111-2/+14
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Add input and user protocol hook to handle GRE packets by pipex.yasuoka2010-01-121-1/+55
* Add a way to bind the tunnel endpoint of a gif/gre interface into aclaudio2009-11-211-1/+5
* do the pf_pkt_addr_changed(m) magic just like gif etchenning2009-06-021-1/+9
* First pass at removing clauses 3 and 4 from NetBSD licenses.ray2008-06-261-8/+1
* De-static. OK dlg@claudio2007-05-271-3/+3
* ``it's'' -> ``its'' when the grammar gods require this change.miod2007-04-101-2/+2
* allow bpf(4) to ignore packets based on their direction (inbound ordjm2006-03-251-3/+3
* With the exception of two other small uncommited diffs this movesbrad2006-03-041-3/+3
* Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chainpascoe2005-07-311-36/+5
* netns bites the dusthenning2005-06-081-13/+1
* use IF_INPUT_ENQUEUEpb2004-06-261-13/+3
* de-register. deraadt okitojun2003-12-101-9/+9
* add support for ifconfig clone/destroy; ok henning deraadtmarkus2003-12-031-3/+2
* do not flip ip_len/ip_off in netinet stack. deraadt ok.itojun2003-07-091-3/+2