summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* MFC: rev. 1.111bz2005-09-171-6/+30
* MFC: rev 1.283ps2005-09-161-3/+0
* MFC 1.141:glebius2005-09-131-9/+17
* MFC rev. 1.233: Fix ICMP_UNREACH_NEEDFRAG case where no MTU was proposedandre2005-09-131-2/+3
* MFC 1.31:glebius2005-09-121-0/+1
* MFC 1.110: clear lock on error in O_LIMIT case of install_statesam2005-09-081-0/+1
* MFC 1.21:glebius2005-08-311-1/+2
* MFC 1.76:glebius2005-08-311-2/+2
* MFC rev. 1.31 (correct layer 2 broad- and multicast handling) and rev. 1.29andre2005-08-291-31/+15
* MFC 1.140:glebius2005-08-291-0/+9
* MFC 1.87:glebius2005-08-291-2/+12
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38rwatson2005-08-252-24/+29
* Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55,rwatson2005-08-245-18/+49
* Merge in_var.h:1.54, in6_var.h:1.23, mld6.c:1.22 from HEAD to RELENG_6:rwatson2005-08-241-0/+2
* Merge ip_output.c:1.244 from HEAD to RELENG_6:rwatson2005-08-201-33/+58
* Merge in_pcb.c:1.166 from HEAD to RELENG_6:rwatson2005-08-201-15/+3
* Merge tcp_subr.c:1.229, tcp_syncache.c:1.75, tcp_timer.c:1.75 from HEADrwatson2005-08-203-33/+4
* MFC:bz2005-08-202-67/+294
* MFC 1.139, that closes several races in ARP code. See originalglebius2005-08-181-154/+181
* Merge if_atm.c:1.20 from HEAD to RELENG_6:rwatson2005-08-151-0/+9
* MFC: rev. 1.33 src/sys/net/if_gre.c, rev. 1.20 src/sys/netinet/ip_gre.cbz2005-08-101-3/+12
* MFC: if_pfsync.c, 1.20 in_proto.c, 1.78mlaier2005-07-231-2/+5
* Merge ip_input.c:1.302 from HEAD to RELENG_6:rwatson2005-07-201-2/+0
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2005-07-112-5504/+0
* Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which isrwatson2005-07-051-1/+1
* Fix for a bug in newreno partial ack handling where if a large amountps2005-07-052-2/+10
* Remove ambiguity from hlen. IPv4 is now indicated by is_ipv4 and we need amlaier2005-07-031-20/+17
* Check the alignment of the IP header before passing the packet up to thethompsa2005-07-021-0/+6
* Fix for a bug in the change that defers sack option processing untilps2005-07-014-8/+10
* Fix for a SACK crash caused by a bug in tcp_reass(). tcp_reass()ps2005-07-012-2/+6
* When doing ARP load balancing source IP is taken in network byte order,glebius2005-07-011-1/+1
* Fix ipfw packet matching errors with address tables.simon2005-06-293-19/+22
* - Postpone SACK option processing until after PAWS checks. SACK optionps2005-06-274-115/+70
* Libalias incorrectly applies proxy rules to the global divertphk2005-06-271-1/+5
* Disable checksum processing in LibAlias, when it works as aglebius2005-06-277-12/+50
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-0/+9
* Fix a timer ticks wrap around bug for minmssoverload processing.ups2005-06-252-2/+2
* Add back missing copyright and license statement. This is identicalimp2005-06-231-0/+35
* Fix for a bug in tcp_sack_option() causing crashes.ps2005-06-231-2/+1
* Fix IP(v6) over IP tunneling most likely broken with ifnet changes.bz2005-06-201-1/+8
* - Don't use legacy function in a non-legacy one. This gives usglebius2005-06-201-4/+3
* In verify_rev_path6():mlaier2005-06-161-18/+52
* Fix indentation in INET6 section in preperation of more serious work.mlaier2005-06-161-49/+49
* When doing matching based on dst_ip/src_ip make sure we are really lookingmlaier2005-06-121-10/+13
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-104-112/+117
* Modify send_pkt() to return the generated packet and have the callergreen2005-06-101-8/+32
* Add dummynet(4) support to if_bridge, this code is largely based on bridge.c.thompsa2005-06-102-0/+11
* Fix a mis-merge. Remove a redundant call to tcp_sackhole_insertps2005-06-091-1/+0
* Fix for a crash in tcp_sack_option() caused by hitting the limit onps2005-06-091-0/+5
* Fix for a bug in the change that walks the scoreboard backwards fromps2005-06-061-4/+9
OpenPOWER on IntegriCloud