summaryrefslogtreecommitdiff
path: root/sys/netinet/in_proto.c
AgeCommit message (Expand)Author
2013-01-17Expand the socket splicing functionality from TCP to UDP. MergeAlexander Bluhm
2012-10-15Another 'notyet' is being promoted to 'notever'.Mike Belopuhov
2011-03-31- use nitems(); no binary changeJasper Lievisse Adriaanse
2011-01-07Add socket option SO_SPLICE to splice together two TCP sockets.Alexander Bluhm
2010-08-29Fix kernel compiling with disabled IPSEC and enabled GIF/MPLSJoerg Goltermann
2010-05-11Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()Claudio Jeker
2010-01-12Add input and user protocol hook to handle GRE packets by pipex.YASUOKA Masahiko
2009-10-04Add (again) support for divert sockets. They allow you to:Michele Marchetto
2009-09-08I had not enough oks to commit this diff.Michele Marchetto
2009-09-08Add support for divert sockets. They allow you to:Michele Marchetto
2008-05-06remove tcp_drain code since it's not longer used; ok henning, feedback thibMarkus Friedl
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2007-06-06remove ifdef'd out ipx-in-ip registrationHenning Brauer
2005-12-23Remove unnecessary #ifdef MROUTING blocks. OK brad@ markus@Claudio Jeker
2005-07-14More netccitt and netns removals; OK henning, brad, mickeyUwe Stuehler
2005-01-14Add kernel support for Protocol Independant Multicast (PIM)Ryan Thomas McBride
2004-12-07Convert carp(4) to behave more like a regular interface, much in the sameRyan Thomas McBride
2004-09-17Remove option EON from kernel and options(4)Mathieu Sauve-Frankel
2004-07-17netiso traces hide everywhere... millert okHenning Brauer
2004-04-25radix tree with multipath support. from kame. deraadt okJun-ichiro itojun Hagino
2003-12-15Add initial support for pf state synchronization over the network.Ryan Thomas McBride
2003-10-17Common Address Redundancy ProtocolRyan Thomas McBride
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-03-01remove tcp_fasttimo and convert delayed acks to the timeout(9) API instead.Niels Provos
2002-01-12add rediraccept and redirtimeout sysctl's.Eric Jackson
2001-08-08Remove IPCOMP option, it's now part of IPSEC option. You still need toJean-Jacques Bernard-Gundol
2001-07-05IPComp support. angelos@ ok.Jean-Jacques Bernard-Gundol
2001-06-24path mtu discovery for ipsec. on receiving a need fragment icmp matchNiels Provos
2001-06-08Cut down on include files.Angelos D. Keromytis
2001-06-05repair copyright notices for NRL & cmetz; cmetzTheo de Raadt
2001-05-30Remove ipf. Darren Reed has interpreted his (old, new, whichever)Theo de Raadt
2001-05-25recover old acecept(2) behavior (no ECONNABORTED) for unix domain socket.Jun-ichiro itojun Hagino
2000-01-27Merge "old" and "new" ESP and AH in two files (one for each).Angelos D. Keromytis
2000-01-21Rename the ip4_* routines to ipip_*, make it so GIF tunnels are notAngelos D. Keromytis
2000-01-17fix "traceroute -P 41", outgoing side. incoming side needs fix inJun-ichiro itojun Hagino
2000-01-11The entry for IP4 should always be there.Angelos D. Keromytis
2000-01-07GRE/MobileIP input routine processing, from NetBSD (with a fewAngelos D. Keromytis
2000-01-02Fix non-IPSEC kernel compilation (or part of it).Angelos D. Keromytis
1999-12-21fix non-IPsec compilation. (too complex #ifdef...)Jun-ichiro itojun Hagino
1999-12-21reuse encapsulate/decapsulate routine in ip_ip4.c from gif interfaceJun-ichiro itojun Hagino
1999-12-09We can't use the gif interface input routine for IPIP/IP6IPAngelos D. Keromytis
1999-12-08bring in KAME IPv6 code, dated 19991208.Jun-ichiro itojun Hagino
1999-10-28Add IPPROTO_ETHERIP in the protocol switch; comment out INET6 IPv4-IPv4Angelos D. Keromytis
1999-04-20Merge MROUTING and IPSEC wrt handling of IP-in-IP tunnelled packets.Niklas Hallqvist
1999-04-11Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default.Niklas Hallqvist
1999-04-09The kernel parts of a sysctl that can switch on/off IP-in-IP (protocol 4)Niklas Hallqvist
1999-02-24Remove encap.h include; saner debugging printfs; fix buglets; work withAngelos D. Keromytis
1999-01-08INET6 hooks; NRL/cmetzTheo de Raadt
1998-07-30Forgot this one with the previous batch of commits; use ip4_input()Angelos D. Keromytis