aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Introduce the ability to flag a sysctl for operation at secure level 2 or 3Matthew Dillon2003-01-141-3/+3
* Fix NewReno.Jeffrey Hsu2003-01-135-89/+94
* Clear the target hardware address field when generating an ARP request.Thomas Moestl2003-01-101-0/+1
* Validate inp before de-referencing it.Jeffrey Hsu2003-01-051-1/+1
* Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup,Jens Schweikhardt2003-01-015-5/+5
* Correct mbuf packet header propagation. Previously, packet headersSam Leffler2002-12-301-1/+10
* Remove the PAWS ack-on-ack debugging printf().Matthew Dillon2002-12-302-10/+4
* correct style bogonsSam Leffler2002-12-301-4/+2
* Bridged packets are supplied to the firewall with their IP headerIan Dowse2002-12-272-3/+14
* Validate inp to prevent an use after free.Jeffrey Hsu2002-12-243-2/+29
* o De-anonymity dummynet(4) and ipfw(4) messages, prepend themMaxim Konovalov2002-12-242-45/+47
* SMP locking for radix nodes.Jeffrey Hsu2002-12-241-0/+8
* Remove forgotten INP_UNLOCK(inp) in my previous commit.Pierre Beyssac2002-12-221-1/+0
* In syncache_timer(), don't attempt to lock the inpcb structurePierre Beyssac2002-12-211-2/+0
* replace the special-purpose rate-limiting code with the general facilitySam Leffler2002-12-211-38/+28
* Eliminate a goto.Jeffrey Hsu2002-12-201-37/+34
* Unravel a nested conditional.Jeffrey Hsu2002-12-202-42/+24
* Expand scope of TCP protocol lock to cover syncache data structures.Jeffrey Hsu2002-12-201-2/+3
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andBosko Milekic2002-12-192-3/+3
* Lock up ifaddr reference counts.Jeffrey Hsu2002-12-181-3/+5
* Remove unused and incorrectly maintained variable "in_interfaces"Poul-Henning Kamp2002-12-171-4/+0
* Fix syntax in last commit.Matthew Dillon2002-12-172-6/+6
* o Trim EOL whitespaces.Maxim Konovalov2002-12-152-24/+24
* o s/if_name[16]/if_name[IFNAMSIZ]/Maxim Konovalov2002-12-151-1/+1
* o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT).Maxim Konovalov2002-12-151-7/+7
* o Fix byte order logging issue: sa.sin_port is already in host byte order.Maxim Konovalov2002-12-151-1/+1
* Change tcp.inflight_min from 1024 to a production default of 6144. CreateMatthew Dillon2002-12-142-8/+28
* Bruce forwarded this tidbit from an analysis Van Jacobson did on anMatthew Dillon2002-12-142-2/+12
* MFS: recognize gre packets used in the WCCP protocol.Maxim Sobolev2002-12-071-1/+2
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherLuigi Rizzo2002-11-202-1/+1
* Back out some style changes. They are not urgent,Luigi Rizzo2002-11-203-76/+95
* Back out the ip_fragment() code -- it is not urgent to have it in now,Luigi Rizzo2002-11-202-170/+143
* Add a sysctl to control the generation of source quench packets,Mike Silbersack2002-11-191-2/+20
* Fix function headers and remove 'register' variable declarations.Luigi Rizzo2002-11-171-29/+23
* Move the ip_fragment code from ip_output() to a separate function,Luigi Rizzo2002-11-172-143/+170
* Minor documentation changes and indentation fix.Luigi Rizzo2002-11-171-37/+26
* Cleanup some of the comments, and reformat long lines.Luigi Rizzo2002-11-171-29/+27
* Massive cleanup of the ip_mroute code.Luigi Rizzo2002-11-156-883/+591
* track changes to not strip the Ethernet header from input packetsSam Leffler2002-11-141-8/+5
* track bpf changesSam Leffler2002-11-141-2/+2
* Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger thanMaxim Konovalov2002-11-131-1/+6
* Turn off duplicate lock checking for inp locks because udp_input()Jeffrey Hsu2002-11-121-1/+1
* a better solution to building FAST_IPSEC w/o INET6Sam Leffler2002-11-102-8/+0
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-8/+8
* temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;Sam Leffler2002-11-081-0/+3
* FAST_IPSEC fixups:Sam Leffler2002-11-081-5/+21
* fixup FAST_IPSEC build w/o INET6Sam Leffler2002-11-082-2/+8
* correct fast ipsec logic: compare destination ip address against theSam Leffler2002-11-081-1/+1
* Cast a ptrdiff_t to an int to printf.John Baldwin2002-11-081-1/+1
* - Consistently update snd_wl1, snd_wl2, and rcv_up in the headerJeff Roberson2002-10-312-2/+30