summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* include scope6_var.h for in6_clearscope().ume2005-07-261-0/+3
* include netinet6/scope6_var.h.ume2005-07-251-0/+1
* scope cleanup. with this changeume2005-07-255-42/+40
* Misc spelling and/or English fixes in comments.keramida2005-07-231-12/+12
* move RFC3542 related definitions into ip6.h.ume2005-07-201-0/+48
* add missing RFC3542 definition.ume2005-07-201-0/+1
* update comments:ume2005-07-202-5/+5
* Remove no-op spl references in in_pcb.c, since in_pcb locking has beenrwatson2005-07-191-15/+3
* Remove no-op spl's and most comment references to spls, as TCP lockingrwatson2005-07-194-49/+8
* Remove spl() calls from ip_slowtimo(), as IP fragment queue locking wasrwatson2005-07-191-2/+0
* Export pfsyncstats via sysctl "net.inet.pfsync" in order to print them withmlaier2005-07-141-2/+5
* 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
OpenPOWER on IntegriCloud