| Commit message (Expand) | Author | Age | Files | Lines |
* | Temporarily revert rev 244678. This is causing loopback problems with | peter | 2013-01-03 | 1 | -8/+3 |
* | The SIOCSIFFLAGS ioctl handler runs if_up()/if_down() that notify | glebius | 2012-12-25 | 1 | -3/+8 |
* | Minor style(9) changes: | glebius | 2012-12-24 | 1 | -1/+3 |
* | Though I disagree, I conceed to jhb & Rui. Note | rrs | 2012-08-19 | 1 | -1/+1 |
* | Ok jhb, lets move the ifa_free() down to the bottom to | rrs | 2012-08-17 | 1 | -1/+1 |
* | Its never a good idea to double free the same | rrs | 2012-08-16 | 1 | -1/+1 |
* | Fix races between in_lltable_prefix_free(), lla_lookup(), | glebius | 2012-08-02 | 1 | -7/+9 |
* | Some more whitespace cleanup. | glebius | 2012-08-01 | 1 | -4/+4 |
* | Some style(9) and whitespace changes. | glebius | 2012-07-31 | 1 | -42/+35 |
* | - Updated TOE support in the kernel. | np | 2012-06-19 | 1 | -1/+1 |
* | M_DONTWAIT is a flag from historical mbuf(9) | glebius | 2012-04-10 | 1 | -1/+1 |
* | When using flowtable llentrys can outlive the interface with which they're as... | kmacy | 2012-02-23 | 1 | -16/+15 |
* | Merge multi-FIB IPv6 support from projects/multi-fibv6/head/: | bz | 2012-02-17 | 1 | -1/+1 |
* | Drop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDR | glebius | 2012-01-16 | 1 | -76/+6 |
* | Convert all users of IF_ADDR_LOCK to use new locking macros that specify | jhb | 2012-01-05 | 1 | -11/+11 |
* | Use a helper variable to wrap a long line. | jhb | 2012-01-04 | 1 | -1/+2 |
* | In the handling of the SIOC[DG]LIFADDR icotls in in_lifaddr_ioctl(), add | jhb | 2012-01-04 | 1 | -0/+6 |
* | Fix the SIOC[DG]LIFADDR ioctls in in_lifaddr_ioctl() to work with IPv4 | jhb | 2012-01-04 | 1 | -3/+3 |
* | Provide ABI compatibility shim to enable configuring of addresses | glebius | 2011-12-21 | 1 | -1/+17 |
* | Since size of struct in_aliasreq has just been changed in r228571, | glebius | 2011-12-16 | 1 | -6/+0 |
* | A major overhaul of the CARP implementation. The ip_carp.c was started | glebius | 2011-12-16 | 1 | -34/+29 |
* | Belatedly catch up with r151555. in_scrubprefix() also needs this fix. We | glebius | 2011-12-13 | 1 | -8/+16 |
* | Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0, | glebius | 2011-12-06 | 1 | -5/+6 |
* | Fix one more fallout from r227791: do not overwrite trimmed sa_len | glebius | 2011-11-28 | 1 | -1/+2 |
* | Remove superfluous check: SIOCAIFADDR must have ifra_addr supplied. | glebius | 2011-11-24 | 1 | -4/+1 |
* | Fix stupid typo in r227830. | glebius | 2011-11-24 | 1 | -1/+1 |
* | style(9) nit | glebius | 2011-11-22 | 1 | -1/+2 |
* | Fix SIOCDIFADDR semantics: if no address is specified, then delete first one. | glebius | 2011-11-22 | 1 | -1/+1 |
* | This check isn't needed now, sanity checking done in the beginning. | glebius | 2011-11-21 | 1 | -2/+1 |
* | Historically in_control() did not check sockaddrs supplied with | glebius | 2011-11-21 | 1 | -73/+69 |
* | Exclude host routes when checking for prefix coverage on multiple | qingli | 2011-10-25 | 1 | -2/+11 |
* | Add support for IPv4 /31 prefixes, as described in RFC3021. | glebius | 2011-10-15 | 1 | -4/+9 |
* | Remove last remnants of classful addressing: | glebius | 2011-10-15 | 1 | -38/+15 |
* | De-spl(9). | glebius | 2011-10-13 | 1 | -3/+1 |
* | All indirect routes will fail the rtcheck, except for a special host | qingli | 2011-10-10 | 1 | -25/+17 |
* | Do not try removing an ARP entry associated with a given interface | qingli | 2011-10-07 | 1 | -1/+2 |
* | Remove the reference held on the loopback route when the interface | qingli | 2011-10-07 | 1 | -1/+3 |
* | A system may have multiple physical interfaces, all of which are on the | qingli | 2011-10-03 | 1 | -5/+34 |
* | This patch allows ARP to work properly in the presence of | qingli | 2011-10-03 | 1 | -14/+21 |
* | When an interface address route is removed from the system, another | qingli | 2011-08-28 | 1 | -1/+2 |
* | If RTF_HOST flag is specified, then we are interested in destination | kevlo | 2011-08-10 | 1 | -1/+1 |
* | Permit ARP to proceed for IPv4 host routes for which the gateway is the | zec | 2011-07-08 | 1 | -2/+12 |
* | Supply the LLE_STATIC flag bit to in_ifscurb() when scrubbing interface | qingli | 2011-05-29 | 1 | -8/+17 |
* | The statically configured (permanent) ARP entries are removed when an | qingli | 2011-05-20 | 1 | -16/+24 |
* | Reference ifaddr object before unlocking as it can be freed | pluknet | 2011-03-21 | 1 | -2/+3 |
* | Use time_uptime instead of non-monotonic time_second to drive ARP | glebius | 2010-11-30 | 1 | -1/+1 |
* | After some off-list discussion, revert a number of changes to the | dim | 2010-11-22 | 1 | -2/+2 |
* | Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughout | dim | 2010-11-14 | 1 | -2/+2 |
* | Add a queue to hold packets while we await an ARP reply. | gnn | 2010-11-12 | 1 | -1/+7 |
* | MfP4 CH182763 (original version): | bz | 2010-10-16 | 1 | -0/+15 |