aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't need to check if SO_OOBINLINE is defined.Jeffrey Hsu2002-10-302-26/+16
* Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.Bill Fenner2002-10-293-4/+19
* Lower a priority of "session drop" messages.Maxim Konovalov2002-10-291-1/+1
* Oops, forgot to commit this file. This is part of the fixMaxime Henrion2002-10-241-0/+2
* Fix ipfw2 panics on 64-bit platforms.Maxime Henrion2002-10-241-6/+2
* src and dst address were erroneously swapped in SRC_SET and DST_SETLuigi Rizzo2002-10-241-2/+2
* Fix kernel build on sparc64 in the IPDIVERT case.Maxime Henrion2002-10-241-1/+1
* Unbreak the automatic remapping of an INADDR_ANY destination addressIan Dowse2002-10-241-5/+4
* Kill EOL spaces.Maxim Konovalov2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.Maxim Konovalov2002-10-231-1/+1
* fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"SUZUKI Shinsuke2002-10-221-5/+9
* Implement a new IP_SENDSRCADDR ancillary message type that permitsIan Dowse2002-10-212-4/+63
* Remove the "temporary connection" hack in udp_output(). In orderIan Dowse2002-10-211-23/+26
* Replace in_pcbladdr() with a more generic inner subroutine forIan Dowse2002-10-213-100/+136
* Fix two instances of variant struct definitions in sys/netinet:Poul-Henning Kamp2002-10-209-89/+52
* When a packet is multicast encapsulated, give labeled policies theRobert Watson2002-10-201-0/+5
* Split out most of the logic from in_pcbbind() into a new functionIan Dowse2002-10-202-36/+66
* Several malloc() calls were passing the M_DONTWAIT flagMaxime Henrion2002-10-191-3/+3
* last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-10-172-3/+2
* de-__P().Alfred Perlstein2002-10-162-4/+4
* use encapcheck.Hajimu UMEMOTO2002-10-161-14/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-162-29/+92
* Fix oops in my last commit, I was calculating a new length but then notMatthew Dillon2002-10-161-1/+1
* Get rid of checking for ip sec history. It is true that packets are notGuido van Rooij2002-10-161-5/+0
* correct PCB locking in broadcast/multicast case that was exposed by changeSam Leffler2002-10-161-1/+1
* Tie new "Fast IPsec" code into the build. This involves the usualSam Leffler2002-10-1614-92/+438
* Replace aux mbufs with packet tags:Sam Leffler2002-10-1619-105/+50
* Increase the max dummynet hash size from 1024 to 65536. Default is stillSean Chittenden2002-10-122-2/+8
* turn off debugging by default if bandwidth delay product limiting isMatthew Dillon2002-10-102-2/+2