summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add hooks into the networking layer to support if_bridge. This changes structthompsa2005-06-051-4/+8
* Better explain, then actually implement the IPFW ALTQ-rule first-matchgreen2005-06-041-0/+3
* Changes to tcp_sack_option() thatps2005-06-042-91/+118
* Add support for IPv4 only rules to IPFW2 now that it supports IPv6 as well.mlaier2005-06-032-0/+9
* Use IFF_LOCKGIANT/IFF_UNLOCKGIANT around calls to the interfaceiedowse2005-06-021-14/+26
* When aborting tcp_attach() due to a problem allocating or attaching therwatson2005-06-011-0/+2
* Assert tcbinfo lock, inpcb lock in tcp_disconnect().rwatson2005-06-011-1/+8
* Assert tcbinfo lock in tcp_drop() due to its call of tcp_close()rwatson2005-06-012-0/+12
* Assert that tcbinfo is locked in tcp_input() before calling intorwatson2005-06-012-2/+18
* Assert the tcbinfo lock whenever tcp_close() is to be called byrwatson2005-06-012-0/+22
* Assert tcbinfo lock in tcp_attach(), as it is required; the callerrwatson2005-06-011-0/+2
* Commit correct version of previous commit (in_pcb.c:1.164). Use therwatson2005-06-011-2/+2
* Assert pcbinfo lock in in_pcbdisconnect() and in_pcbdetach(), as therwatson2005-06-011-0/+3
* Slight white space tweak.rwatson2005-06-011-0/+1
* De-spl UDP.rwatson2005-06-011-31/+5
* Let OSPFv3 go through ipfw. Some more additional checks would betanimura2005-05-281-0/+5
* This is conform with the terminology inps2005-05-254-20/+18
* Rewrite of tcp_sack_option(). Kentaro Kurahone (NetBSD) pointed outps2005-05-232-64/+109
* Replace t_force with a t_flag (TF_FORCEDATA).ps2005-05-214-11/+13
* Introduce routines to alloc/free sack holes. This cleans up the codeps2005-05-161-56/+60
* - When carp interface is destroyed, and it affects global preemptionglebius2005-05-151-1/+12
* Fix for a bug where the "nexthole" sack hint is out of sync with theps2005-05-131-0/+2
* In div_output() explicitly set m->m_nextpkt to NULL. If divert socketglebius2005-05-131-0/+5
* When looking for the next hole to retransmit from the scoreboard,ps2005-05-115-82/+134
OpenPOWER on IntegriCloud