summaryrefslogtreecommitdiff
path: root/sys/netinet
AgeCommit message (Expand)Author
2000-01-08Fix serious crash-and-burn bug I introduced with last revision.Angelos D. Keromytis
2000-01-08Incoming bpf tap.Angelos D. Keromytis
2000-01-07Remove unnecessary include files.Angelos D. Keromytis
2000-01-07Remove unused include files.Angelos D. Keromytis
2000-01-07Missing sysctl.h includeAngelos D. Keromytis
2000-01-07Forgot the names here...Angelos D. Keromytis
2000-01-07GRE/MobileIP input routine processing, from NetBSD (with a fewAngelos D. Keromytis
2000-01-07IPPROTO_GRE and IPPROTO_MOBILE definitions (from NetBSD)Angelos D. Keromytis
2000-01-07Early check for destination port 0 (itojun@)Angelos D. Keromytis
2000-01-07s/memset/bzero/Jun-ichiro itojun Hagino
2000-01-04If SIOCSIFADDR fails, put back the old address before calling splx().Federico G. Schwindt
2000-01-04if we call in6_setpeeraddr, don't visit code for ipv4.Jun-ichiro itojun Hagino
2000-01-04keep paren match.Jun-ichiro itojun Hagino
2000-01-04remove support for v4 mapped address completely.Jun-ichiro itojun Hagino
2000-01-03Chase down the IPv6 header chain to find the right place swap the NextAngelos D. Keromytis
2000-01-02Move the requeueing logic from ipsec_input() to ah_input() andAngelos D. Keromytis
2000-01-02Change ipsec_input() to return error.Angelos D. Keromytis
2000-01-02Fix ifdef IPSECAngelos D. Keromytis
2000-01-02Fix non-IPSEC kernel compilation (or part of it).Angelos D. Keromytis
2000-01-02Remove the ifdef for IP_ENCAPSULATED.Angelos D. Keromytis
1999-12-31fix IPv6 ipsec template lossage.Jun-ichiro itojun Hagino
1999-12-31be sure to cleanup "opts" pointer on multicast udp packet reception.Jun-ichiro itojun Hagino
1999-12-29fix _input/_output proto changes for tcp_signature; angelos@ okMichael Shalayeff
1999-12-28speed up blowfish by > 20%.Niels Provos
1999-12-28Avoid recursive rw_enter panic. From darrenr@pobox.com.Kjell Wooding
1999-12-28Update to ipfilter 3.3.6. See src/sbin/ipf/HISTORY for details.Kjell Wooding
1999-12-28remove unused part of kame patch from the tree. openbsd does not passJun-ichiro itojun Hagino
1999-12-28remove non-effective kame patch. openbsd ip_input() passesJun-ichiro itojun Hagino
1999-12-27synchronize inp_flags definition across kame/*bsd.Jun-ichiro itojun Hagino
1999-12-27Print associated interface, if present.Angelos D. Keromytis
1999-12-26Correctly initialize loop variables when not doing authentication withAngelos D. Keromytis
1999-12-25Support v4 and v6 destination TDBs.Angelos D. Keromytis
1999-12-25Change some function prototypes, dont unnecessarily initialize someAngelos D. Keromytis
1999-12-25Move the IPsec packet-processing loop to a separate routine, so we canAngelos D. Keromytis
1999-12-24Return EINVAL instead of ENOBUFS if the source address is not specified.Angelos D. Keromytis
1999-12-21compile without INET6, okay angelos@Niels Provos
1999-12-21option TCP_NEWRENO goes away, its the default case for TCP_SACK ifNiels Provos
1999-12-21be paranoid about malicious use of v4 mapped addr on v6 packet.Jun-ichiro itojun Hagino
1999-12-21enable SACK againNiels Provos
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-21Initialize variable.Angelos D. Keromytis
1999-12-20decide address family for {set,get}sockopt() by domain table,Jun-ichiro itojun Hagino
1999-12-19disallow AF mismatch on inbound.Jun-ichiro itojun Hagino
1999-12-19reject AF mismatch for inbonud multicast traffic.Jun-ichiro itojun Hagino
1999-12-19Remove PCB protocol checks rendered unnecessary by the previous commit.Angelos D. Keromytis
1999-12-19Be a bit more paranoid when searching for a PCB in the presence of IPv6.Angelos D. Keromytis
1999-12-18Fix kernel panic involving multicast packet (patch different from theAngelos D. Keromytis
1999-12-18too much software forgets to include sys/socket.h, SIGHTheo de Raadt
1999-12-17do not accept IPv4 traffic by AF_INET6 socket. IPv4 mapped address isJun-ichiro itojun Hagino