| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r332997: | brooks | 2018-05-03 | 1 | -25/+91 |
* | MFC r331622: | kib | 2018-04-25 | 1 | -0/+1 |
* | MFC r332088: | brooks | 2018-04-13 | 1 | -25/+67 |
* | MFC r332151: | brooks | 2018-04-09 | 1 | -1/+7 |
* | MFC r332087: | brooks | 2018-04-08 | 1 | -4/+3 |
* | MFC r331797: | brooks | 2018-04-08 | 1 | -3/+18 |
* | MFC r331641, r331644, r332158 | brooks | 2018-04-08 | 1 | -10/+108 |
* | Revert r330897: | eadler | 2018-03-29 | 1 | -2/+0 |
* | Partial merge of the SPDX changes | eadler | 2018-03-14 | 1 | -0/+2 |
* | MFC r325436: RTF_PINNED for an interface | eugen | 2017-11-20 | 1 | -1/+1 |
* | MFC 323170 | sephe | 2017-10-10 | 1 | -0/+2 |
* | MFC r318160, 318176: Persistently store NIC's hardware MAC address, and add | rpokala | 2017-05-17 | 1 | -0/+34 |
* | MFC: 312687, 312916 | dexuan | 2017-02-22 | 1 | -0/+2 |
* | revert the MFC r314085 | dexuan | 2017-02-22 | 1 | -2/+0 |
* | MFC: 312687, 312688 | dexuan | 2017-02-22 | 1 | -0/+2 |
* | MFC 311475 | sephe | 2017-02-21 | 1 | -2/+4 |
* | MFC 307078 | sephe | 2016-10-19 | 1 | -1/+1 |
* | Merge r303263: | glebius | 2016-08-02 | 1 | -0/+13 |
* | Several device drivers call if_alloc() and then do further checks and | bz | 2016-06-29 | 1 | -0/+3 |
* | After r302054 unloading an network interface driver on a kernel | bz | 2016-06-22 | 1 | -1/+8 |
* | Get closer to a VIMAGE network stack teardown from top to bottom rather | bz | 2016-06-21 | 1 | -12/+94 |
* | After tearing down the interface per-"domain" bits, set the data area | bz | 2016-06-06 | 1 | -1/+3 |
* | Similarly to r301505 protect the removal of the ifa from the if_addrhead | bz | 2016-06-06 | 1 | -1/+4 |
* | In if_purgeaddrs() we cannot hold the lock over the entire loop | bz | 2016-06-06 | 1 | -0/+3 |
* | In if_attachdomain1() there does not seem to be any reason | bz | 2016-05-28 | 1 | -2/+1 |
* | Change net.link.log_promisc_mode_change to a read-only tunable | n_hibma | 2016-05-25 | 1 | -1/+1 |
* | Rather than having the if_vmove() code intermixed in the vnet_destroy() | bz | 2016-05-18 | 1 | -0/+17 |
* | Import the 'iflib' API library for network drivers. From the author: | scottl | 2016-05-18 | 1 | -0/+13 |
* | When handling SIOCSIFNAME ensure that the new interface name is NUL | truckman | 2016-05-15 | 1 | -0/+5 |
* | Allow silencing of 'promiscuous mode enabled/disabled' messages. | n_hibma | 2016-05-12 | 1 | -4/+14 |
* | sys/net*: minor spelling fixes. | pfg | 2016-05-03 | 1 | -1/+1 |
* | sys/net* : for pointers replace 0 with NULL. | pfg | 2016-04-15 | 1 | -3/+3 |
* | During if_vmove() we call if_detach_internal() which in turn calls the event | bz | 2016-04-11 | 1 | -0/+11 |
* | Implement interface link header precomputation API. | melifaro | 2015-12-31 | 1 | -0/+41 |
* | If vnets are torn down while ifconfig runs an ioctl to say, destroy an | bz | 2015-12-22 | 1 | -3/+17 |
* | Revert r292275 & r292379 | smh | 2015-12-17 | 1 | -19/+5 |
* | Fix lagg failover due to missing notifications | smh | 2015-12-15 | 1 | -5/+19 |
* | Overhaul if_enc(4) and make it loadable in run-time. | ae | 2015-11-25 | 1 | -0/+4 |
* | Move iflladdr_event eventhandler invocation to if_setlladdr. | melifaro | 2015-11-14 | 1 | -2/+1 |
* | Use lladdr_event to propagate gratiotus arp. | melifaro | 2015-11-09 | 1 | -11/+2 |
* | Fix lladdr change propagation for on vlans on top of it. | melifaro | 2015-11-01 | 1 | -1/+3 |
* | Unify loopback route switching: | melifaro | 2015-09-16 | 1 | -49/+26 |
* | Constantify lookup key in ifa_ifwith* functions. | melifaro | 2015-09-05 | 1 | -17/+17 |
* | MFP r274295: | melifaro | 2015-08-08 | 1 | -63/+2 |
* | Prevent null-pointer dereferencing. | zec | 2015-07-20 | 1 | -3/+4 |
* | Fix endless recursion in sys/net/if.c's drbr_inuse_drv(), found by clang | dim | 2015-06-23 | 1 | -1/+1 |
* | ifmedia changes: | erj | 2015-04-07 | 1 | -0/+1 |
* | Add if_input_default() method, that will be used for if_input | ae | 2015-03-12 | 1 | -0/+10 |
* | Fix group membership of cloned interfaces when one is moved by | hrs | 2015-03-02 | 1 | -8/+26 |
* | Finish r274175: do control plane MTU tracking. | melifaro | 2014-11-17 | 1 | -0/+1 |