| Commit message (Expand) | Author | Age | Files | Lines |
* | Change the reference counting to count the number of cloned interfaces for each | thompsa | 2005-10-12 | 1 | -1/+2 |
* | o INP_ONESBCAST is inpcb.inp_vflag flag not inp_flags. The confusion | maxim | 2005-10-12 | 2 | -3/+3 |
* | Unbreak the net.inet6.tcp6.getcred sysctl. | philip | 2005-10-12 | 2 | -6/+6 |
* | When bridging is enabled and an ARP request is recieved on a member interface, | thompsa | 2005-10-04 | 1 | -1/+1 |
* | Correct brainfart in SO_BINTIME test. | andre | 2005-10-04 | 1 | -1/+1 |
* | Make SO_BINTIME timestamps available on raw_ip sockets. | andre | 2005-10-04 | 1 | -1/+1 |
* | Unlock Giant symmetrically with respect to lock acquire order as that's | rwatson | 2005-10-03 | 1 | -1/+1 |
* | Acquire Giant conditionally in in_addmulti() and in_delmulti() based on | rwatson | 2005-10-03 | 1 | -0/+9 |
* | o Teach sysctl_drop() how to deal with the sockets in TIME_WAIT state. | maxim | 2005-10-02 | 2 | -2/+10 |
* | Remove bridge(4) from the tree. if_bridge(4) is a full functional | mlaier | 2005-09-27 | 4 | -28/+3 |
* | Implement IP_DONTFRAG IP socket option enabling the Don't Fragment | andre | 2005-09-26 | 5 | -2/+24 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 3 | -12/+12 |
* | Use monotonic 'time_uptime' instead of 'time_second' as timebase | andre | 2005-09-19 | 4 | -31/+31 |
* | Take a first cut at cleaning up ifnet removal and multicast socket | rwatson | 2005-09-18 | 2 | -8/+13 |
* | Do not ignore all other TCP options (eg. timestamp, window scaling) | andre | 2005-09-14 | 1 | -1/+1 |
* | Fix panic when kernel compiled without INET6 by rejecting | bz | 2005-09-14 | 1 | -6/+30 |
* | In tcp_ctlinput() do not swap ip->ip_len a second time. It | andre | 2005-09-10 | 2 | -4/+6 |
* | - Do not hold route entry lock, when calling arprequest(). One such | glebius | 2005-09-09 | 1 | -9/+17 |
* | When a carp(4) interface is being destroyed and is in a promiscous mode, | glebius | 2005-09-09 | 1 | -0/+1 |
* | clear lock on error in O_LIMIT case of install_state | sam | 2005-09-04 | 1 | -0/+1 |
* | Use the correct mbuf type for MGET(). | andre | 2005-08-30 | 4 | -4/+4 |
* | Add newline to debuging printf. | glebius | 2005-08-26 | 1 | -1/+2 |
* | - Refuse hashsize of 0, since it is invalid. | glebius | 2005-08-25 | 1 | -2/+2 |
* | When we have a published ARP entry for some IP address, do reply on | glebius | 2005-08-25 | 1 | -0/+9 |
* | Remove a KASSERT in the sack path that fails because of a interaction | ps | 2005-08-24 | 2 | -6/+0 |
* | Fix up the comment for MAX_SACK_BLKS. | ps | 2005-08-24 | 1 | -1/+1 |
* | Remove unnecessary IPSEC includes. | andre | 2005-08-23 | 2 | -16/+0 |
* | o Fix a logic error when not doing mbuf cluster allocation. | andre | 2005-08-22 | 1 | -4/+5 |
* | Add socketoption IP_MINTTL. May be used to set the minimum acceptable | andre | 2005-08-22 | 7 | -0/+32 |
* | Always quote the entire TCP header when responding and allocate an mbuf | andre | 2005-08-22 | 1 | -4/+24 |
* | Handle pure layer 2 broad- and multicasts properly and simplify related | andre | 2005-08-22 | 1 | -19/+3 |
* | Commit correct version of the change and note the name of the new | andre | 2005-08-21 | 1 | -1/+1 |
* | Add a sysctl to change to length of the quotation of the original | andre | 2005-08-21 | 1 | -1/+12 |
* | Add an option to have ICMP replies to non-local packets generated with | andre | 2005-08-21 | 1 | -0/+19 |
* | In order to support CARP interfaces kernel was taught to handle more | glebius | 2005-08-18 | 1 | -2/+12 |
* | Fix broken build of rev. 1.108 in case of no INET6 and IPFIREWALL | bz | 2005-08-14 | 1 | -1/+7 |
* | * Add dynamic sysctl for net.inet6.ip6.fw. | bz | 2005-08-13 | 2 | -67/+288 |
* | Add NATM_LOCK() and NATM_UNLOCK() in places where npcb_add() and | rodrigc | 2005-08-12 | 1 | -0/+9 |
* | o Fix a race between three threads: output path, | glebius | 2005-08-11 | 1 | -155/+181 |
* | Remove public declarations of variables that were forgotten when they were | obrien | 2005-08-10 | 1 | -1/+0 |
* | Match IPv6 and use a static struct pr_usrreqs nousrreqs. | obrien | 2005-08-10 | 1 | -0/+2 |
* | Add helper function ip_findmoptions(), which accepts an inpcb, and attempts | rwatson | 2005-08-09 | 1 | -33/+58 |
* | Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE and | rwatson | 2005-08-09 | 2 | -24/+29 |
* | In preparation for fixing races in ARP (and probably in other | glebius | 2005-08-09 | 1 | -0/+1 |
* | Introduce in_multi_mtx, which will protect IPv4-layer multicast address | rwatson | 2005-08-03 | 5 | -18/+49 |
* | Modify network protocol consumers of the ifnet multicast address lists | rwatson | 2005-08-02 | 1 | -0/+2 |
* | recover the line which was wrongly disappeared during scope cleanup. | ume | 2005-08-01 | 2 | -0/+2 |
* | Add support for IPv6 over GRE [1]. PR kern/80340 includes the | bz | 2005-08-01 | 1 | -3/+12 |
* | include scope6_var.h for in6_clearscope(). | ume | 2005-07-26 | 1 | -0/+3 |
* | include netinet6/scope6_var.h. | ume | 2005-07-25 | 1 | -0/+1 |