| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fix some minor TSO issues: | hselasky | 2014-11-11 | 1 | -7/+0 |
* | Use standard mtx(9), rwlock(9), sx(9) system initialization macros | glebius | 2014-11-09 | 1 | -12/+2 |
* | ifindex_alloc_locked() never fails and doesn't have no-lock version, | glebius | 2014-11-08 | 1 | -16/+5 |
* | Remove struct arpcom. It is unused by most interface types, that allocate | glebius | 2014-11-07 | 1 | -1/+1 |
* | Remove useless structure ifindex_entry. | glebius | 2014-11-07 | 1 | -12/+8 |
* | Make checks for rt_mtu generic: | melifaro | 2014-11-06 | 1 | -2/+13 |
* | Move if_get_counter initialization from if_attach into if_alloc. | ae | 2014-10-23 | 1 | -6/+2 |
* | Finally, convert counters in struct ifnet to counter(9). | glebius | 2014-09-28 | 1 | -71/+18 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -6/+80 |
* | Remove ifq_drops from struct ifqueue. Now queue drops are accounted in | glebius | 2014-09-19 | 1 | -1/+1 |
* | Remove a bunch of methods that are superseded by if_inc_counter(). | glebius | 2014-09-18 | 1 | -127/+0 |
* | While not too late rename 'ifnet_counter' to 'ift_counter'. One of the | glebius | 2014-09-18 | 1 | -2/+2 |
* | Add a function to set if_get_counter method for an ifnet. To be used | glebius | 2014-09-18 | 1 | -0/+7 |
* | While not too late rename if_get_counter_compat() to if_get_counter_default(). | glebius | 2014-09-18 | 1 | -2/+2 |
* | Add if_inc_counter(), a generic method to update ifnet(9) counter | glebius | 2014-09-18 | 1 | -0/+50 |
* | Revert r271504. A new patch to solve this issue will be made. | hselasky | 2014-09-13 | 1 | -50/+10 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-13 | 1 | -10/+50 |
* | Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and | asomers | 2014-09-11 | 1 | -17/+5 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 1 | -88/+3 |
* | o Remove struct if_data from struct ifnet. Now it is merely API structure | glebius | 2014-08-31 | 1 | -5/+79 |
* | net: move interface removal notification up in if_detach_internal | royger | 2014-08-16 | 1 | -5/+6 |
* | Garbage collect couple of unused fields from struct ifaddr: | glebius | 2014-07-29 | 1 | -13/+0 |
* | Deprecate m_act. Use m_nextpkt always. | kevlo | 2014-07-17 | 1 | -1/+1 |
* | Pull in r267961 and r267973 again. Fix for issues reported will follow. | hselasky | 2014-06-28 | 1 | -1/+0 |
* | Revert r267961, r267973: | gjb | 2014-06-27 | 1 | -0/+1 |
* | Extend the meaning of the CTLFLAG_TUN flag to automatically check if | hselasky | 2014-06-27 | 1 | -1/+0 |
* | Introduce a procedural interface to the ifnet structure. The new | marcel | 2014-06-02 | 1 | -4/+649 |
* | Fix unintended KBI change from r264905. Add _fib versions of | asomers | 2014-05-29 | 1 | -4/+18 |
* | Unify sa_equal() macro usage. | melifaro | 2014-04-26 | 1 | -3/+0 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 1 | -5/+9 |
* | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | asomers | 2014-04-24 | 1 | -4/+4 |
* | For NFS mounts using rsize,wsize=65536 over TSO enabled | rmacklem | 2014-04-17 | 1 | -1/+3 |
* | In if_freemulti(), relax the paranoid KASSERT() on ifma->ifma_protospec. | bms | 2014-04-10 | 1 | -2/+0 |