aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Merge ip_output.c:1.242.2.17, ip_var.h:1.95.2.1, tcp_usrreq.c:1.124.2.4Robert Watson2006-11-283-2/+38
* Reduce the size of a number of race windows in the TCP socket optionsRobert Watson2006-10-241-0/+18
* MFC: 1.44 src/sys/netinet/ip_carp.c, 1.148 src/sys/netinet/ip_fw2.cBjoern A. Zeeb2006-10-102-2/+18
* MFC: Fix the IPv4 multicast routing detach path. On interface detach whilstBruce M Simpson2006-10-071-5/+87
* MFC: The IPv4 code should clean up multicast group state when an interfaceBruce M Simpson2006-10-072-2/+33
* MFC:Andre Oppermann2006-10-063-5/+14
* MFC revs 1.263, 1.264: Limit the number of TIME_WAIT sockets we allocateMike Silbersack2006-10-011-8/+24
* MFC udp_usrreq.c:1.180 and tcp_usrreq.c:1.128 :Maxime Henrion2006-09-272-4/+4
* Back out rev 1.242.2.13 as it introduces a potentially expensive hash lookupBruce M Simpson2006-09-261-11/+4
* MFC: Account for output IP datagrams on the ifaddr where they willBruce M Simpson2006-09-252-7/+25
* MFC: Fix an incompatibility between CARP and IPv4 multicast routing, wherebyBruce M Simpson2006-09-251-0/+1
* MFC: 1.147John Hay2006-09-201-14/+17
* MFC the firewall labeling changes.Christian S.J. Peron2006-09-191-5/+20
* With recent MFC the tcp_twclose() can be converted to void,Gleb Smirnoff2006-09-193-6/+4
* Merge a bunch of changes to TCP compressed TIME_WAIT state handlingGleb Smirnoff2006-09-156-71/+73
* MFC: Recognise IPv6 PIM packets.John Hay2006-09-071-0/+6
* MFC: Fix for a bug that causes the computation of "len" in tcp_output() toMohan Srinivasan2006-09-051-0/+4
* MFC: Fixes an edge case bug in timewait handling where ticks rolling over cau...Mohan Srinivasan2006-09-054-7/+6
* MFC: sys/netinet/ip_input.c 1.317,1.318Pawel Jakub Dawidek2006-09-041-0/+1
* MFC: sys/netinet/in_pcb.c 1.178Pawel Jakub Dawidek2006-09-041-2/+2
* MFC rev. 1.141-1.142Oleg Bulyzhin2006-09-021-6/+3
* MFC: Remove IPFIREWALL_FORWARD_EXTENDED as an option.Julian Elischer2006-08-243-23/+6
* MFC: When we receive an out-of-window SYN for an "ESTABLISHED" connection,David Malone2006-08-211-0/+2
* MFC: Make net.inet.ip.portrange.reservedhigh andDavid Malone2006-08-201-0/+2
* MFC rev. 1.23:Gleb Smirnoff2006-08-101-23/+23
* MFC rev. 1.36:Gleb Smirnoff2006-08-101-2/+6
* MFC rev. 1.258:Gleb Smirnoff2006-08-101-1/+1
* MFC (rev. 1.39 of ip_carp.c, rev. 1.2 of ip_carp.h):Gleb Smirnoff2006-08-102-85/+101
* MFC:Oleg Bulyzhin2006-07-293-38/+122
* MFC r1.152Andrew Thompson2006-07-101-3/+6
* In ip_ctloutput(), check for a NULL inpcb pointer before dereferencing,Robert Watson2006-07-031-0/+3
* MFC 1.136:Hajimu UMEMOTO2006-06-291-1/+13
* MFC src/sys/netinet/ip_fw2.c rev.1.133:Oleg Bulyzhin2006-06-241-0/+1
* Merge in_pcb.h:1.84 from HEAD to RELENG_6:Robert Watson2006-06-111-4/+4
* Merge tcp_input.c:1.292, tcp_timer.c:1.77 from HEAD to RELENG_6:Robert Watson2006-06-112-11/+12
* MFC rev. 1.257: add missed error check.Maxim Konovalov2006-06-041-0/+4
* MFC rev. 1.131:Max Laier2006-06-021-4/+4
* MFC: Allow for nmbclusters and maxsockets to be increased via sysctl.Paul Saab2006-05-166-0/+62
* Partial backout. Do not use time_uptime instead of time_second, sinceGleb Smirnoff2006-03-221-7/+7
* MFC r1.151Andrew Thompson2006-03-111-2/+2
* MFC 1.127:Gleb Smirnoff2006-03-091-7/+5
* MFC rev. 1.315Oleg Bulyzhin2006-03-041-0/+7
* MFC: Have TCP Inflight disable itself if the RTT is below a certainAndre Oppermann2006-03-014-1/+21
* MFC: Make sysctl_msec_to_ticks(SYSCTL_HANDLER_ARGS) generally available insteadAndre Oppermann2006-03-011-20/+0
* MFC: Obey opt_inet6.h in kernel build directory.Hajimu UMEMOTO2006-02-231-2/+0
* MFC: Fix a bug that prevented passing IP fragments through a dummynet.Ruslan Ermilov2006-02-173-8/+2
* MFC ip_icmp.c rev. 1.103-1.106+1.108:Andre Oppermann2006-02-161-31/+88
* MFC: rev 1.84Qing Li2006-02-161-4/+3
* Merge in_pcb.c:1.167 from HEAD to RELENG_6:Robert Watson2006-02-141-77/+33
* Merge udp_usrreq.c:1.181 from HEAD to RELENG_6:Robert Watson2006-02-141-3/+0