summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Remove stone-aged and irrelevant "#ifndef notdef".andre2006-09-291-2/+2
* Nits.bms2006-09-291-1/+1
* Push removal of mrouted down to the rest of the tree.bms2006-09-292-2/+2
* o Convert w/spaces to tabs in the previous commit.maxim2006-09-292-6/+6
* Rather than autoscaling the number of TIME_WAIT sockets to maxsockets / 5,silby2006-09-292-16/+48
* When tcp_output() receives an error upon sending a packet it reverts partsandre2006-09-281-2/+15
* When doing TSO correctly do the check to prevent a maximum sized IP packetandre2006-09-281-1/+1
* Fix the IPv4 multicast routing detach path. On interface detach whilstbms2006-09-281-5/+87
* The IPv4 code should clean up multicast group state when an interfacebms2006-09-282-2/+33
* Compilation.piso2006-09-271-1/+1
* Summer of Code 2005: improve libalias - part 1 of 2piso2006-09-2618-266/+2052
* fix calculating to_tsecr... This prevents the rtt calculations fromjmg2006-09-262-2/+2
* Fix an incompatibility between CARP and IPv4 multicast routing, wherebybms2006-09-251-0/+1
* Splelingbms2006-09-251-1/+1
* Account for output IP datagrams on the ifaddr where they originated from,bms2006-09-252-8/+26
* if min is greater than max, prefer max over min... I managed to get ajmg2006-09-251-1/+1
* now that we don't automagicly increase the MTU of host routes, when we copyjmg2006-09-231-1/+3
* Always set the IP version in the TCP input path, to preservebms2006-09-232-4/+0
* Make tcp_usr_send() free the passed mbufs on error in all cases as theandre2006-09-171-0/+4
* Handle a list of IPv6 src and dst addresses correctly, eg.jhay2006-09-161-14/+17
* When doing TSO subtract hdrlen from TCP_MAXWIN to prevent ip->ip_lenandre2006-09-151-5/+7
* Add missing #ifdef INET6 (can't be compiled)ache2006-09-141-0/+2
* Remove unessary includes and follow common ordering style.andre2006-09-131-10/+2
* Rewrite of TCP syncookies to remove locking requirements and to enhanceandre2006-09-135-208/+315
* Introduce a new entry point, mac_create_mbuf_from_firewall. This entry pointcsjp2006-09-121-5/+20
* Fix a NULL pointer dereference of ro->ro_rt->rt_flags by checking for theandre2006-09-111-1/+1
* make use of the host route's mtu for processing. This means we can nowjmg2006-09-101-18/+25
* Add a sysctl net.inet.tcp.nolocaltimewait that allows to suppressglebius2006-09-082-8/+30
* Back when we had T/TCP support, we used to apply differentru2006-09-077-55/+30
* Second step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-071-15/+73
* Remove a microoptimization for i386 that was a micropessimization for amd64.ru2006-09-071-2/+1
* First step of TSO (TCP segmentation offload) support in our network stack.andre2006-09-066-26/+76
* Check inp_flags instead of inp_vflag for INP_ONESBCAST flag.andre2006-09-062-3/+3
* Fix the socket option IP_ONESBCAST by giving it its own case in ip_output()andre2006-09-061-2/+11
* o Backout rev. 1.125 of in_pcb.c. It appeared to behave extremelyglebius2006-09-065-31/+20
* Finally fix rev. 1.256glebius2006-09-052-6/+8
* Remove extra parenthesis in last commit.glebius2006-09-052-4/+4
* - Make net.inet.tcp.maxtcptw modifiable at run time.glebius2006-09-052-14/+56
* Fix typo in comment.thomas2006-09-041-1/+1
* Recognise IPv6 PIM packets.jhay2006-08-311-0/+6
* Fix for a bug that causes the computation of "len" in tcp_output() tomohans2006-08-262-0/+8
* comply with style policejulian2006-08-182-6/+8
* Allow ipfw to forward to a destination that is specified by a table.julian2006-08-172-7/+25
* Remove the IPFIREWALL_FORWARD_EXTENDED option and make it on by default as it...julian2006-08-173-23/+6
* Fixes an edge case bug in timewait handling where ticks rolling over causingmohans2006-08-116-9/+8
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-042-4/+0
* Remove useless NULL pointer check: we are using M_WAITOK flag for memoryoleg2006-08-041-4/+0
* Move soisdisconnected() in tcp_discardcb() to one of its calling contexts,rwatson2006-08-022-24/+14
* Do not leak memory while flushing rules.oleg2006-08-021-2/+3
* Change semantics of socket close and detach. Add a new protocol switchrwatson2006-07-215-148/+178
OpenPOWER on IntegriCloud