summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in.c
Commit message (Expand)AuthorAgeFilesLines
* M_DONTWAIT is a flag from historical mbuf(9)glebius2012-04-101-1/+1
* When using flowtable llentrys can outlive the interface with which they're as...kmacy2012-02-231-16/+15
* Merge multi-FIB IPv6 support from projects/multi-fibv6/head/:bz2012-02-171-1/+1
* Drop support for SIOCSIFADDR, SIOCSIFNETMASK, SIOCSIFBRDADDR, SIOCSIFDSTADDRglebius2012-01-161-76/+6
* Convert all users of IF_ADDR_LOCK to use new locking macros that specifyjhb2012-01-051-11/+11
* Use a helper variable to wrap a long line.jhb2012-01-041-1/+2
* In the handling of the SIOC[DG]LIFADDR icotls in in_lifaddr_ioctl(), addjhb2012-01-041-0/+6
* Fix the SIOC[DG]LIFADDR ioctls in in_lifaddr_ioctl() to work with IPv4jhb2012-01-041-3/+3
* Provide ABI compatibility shim to enable configuring of addressesglebius2011-12-211-1/+17
* Since size of struct in_aliasreq has just been changed in r228571,glebius2011-12-161-6/+0
* A major overhaul of the CARP implementation. The ip_carp.c was startedglebius2011-12-161-34/+29
* Belatedly catch up with r151555. in_scrubprefix() also needs this fix. Weglebius2011-12-131-8/+16
* Fix a very special case when SIOCAIFADDR supplies mask of 0.0.0.0,glebius2011-12-061-5/+6
* Fix one more fallout from r227791: do not overwrite trimmed sa_lenglebius2011-11-281-1/+2
* Remove superfluous check: SIOCAIFADDR must have ifra_addr supplied.glebius2011-11-241-4/+1
* Fix stupid typo in r227830.glebius2011-11-241-1/+1
* style(9) nitglebius2011-11-221-1/+2
* Fix SIOCDIFADDR semantics: if no address is specified, then delete first one.glebius2011-11-221-1/+1
* This check isn't needed now, sanity checking done in the beginning.glebius2011-11-211-2/+1
* Historically in_control() did not check sockaddrs supplied withglebius2011-11-211-73/+69
* Exclude host routes when checking for prefix coverage on multipleqingli2011-10-251-2/+11
* Add support for IPv4 /31 prefixes, as described in RFC3021.glebius2011-10-151-4/+9
* Remove last remnants of classful addressing:glebius2011-10-151-38/+15
* De-spl(9).glebius2011-10-131-3/+1
* All indirect routes will fail the rtcheck, except for a special hostqingli2011-10-101-25/+17
* Do not try removing an ARP entry associated with a given interfaceqingli2011-10-071-1/+2
* Remove the reference held on the loopback route when the interfaceqingli2011-10-071-1/+3
* A system may have multiple physical interfaces, all of which are on theqingli2011-10-031-5/+34
* This patch allows ARP to work properly in the presence ofqingli2011-10-031-14/+21
* When an interface address route is removed from the system, anotherqingli2011-08-281-1/+2
* If RTF_HOST flag is specified, then we are interested in destinationkevlo2011-08-101-1/+1
* Permit ARP to proceed for IPv4 host routes for which the gateway is thezec2011-07-081-2/+12
* Supply the LLE_STATIC flag bit to in_ifscurb() when scrubbing interfaceqingli2011-05-291-8/+17
* The statically configured (permanent) ARP entries are removed when anqingli2011-05-201-16/+24
* Reference ifaddr object before unlocking as it can be freedpluknet2011-03-211-2/+3
* Use time_uptime instead of non-monotonic time_second to drive ARPglebius2010-11-301-1/+1
* After some off-list discussion, revert a number of changes to thedim2010-11-221-2/+2
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-2/+2
* Add a queue to hold packets while we await an ARP reply.gnn2010-11-121-1/+7
* MfP4 CH182763 (original version):bz2010-10-161-0/+15
* In case of RADIX_MPATH do not leak the IN_IFADDR read lock onbz2010-09-041-2/+3
* Allow carp(4) to be loaded as a kernel module. Follow precedent set bywill2010-08-111-6/+3
* This patch fixes the problem where proxy ARP entries cannot be addedqingli2010-05-251-2/+3
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-6/+5
* Plug reference leaks in the link-layer code ("new-arp") that previouslybz2010-04-111-1/+5
* One of the advantages of enabling ECMP (a.k.a RADIX_MPATH) is toqingli2010-03-091-0/+8
* Some of the existing ppp and vpn related scripts create and setqingli2010-02-021-0/+6
* Ensure an address is removed from the interface addressqingli2010-01-081-1/+1
* Consolidate the route message generation code for when addressqingli2009-12-301-48/+49
* The proxy arp entries could not be added into the system over theqingli2009-12-301-8/+44
OpenPOWER on IntegriCloud