| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement interface link header precomputation API. | melifaro | 2015-12-31 | 1 | -0/+44 |
* | Revert r292275 & r292379 | smh | 2015-12-17 | 1 | -1/+0 |
* | Fix lagg failover due to missing notifications | smh | 2015-12-15 | 1 | -0/+1 |
* | Overhaul if_enc(4) and make it loadable in run-time. | ae | 2015-11-25 | 1 | -0/+8 |
* | Unify loopback route switching: | melifaro | 2015-09-16 | 1 | -1/+1 |
* | Update TSO limits to include all headers. | hselasky | 2015-09-14 | 1 | -5/+6 |
* | Constantify lookup key in ifa_ifwith* functions. | melifaro | 2015-09-05 | 1 | -8/+9 |
* | Move ALTQ from contrib to net/altq. The ALTQ code is for many years | glebius | 2015-04-16 | 1 | -1/+1 |
* | Hide struct ifmultiaddr under _KERNEL, too. | glebius | 2015-02-27 | 1 | -3/+0 |
* | Now that all users of _WANT_IFADDR are fixed, remove this crutch and | glebius | 2015-02-19 | 1 | -8/+2 |
* | Fix some minor TSO issues: | hselasky | 2014-11-11 | 1 | -7/+15 |
* | Use standard mtx(9), rwlock(9), sx(9) system initialization macros | glebius | 2014-11-09 | 1 | -5/+0 |
* | Make checks for rt_mtu generic: | melifaro | 2014-11-06 | 1 | -0/+1 |
* | Clarify TSO segment limit comment and remove two TABs to make lines a | hselasky | 2014-11-03 | 1 | -3/+6 |
* | Move the unconditional #include of net/ifq.h to the very end of file. | bz | 2014-09-28 | 1 | -2/+3 |
* | - Remove empty wrappers ether_poll_[de]register_drv(). [1] | glebius | 2014-09-28 | 1 | -0/+8 |
* | Finally, convert counters in struct ifnet to counter(9). | glebius | 2014-09-28 | 1 | -18/+5 |
* | Use underlying ports counters to get lagg statistics instead of | melifaro | 2014-09-27 | 1 | -0/+1 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-22 | 1 | -4/+19 |
* | Remove a bunch of methods that are superseded by if_inc_counter(). | glebius | 2014-09-18 | 1 | -21/+0 |
* | While not too late rename 'ifnet_counter' to 'ift_counter'. One of the | glebius | 2014-09-18 | 1 | -4/+4 |
* | Add a function to set if_get_counter method for an ifnet. To be used | glebius | 2014-09-18 | 1 | -0/+1 |
* | While not too late rename if_get_counter_compat() to if_get_counter_default(). | glebius | 2014-09-18 | 1 | -1/+1 |
* | Add if_inc_counter(), a generic method to update ifnet(9) counter | glebius | 2014-09-18 | 1 | -0/+1 |
* | Revert r271504. A new patch to solve this issue will be made. | hselasky | 2014-09-13 | 1 | -42/+2 |
* | Improve transmit sending offload, TSO, algorithm in general. | hselasky | 2014-09-13 | 1 | -2/+42 |
* | Revisions 264905 and 266860 added a "int fib" argument to ifa_ifwithnet and | asomers | 2014-09-11 | 1 | -7/+4 |
* | Toss fields so that no padding field is required to achieve alignment. | glebius | 2014-08-31 | 1 | -2/+1 |
* | It is actually possible to have if_t a typedef to non-void type, | glebius | 2014-08-31 | 1 | -31/+9 |
* | Provide pointer from struct ifnet to struct netmap_adapter, | glebius | 2014-08-31 | 1 | -0/+2 |
* | o Remove struct if_data from struct ifnet. Now it is merely API structure | glebius | 2014-08-31 | 1 | -35/+53 |
* | Garbage collect couple of unused fields from struct ifaddr: | glebius | 2014-07-29 | 1 | -3/+0 |
* | Introduce a procedural interface to the ifnet structure. The new | marcel | 2014-06-02 | 1 | -12/+122 |
* | Fix unintended KBI change from r264905. Add _fib versions of | asomers | 2014-05-29 | 1 | -2/+4 |
* | Fix subnet and default routes on different FIBs on the same subnet. | asomers | 2014-04-24 | 1 | -2/+2 |
* | Fix host and network routes for new interfaces when net.add_addr_allfibs=0 | asomers | 2014-04-24 | 1 | -1/+1 |
* | Add a shorter alias for if_data.ifi_oqdrops. | np | 2014-03-20 | 1 | -0/+1 |
* | Since 32-bit if_baudrate isn't enough to describe a baud rate of a 10 Gbit | glebius | 2014-03-13 | 1 | -13/+0 |
* | In complemence to ifa_add_loopback_route() and ifa_del_loopback_route() | glebius | 2013-11-05 | 1 | -0/+1 |
* | Remove net.link.ether.inet.useloopback sysctl tunable. It was always on by | glebius | 2013-11-05 | 1 | -2/+0 |
* | Make struct ifnet readable and comprehensible again by grouping | andre | 2013-10-31 | 1 | -48/+52 |
* | Move all interface queue related structures, macros and definitions | andre | 2013-10-29 | 1 | -441/+2 |
* | Style: s/SYS_EVENTHANDLER_H/_SYS_EVENTHANDLER_H_/g | glebius | 2013-10-28 | 1 | -4/+4 |
* | - Make the prophecy from 1997 happen and remove if_var.h inclusion | glebius | 2013-10-28 | 1 | -20/+10 |
* | - Utilize counter(9) to accumulate statistics on interface addresses. Add | glebius | 2013-10-15 | 1 | -1/+6 |
* | Push some defines under _KERNEL, improve styling and comments. | glebius | 2013-10-15 | 1 | -4/+4 |
* | Remove ifa_mtx. It was used only in one place in kernel, and ifnet's | glebius | 2013-10-15 | 1 | -4/+0 |
* | Remove ifa_init() and provide ifa_alloc() that will allocate and setup | glebius | 2013-10-15 | 1 | -1/+1 |
* | Hide 'struct ifaddr' definition from userland. Two tools left that use it, | glebius | 2013-10-15 | 1 | -0/+3 |
* | Fix typo: minmum -> minimum. | cperciva | 2013-07-05 | 1 | -1/+1 |