| Commit message (Expand) | Author | Age | Files | Lines |
* | change rt_ifa_add and rt_ifa_del so they take an rdomain argument. |  dlg | 2019-02-13 | 1 | -9/+15 |
* | remove the implict RTF_MPATH flag that rt_ifa_add() sets on new routes. |  dlg | 2019-02-10 | 1 | -4/+5 |
* | Disambiguate the source of panics in sys/net* by adding __func__ |  nayden | 2018-07-11 | 1 | -4/+4 |
* | SIOCSIFNETMASK takes a 'struct ifreq', so use 'ifr' for it and drop the |  tb | 2018-06-03 | 1 | -3/+2 |
* | Better version of the refactoring attempted in r1.154. Move SIOCSIFADDR |  tb | 2018-06-03 | 1 | -35/+78 |
* | zap trailing whitespace |  tb | 2018-05-31 | 1 | -3/+3 |
* | Re-commit the correct half of revision 1.154: |  tb | 2018-05-31 | 1 | -23/+27 |
* | Back out previous. The handling of SIOCSIFADDR is now wrong. |  tb | 2018-05-31 | 1 | -71/+45 |
* | Some more code shuffling to get rid of one switch in each, in_ioctl() |  tb | 2018-05-31 | 1 | -45/+71 |
* | Next step in disentangling the switches in in_ioctl(). Split out the |  tb | 2018-05-28 | 1 | -43/+75 |
* | Prepare in_ioctl() for further refactoring with the goal of merging the |  tb | 2018-05-25 | 1 | -10/+15 |
* | Split out the handling of SIOCGIF* into a new function, in_ioctl_get(), |  tb | 2018-05-02 | 1 | -32/+77 |
* | Reduce the scope of the NET_LOCK() in in_control(). Two functions were |  tb | 2018-04-30 | 1 | -32/+50 |
* | Make the ramdisks compile again, we don't have MROUTING on them. |  florian | 2018-04-24 | 1 | -7/+7 |
* | Push NET_LOCK down in the default ifioctl case. |  pirofti | 2018-04-24 | 1 | -3/+10 |
* | Revert all the bits of the autocreate 127.0.0.1 on lo(4) creation for now. |  claudio | 2018-03-02 | 1 | -57/+1 |
* | Kill unneeded caddr_t cast. |  claudio | 2018-02-10 | 1 | -2/+2 |
* | Similar to the IPv6 case create 127.0.0.1/8 on lo(4) interfaces which act |  claudio | 2018-02-10 | 1 | -1/+57 |
* | Stop calling ifp->if_ioctl() inside in{,6}_ioctl(). |  mpi | 2017-11-04 | 1 | -4/+3 |
* | Remove some more tests checking for a non-NULL `ifp->if_ioctl'. |  mpi | 2017-10-24 | 1 | -5/+4 |
* | Remove support for never used ioctls originating from KAME. |  mpi | 2017-10-24 | 1 | -200/+6 |
* | Do not test if if_ioctl is NULL, it isn't. |  mpi | 2017-10-20 | 1 | -6/+1 |
* | Validate sockaddr from userland in central functions. This results |  bluhm | 2017-08-11 | 1 | -1/+19 |
* | Per-interface list of addresses, both multicast and unicast, are |  mpi | 2017-05-29 | 1 | -5/+1 |
* | Replace remaining splsoftassert(IPL_SOFTNET) by NET_ASSERT_LOCKED(). |  mpi | 2017-05-16 | 1 | -6/+6 |
* | Introduce sstosa() for converting sockaddr_storage with a type safe |  bluhm | 2017-05-04 | 1 | -7/+6 |
* | Fix the prefixlen sent by RTM_NEWADDR on new addresses without masks: |  rzalamena | 2017-03-27 | 1 | -10/+11 |
* | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". |  mpi | 2017-02-16 | 1 | -4/+1 |
* | Release the NET_LOCK() before entering per-driver ioctl() routine. |  mpi | 2017-02-07 | 1 | -2/+6 |
* | Remove duplicate in_ioctl() prototype, it is in in_var.h now. |  bluhm | 2016-12-20 | 1 | -2/+1 |
* | Remove a recursive splsoftnet() in in_ioctl() that already asserts that |  mpi | 2016-12-19 | 1 | -5/+1 |
* | If rt_ifa_addlocal() in in_ifinit() fails, the address has been |  bluhm | 2016-12-19 | 1 | -3/+10 |
* | Remove recursive splsoftnet()s in ioctl(2) path. |  mpi | 2016-12-05 | 1 | -13/+7 |
* | Purge routes attached to an address when this address is removed. |  mpi | 2016-09-04 | 1 | -1/+4 |
* | Move the ioctl(2) logic of in{,6}_control() into two new functions |  mpi | 2016-06-13 | 1 | -20/+31 |
* | Put a KERNEL_LOCK/UNLOCK dance around sections that still need some |  mpi | 2016-04-18 | 1 | -1/+3 |
* | Introduce in{,6}_hasmulti(), two functions to check in the hot path if |  mpi | 2016-01-21 | 1 | -1/+16 |
* | Get rid of rt_mask() and stop allocating a "struct sockaddr" for every |  mpi | 2015-12-03 | 1 | -1/+10 |
* | No need for <net/if_types.h> |  mpi | 2015-11-24 | 1 | -6/+1 |
* | Now that rtrequest1(9) properly sets RTF_UP for newly added route, |  mpi | 2015-09-12 | 1 | -5/+4 |
* | gotta if_put after you if_get |  dlg | 2015-09-09 | 1 | -1/+2 |
* | In kernel initialize struct sockaddr_in and sockaddr_in6 to zero |  bluhm | 2015-08-24 | 1 | -2/+4 |
* | Use a new RTF_CONNECTED flag for interface (connected) routes. |  mpi | 2015-07-08 | 1 | -3/+4 |
* | We're now creating a connected route for every configured address so |  mpi | 2015-07-06 | 1 | -8/+2 |
* | No longer need to manually pass RTF_MPATH to rt_ifa_add(9). |  mpi | 2015-07-06 | 1 | -3/+3 |
* | Store the IP address of the corresponding ifa in the rt_gateway field |  mpi | 2015-05-26 | 1 | -5/+4 |
* | Allow multiple connected/interface routes to exist at the same time. |  claudio | 2015-05-15 | 1 | -124/+4 |
* | Kill the global list of IPv4 addresses. |  mpi | 2015-01-12 | 1 | -54/+65 |
* | Explicitly check for a non NULL ifp in in_control(). Only MROUTING |  mpi | 2015-01-05 | 1 | -23/+18 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -3/+1 |