summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a goto.hsu2002-12-201-39/+36
* Unravel a nested conditional.hsu2002-12-202-42/+24
* Expand scope of TCP protocol lock to cover syncache data structures.hsu2002-12-201-2/+3
* o Untangle the confusion with the malloc flags {M_WAITOK, M_NOWAIT} andbmilekic2002-12-192-3/+3
* Lock up ifaddr reference counts.hsu2002-12-181-3/+5
* Remove unused and incorrectly maintained variable "in_interfaces"phk2002-12-171-4/+0
* Fix syntax in last commit.dillon2002-12-172-6/+6
* o Trim EOL whitespaces.maxim2002-12-152-24/+24
* o s/if_name[16]/if_name[IFNAMSIZ]/maxim2002-12-151-1/+1
* o M_DONTWAIT is mbuf(9) flag: malloc(M_DONTWAIT) -> malloc(M_NOWAIT).maxim2002-12-151-7/+7
* o Fix byte order logging issue: sa.sin_port is already in host byte order.maxim2002-12-151-1/+1
* Change tcp.inflight_min from 1024 to a production default of 6144. Createdillon2002-12-142-8/+28
* Bruce forwarded this tidbit from an analysis Van Jacobson did on andillon2002-12-142-2/+12
* MFS: recognize gre packets used in the WCCP protocol.sobomax2002-12-071-1/+2
* Move fw_one_pass from ip_fw2.c to ip_input.c so that neitherluigi2002-11-202-1/+1
* Back out some style changes. They are not urgent,luigi2002-11-203-76/+95
* Back out the ip_fragment() code -- it is not urgent to have it in now,luigi2002-11-202-170/+143
* Add a sysctl to control the generation of source quench packets,silby2002-11-191-2/+20
* Fix function headers and remove 'register' variable declarations.luigi2002-11-171-29/+23
* Move the ip_fragment code from ip_output() to a separate function,luigi2002-11-172-143/+170
* Minor documentation changes and indentation fix.luigi2002-11-171-37/+26
* Cleanup some of the comments, and reformat long lines.luigi2002-11-171-29/+27
* Massive cleanup of the ip_mroute code.luigi2002-11-156-886/+594
* track changes to not strip the Ethernet header from input packetssam2002-11-141-8/+5
* track bpf changessam2002-11-141-2/+2
* Due to a memory alignment sizeof(struct ipfw_flow_id) is bigger thanmaxim2002-11-131-1/+6
* Turn off duplicate lock checking for inp locks because udp_input()hsu2002-11-121-1/+1
* a better solution to building FAST_IPSEC w/o INET6sam2002-11-102-8/+0
* Fix instances of macros with improperly parenthasized arguments.alfred2002-11-091-8/+8
* temporarily disallow FAST_IPSEC and INET6 to avoid potential panics;sam2002-11-081-0/+3
* FAST_IPSEC fixups:sam2002-11-081-5/+21
* fixup FAST_IPSEC build w/o INET6sam2002-11-082-2/+8
* correct fast ipsec logic: compare destination ip address against thesam2002-11-081-1/+1
* Cast a ptrdiff_t to an int to printf.jhb2002-11-081-1/+1
* - Consistently update snd_wl1, snd_wl2, and rcv_up in the headerjeff2002-10-312-2/+30
* Don't need to check if SO_OOBINLINE is defined.hsu2002-10-302-26/+16
* Renumber IPPROTO_DIVERT out of the range of valid IP protocol numbers.fenner2002-10-293-4/+19
* Lower a priority of "session drop" messages.maxim2002-10-291-1/+1
* Oops, forgot to commit this file. This is part of the fixmux2002-10-241-0/+2
* Fix ipfw2 panics on 64-bit platforms.mux2002-10-241-6/+2
* src and dst address were erroneously swapped in SRC_SET and DST_SETluigi2002-10-241-2/+2
* Fix kernel build on sparc64 in the IPDIVERT case.mux2002-10-241-1/+1
* Unbreak the automatic remapping of an INADDR_ANY destination addressiedowse2002-10-241-5/+4
* Kill EOL spaces.maxim2002-10-231-24/+23
* Use syslog for messages about dropped sessions, do not flood a console.maxim2002-10-231-1/+1
* fixed a kernel crash by "ifconfig stf0 inet 1.2.3.4"suz2002-10-221-5/+9
* Implement a new IP_SENDSRCADDR ancillary message type that permitsiedowse2002-10-212-4/+63
* Remove the "temporary connection" hack in udp_output(). In orderiedowse2002-10-211-23/+26
* Replace in_pcbladdr() with a more generic inner subroutine foriedowse2002-10-213-100/+136
* Fix two instances of variant struct definitions in sys/netinet:phk2002-10-209-89/+52
OpenPOWER on IntegriCloud