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