| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC: rev. 1.111 | bz | 2005-09-17 | 1 | -6/+30 |
* | MFC: rev 1.283 | ps | 2005-09-16 | 1 | -3/+0 |
* | MFC 1.141: | glebius | 2005-09-13 | 1 | -9/+17 |
* | MFC rev. 1.233: Fix ICMP_UNREACH_NEEDFRAG case where no MTU was proposed | andre | 2005-09-13 | 1 | -2/+3 |
* | MFC 1.31: | glebius | 2005-09-12 | 1 | -0/+1 |
* | MFC 1.110: clear lock on error in O_LIMIT case of install_state | sam | 2005-09-08 | 1 | -0/+1 |
* | MFC 1.21: | glebius | 2005-08-31 | 1 | -1/+2 |
* | MFC 1.76: | glebius | 2005-08-31 | 1 | -2/+2 |
* | MFC rev. 1.31 (correct layer 2 broad- and multicast handling) and rev. 1.29 | andre | 2005-08-29 | 1 | -31/+15 |
* | MFC 1.140: | glebius | 2005-08-29 | 1 | -0/+9 |
* | MFC 1.87: | glebius | 2005-08-29 | 1 | -2/+12 |
* | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | rwatson | 2005-08-25 | 2 | -24/+29 |
* | Merge subr_witness.c:1.196, igmp.c:1.49, in.c:1.86, in_var.h:1.55, | rwatson | 2005-08-24 | 5 | -18/+49 |
* | Merge in_var.h:1.54, in6_var.h:1.23, mld6.c:1.22 from HEAD to RELENG_6: | rwatson | 2005-08-24 | 1 | -0/+2 |
* | Merge ip_output.c:1.244 from HEAD to RELENG_6: | rwatson | 2005-08-20 | 1 | -33/+58 |
* | Merge in_pcb.c:1.166 from HEAD to RELENG_6: | rwatson | 2005-08-20 | 1 | -15/+3 |
* | Merge tcp_subr.c:1.229, tcp_syncache.c:1.75, tcp_timer.c:1.75 from HEAD | rwatson | 2005-08-20 | 3 | -33/+4 |
* | MFC: | bz | 2005-08-20 | 2 | -67/+294 |
* | MFC 1.139, that closes several races in ARP code. See original | glebius | 2005-08-18 | 1 | -154/+181 |
* | Merge if_atm.c:1.20 from HEAD to RELENG_6: | rwatson | 2005-08-15 | 1 | -0/+9 |
* | MFC: rev. 1.33 src/sys/net/if_gre.c, rev. 1.20 src/sys/netinet/ip_gre.c | bz | 2005-08-10 | 1 | -3/+12 |
* | MFC: if_pfsync.c, 1.20 in_proto.c, 1.78 | mlaier | 2005-07-23 | 1 | -2/+5 |
* | Merge ip_input.c:1.302 from HEAD to RELENG_6: | rwatson | 2005-07-20 | 1 | -2/+0 |
* | This commit was manufactured by cvs2svn to create branch 'RELENG_6'. | cvs2svn | 2005-07-11 | 2 | -5504/+0 |
* | Eliminate MAC entry point mac_create_mbuf_from_mbuf(), which is | rwatson | 2005-07-05 | 1 | -1/+1 |
* | Fix for a bug in newreno partial ack handling where if a large amount | ps | 2005-07-05 | 2 | -2/+10 |
* | Remove ambiguity from hlen. IPv4 is now indicated by is_ipv4 and we need a | mlaier | 2005-07-03 | 1 | -20/+17 |
* | Check the alignment of the IP header before passing the packet up to the | thompsa | 2005-07-02 | 1 | -0/+6 |
* | Fix for a bug in the change that defers sack option processing until | ps | 2005-07-01 | 4 | -8/+10 |
* | Fix for a SACK crash caused by a bug in tcp_reass(). tcp_reass() | ps | 2005-07-01 | 2 | -2/+6 |
* | When doing ARP load balancing source IP is taken in network byte order, | glebius | 2005-07-01 | 1 | -1/+1 |
* | Fix ipfw packet matching errors with address tables. | simon | 2005-06-29 | 3 | -19/+22 |
* | - Postpone SACK option processing until after PAWS checks. SACK option | ps | 2005-06-27 | 4 | -115/+70 |
* | Libalias incorrectly applies proxy rules to the global divert | phk | 2005-06-27 | 1 | -1/+5 |
* | Disable checksum processing in LibAlias, when it works as a | glebius | 2005-06-27 | 7 | -12/+50 |
* | Fix some long standing bugs in writing to the BPF device attached to | dwmalone | 2005-06-26 | 1 | -0/+9 |
* | Fix a timer ticks wrap around bug for minmssoverload processing. | ups | 2005-06-25 | 2 | -2/+2 |
* | Add back missing copyright and license statement. This is identical | imp | 2005-06-23 | 1 | -0/+35 |
* | Fix for a bug in tcp_sack_option() causing crashes. | ps | 2005-06-23 | 1 | -2/+1 |
* | Fix IP(v6) over IP tunneling most likely broken with ifnet changes. | bz | 2005-06-20 | 1 | -1/+8 |
* | - Don't use legacy function in a non-legacy one. This gives us | glebius | 2005-06-20 | 1 | -4/+3 |
* | In verify_rev_path6(): | mlaier | 2005-06-16 | 1 | -18/+52 |
* | Fix indentation in INET6 section in preperation of more serious work. | mlaier | 2005-06-16 | 1 | -49/+49 |
* | When doing matching based on dst_ip/src_ip make sure we are really looking | mlaier | 2005-06-12 | 1 | -10/+13 |
* | Stop embedding struct ifnet at the top of driver softcs. Instead the | brooks | 2005-06-10 | 4 | -112/+117 |
* | Modify send_pkt() to return the generated packet and have the caller | green | 2005-06-10 | 1 | -8/+32 |
* | Add dummynet(4) support to if_bridge, this code is largely based on bridge.c. | thompsa | 2005-06-10 | 2 | -0/+11 |
* | Fix a mis-merge. Remove a redundant call to tcp_sackhole_insert | ps | 2005-06-09 | 1 | -1/+0 |
* | Fix for a crash in tcp_sack_option() caused by hitting the limit on | ps | 2005-06-09 | 1 | -0/+5 |
* | Fix for a bug in the change that walks the scoreboard backwards from | ps | 2005-06-06 | 1 | -4/+9 |