| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a possible mbuf leak on interface departure. | Andrey V. Elsukov | 2015-03-26 | 1 | -1/+5 |
* | Fix couple of fallouts from r280280. The first one is a simple typo, | Gleb Smirnoff | 2015-03-25 | 1 | -2/+1 |
* | Make vlan_config() the signle point of validity checks. | Gleb Smirnoff | 2015-03-20 | 1 | -33/+12 |
* | In vlan_clone_match_ethervid(): | Gleb Smirnoff | 2015-03-20 | 1 | -33/+33 |
* | Tiny comment fix. | Gleb Smirnoff | 2015-03-20 | 1 | -1/+1 |
* | Now, when r272244 introduced counter(9) based counters for all interfaces, | Gleb Smirnoff | 2015-03-20 | 1 | -57/+9 |
* | Always lock the hash row of a source node when updating its 'states' counter. | Gleb Smirnoff | 2015-03-17 | 1 | -1/+0 |
* | Add if_input_default() method, that will be used for if_input | Andrey V. Elsukov | 2015-03-12 | 1 | -0/+10 |
* | Factor out mbuf hashing code from LAGG driver so that other network | Hans Petter Selasky | 2015-03-11 | 3 | -132/+21 |
* | Reimplement support for userland core dump compression using a new interface | Mark Johnston | 2015-03-09 | 1 | -7/+0 |
* | Optimize SIOCGIFMEDIA handling removing malloc(9) and double | Gleb Smirnoff | 2015-03-04 | 1 | -58/+14 |
* | Fix group membership of cloned interfaces when one is moved by | Hiroki Sato | 2015-03-02 | 3 | -8/+71 |
* | Hide struct ifmultiaddr under _KERNEL, too. | Gleb Smirnoff | 2015-02-27 | 1 | -3/+0 |
* | Handle SIOCSIFCAP by propogating the request to the parent interface. This | Xin LI | 2015-02-20 | 1 | -0/+21 |
* | Now that all users of _WANT_IFADDR are fixed, remove this crutch and | Gleb Smirnoff | 2015-02-19 | 1 | -8/+2 |
* | - Improve INET/INET6 scope. | Gleb Smirnoff | 2015-02-16 | 1 | -4/+4 |
* | Toss declarations to fix regular build and NO_INET6 build. | Gleb Smirnoff | 2015-02-16 | 1 | -2/+1 |
* | Commit a miss from r278843. | Gleb Smirnoff | 2015-02-16 | 1 | -0/+1 |
* | Fix build. | Brad Davis | 2015-02-16 | 1 | -0/+1 |
* | Missed from r278831. | Gleb Smirnoff | 2015-02-16 | 1 | -0/+2 |
* | Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel. | Hiroki Sato | 2015-02-14 | 1 | -2/+9 |
* | Improve the distribution of LAGG port traffic. | Will Andrews | 2015-01-23 | 2 | -13/+20 |
* | Back out r276841, r276756, r276747, r276746. The change in r276747 is very | Gleb Smirnoff | 2015-01-22 | 1 | -3/+4 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | Adrian Chadd | 2015-01-18 | 5 | -1/+780 |
* | Fix condition and really sort ports. Also add comment describing | Andrey V. Elsukov | 2015-01-17 | 1 | -2/+7 |
* | Eliminate SIOCGIFADDR handling in bpf. | Alexander V. Chernikov | 2015-01-16 | 1 | -14/+0 |
* | Restore Ethernet-within-IP Encapsulation support that was broken after | Andrey V. Elsukov | 2015-01-10 | 1 | -24/+18 |
* | Use if_name() macro instead of ifp->if_xname. | Andrey V. Elsukov | 2015-01-10 | 1 | -1/+1 |
* | Fix an error introduced in r274246. | Andrey V. Elsukov | 2015-01-10 | 1 | -1/+1 |
* | Move the recursion detection code into separate function gif_check_nesting(). | Andrey V. Elsukov | 2015-01-10 | 2 | -40/+39 |
* | Fix typo. | Alexander V. Chernikov | 2015-01-09 | 1 | -1/+1 |
* | * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4: | Alexander V. Chernikov | 2015-01-09 | 1 | -1/+4 |
* | MFV r276759: libpcap 1.6.2. | Xin LI | 2015-01-06 | 1 | -2/+204 |
* | Reapply previous patch to fix build. | Craig Rodrigues | 2015-01-06 | 1 | -3/+3 |
* | Merge: r258322 from projects/pf branch | Craig Rodrigues | 2015-01-06 | 1 | -1/+0 |
* | Extern declarations in C files loses compile-time checking that | Andrey V. Elsukov | 2014-12-25 | 4 | -20/+19 |
* | Remove if_stf.h. It contains only one function declaration used by if_stf(4). | Andrey V. Elsukov | 2014-12-23 | 2 | -41/+3 |
* | Remove in_gif.h and in6_gif.h files. They only contain function | Andrey V. Elsukov | 2014-12-23 | 1 | -2/+10 |
* | Provide a dead version of if_get_counter. | John Baldwin | 2014-12-12 | 1 | -0/+8 |
* | Remove unneded check. No need to do m_pullup to the size that we prepended. | Andrey V. Elsukov | 2014-12-02 | 1 | -2/+0 |
* | Start process of removing the use of the deprecated "M_FLOWID" flag | Hans Petter Selasky | 2014-12-01 | 6 | -10/+14 |
* | After r275196 unbreak NOIP and NOINET kernels by hiding an otherwise | Bjoern A. Zeeb | 2014-11-28 | 3 | -0/+6 |
* | Fix build broken by r275195. | Alexander V. Chernikov | 2014-11-27 | 1 | -1/+3 |
* | Do not return unlocked/unreferenced lle in arpresolve/nd6_storelladdr - | Alexander V. Chernikov | 2014-11-27 | 5 | -32/+42 |
* | Do not try to copy header to @dst and than back to ethernet in case of | Alexander V. Chernikov | 2014-11-27 | 1 | -15/+7 |
* | Add a sysctl `net.link.tap.deladdrs_on_close' to configure whether tap | Philip Paeps | 2014-11-24 | 1 | -1/+6 |
* | Finish r274175: do control plane MTU tracking. | Alexander V. Chernikov | 2014-11-17 | 3 | -4/+102 |
* | Revert r274585: rte lock is properly destroyed in uma dtor callback. | Alexander V. Chernikov | 2014-11-16 | 1 | -1/+0 |
* | Make witness happy: destroy rte lock before free. | Alexander V. Chernikov | 2014-11-16 | 1 | -0/+1 |
* | Fix some minor TSO issues: | Hans Petter Selasky | 2014-11-11 | 2 | -14/+15 |