summaryrefslogtreecommitdiffstats
path: root/sys/netinet
Commit message (Expand)AuthorAgeFilesLines
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-1/+2
* o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusionmaxim2005-10-122-3/+3
* Unbreak the net.inet6.tcp6.getcred sysctl.philip2005-10-122-6/+6
* When bridging is enabled and an ARP request is recieved on a member interface,thompsa2005-10-041-1/+1
* Correct brainfart in SO_BINTIME test.andre2005-10-041-1/+1
* Make SO_BINTIME timestamps available on raw_ip sockets.andre2005-10-041-1/+1
* Unlock Giant symmetrically with respect to lock acquire order as that'srwatson2005-10-031-1/+1
* Acquire Giant conditionally in in_addmulti() and in_delmulti() based onrwatson2005-10-031-0/+9
* o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state.maxim2005-10-022-2/+10
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-274-28/+3
* Implement IP_DONTFRAG IP socket option enabling the Don't Fragmentandre2005-09-265-2/+24
* 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
OpenPOWER on IntegriCloud