summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
...
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-193-12/+12
* Use monotonic 'time_uptime' instead of 'time_second' as timebaseandre2005-09-194-31/+31
* Take a first cut at cleaning up ifnet removal and multicast socketrwatson2005-09-182-8/+13
* Do not ignore all other TCP options (eg. timestamp, window scaling)andre2005-09-141-1/+1
* Fix panic when kernel compiled without INET6 by rejectingbz2005-09-141-6/+30
* In tcp_ctlinput() do not swap ip->ip_len a second time. Itandre2005-09-102-4/+6
* - Do not hold route entry lock, when calling arprequest(). One suchglebius2005-09-091-9/+17
* When a carp(4) interface is being destroyed and is in a promiscous mode,glebius2005-09-091-0/+1
* clear lock on error in O_LIMIT case of install_statesam2005-09-041-0/+1
* Use the correct mbuf type for MGET().andre2005-08-304-4/+4
* Add newline to debuging printf.glebius2005-08-261-1/+2
* - Refuse hashsize of 0, since it is invalid.glebius2005-08-251-2/+2
* When we have a published ARP entry for some IP address, do reply onglebius2005-08-251-0/+9
* Remove a KASSERT in the sack path that fails because of a interactionps2005-08-242-6/+0
* Fix up the comment for MAX_SACK_BLKS.ps2005-08-241-1/+1
* Remove unnecessary IPSEC includes.andre2005-08-232-16/+0
* o Fix a logic error when not doing mbuf cluster allocation.andre2005-08-221-4/+5
* Add socketoption IP_MINTTL. May be used to set the minimum acceptableandre2005-08-227-0/+32
* Always quote the entire TCP header when responding and allocate an mbufandre2005-08-221-4/+24
* Handle pure layer 2 broad- and multicasts properly and simplify relatedandre2005-08-221-19/+3
* Commit correct version of the change and note the name of the newandre2005-08-211-1/+1
* Add a sysctl to change to length of the quotation of the originalandre2005-08-211-1/+12
* Add an option to have ICMP replies to non-local packets generated withandre2005-08-211-0/+19
* In order to support CARP interfaces kernel was taught to handle moreglebius2005-08-181-2/+12
* Fix broken build of rev. 1.108 in case of no INET6 and IPFIREWALLbz2005-08-141-1/+7
* * Add dynamic sysctl for net.inet6.ip6.fw.bz2005-08-132-67/+288
* Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() androdrigc2005-08-121-0/+9
* o Fix a race between three threads: output path,glebius2005-08-111-155/+181
* Remove public declarations of variables that were forgotten when they wereobrien2005-08-101-1/+0
* Match IPv6 and use a static struct pr_usrreqs nousrreqs.obrien2005-08-101-0/+2
* Add helper function ip_findmoptions(), which accepts an inpcb, and attemptsrwatson2005-08-091-33/+58
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-092-24/+29
* In preparation for fixing races in ARP (and probably in otherglebius2005-08-091-0/+1
* Introduce in_multi_mtx, which will protect IPv4-layer multicast addressrwatson2005-08-035-18/+49
* Modify network protocol consumers of the ifnet multicast address listsrwatson2005-08-021-0/+2
* recover the line which was wrongly disappeared during scope cleanup.ume2005-08-012-0/+2
* Add support for IPv6 over GRE [1]. PR kern/80340 includes thebz2005-08-011-3/+12
* 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
OpenPOWER on IntegriCloud