Age | Commit message (Expand) | Author |
1999-11-29 | Make sure M_BCAST is set for IP broadcasts, even if the packet came in as | Hakan Olsson |
1999-09-25 | line not needed | Theo de Raadt |
1999-09-23 | fix same-interface-out-as-in and packet gets corrupted bug noted by | Theo de Raadt |
1999-04-23 | dont accept packets with the destination address of a down interface; | Niels Provos |
1999-04-12 | move encdebug to a useful place | Theo de Raadt |
1999-04-11 | Introduce net.inet.{ah,esp}.enable sysctl controls that are off by default. | Niklas Hallqvist |
1999-02-21 | split ipintr() to create new ipv4_input() for tunnels; NRL | Theo de Raadt |
1999-02-19 | ipq locking | Theo de Raadt |
1999-02-17 | add fragment flood protection; configureable using sysctl ip.maxqueue | Theo de Raadt |
1998-12-28 | ensure the ip packet embedded inside an icmp packet has correct ip_len, | Theo de Raadt |
1998-12-26 | make ip_id random but ensure that ids dont repeat for some period. | Niels Provos |
1998-11-13 | Recompute ip header length after packet has been reassembled, and also | Niels Provos |
1998-05-18 | first step to the setsockopt/getsockopt interface as described in | Niels Provos |
1998-02-14 | wildcard ifaces; finally, after HE said it's ok | Michael Shalayeff |
1998-02-03 | bail out for sourcerouted packets earlier, also do not forward | Theo de Raadt |
1998-02-01 | undo wildcard loopback stuff; it was not checked by other developers | Theo de Raadt |
1998-02-01 | support wildcard loopbacks. that is, setting up lo1 like: | Michael Shalayeff |
1997-08-09 | The list of tcp/udp ports not to allocate dynamically is now | Todd C. Miller |
1997-02-28 | IPsec socket API hooks are in. | Angelos D. Keromytis |
1997-02-22 | Fixed problem in ip_weadvertise(). | Angelos D. Keromytis |
1997-02-22 | ICMP redirects will not be sent if we do proxy arp pointing to ourselves. | Angelos D. Keromytis |
1997-02-13 | off-by-one-slot for IP timestamp option data inserts, PR#103, andreas.gunnars... | Theo de Raadt |
1997-02-11 | ensure ipt->ipt_ptr is right; pr#96, andreas.gunnarsson@emw.ericsson.se | Theo de Raadt |
1997-01-26 | Make ip_len and ip_off unsigned values; don't transmit or accept packets | Thorsten Lockert |
1996-10-27 | record route is not a problem; thanks bitblt | Theo de Raadt |
1996-10-18 | Do not run IP defragmentation routines unneccecarily; NetBSD PR# 2772 | Thorsten Lockert |
1996-09-02 | Don't drain the protocol queues at interrupt level. | dm |
1996-08-14 | ipaddrs are int; like many other things found after spotting a similar netbsd... | Theo de Raadt |
1996-08-02 | Allow viewing of net.inet.ip.sourceroute in secure mode | Thorsten Lockert |
1996-07-29 | From FreeBSD (with slightly different sysctl names): | Jason Downs |
1996-07-18 | ipfilter 3.1.0 | dm |
1996-05-07 | from NetBSD PR#2296: | Michael Shalayeff |
1996-04-21 | partial sync with netbsd 960418, more to come | Theo de Raadt |
1996-03-09 | restored IP filtering | dm |
1996-03-03 | From NetBSD: 960217 merge | Niklas Hallqvist |
1996-01-25 | IP filter 3.0.1 | dm |
1996-01-07 | from beurton@fnet.fr: Darren Reed's IP filter | dm |
1995-12-14 | re-add my source routing stuff (geeezzz) | Theo de Raadt |
1995-12-14 | from netbsd: | Theo de Raadt |
1995-11-28 | add inet_ntoa() to the kernel. use it to log nicer messages. idea from freebsd | Theo de Raadt |
1995-11-28 | log source route attempts when source routing is disabled | Theo de Raadt |
1995-11-26 | add sysctl net.inet.ip.sourceroute option; default to 0. copied from freebsd | Theo de Raadt |
1995-10-18 | initial import of NetBSD tree | Theo de Raadt |