| Commit message (Expand) | Author | Age | Files | Lines |
* | Currently there is no easy way to specify net.isr.maxthreads = all cpus. We need | hiren | 2015-04-25 | 1 | -5/+10 |
* | Don't propagate SIOCSIFCAPS from a vlan(4) to its parent. This leads to | glebius | 2015-04-23 | 1 | -21/+0 |
* | Move zlib.c from net to libkern. | rodrigc | 2015-04-22 | 3 | -6663/+0 |
* | Make IFMEDIA_DEBUG a kernel option. | glebius | 2015-04-21 | 1 | -0/+2 |
* | Move the definition of struct bpf_if to bpf.c. | markj | 2015-04-20 | 2 | -16/+24 |
* | Activate write-only optimization if bpf device opened with O_WRONLY. | mav | 2015-04-20 | 1 | -1/+3 |
* | Bring in if_types.h from projects/ifnet, where types are | glebius | 2015-04-17 | 1 | -206/+211 |
* | - Format copyright notices, VCS ids. | glebius | 2015-04-17 | 14 | -267/+53 |
* | Move ALTQ from contrib to net/altq. The ALTQ code is for many years | glebius | 2015-04-16 | 23 | -2/+14656 |
* | Remove duplicate header entry. | araujo | 2015-04-16 | 1 | -1/+0 |
* | Minor change to the macros to make sure that if an AF is passed that is neith... | gnn | 2015-04-15 | 1 | -6/+5 |
* | Document internal interface types which are specific to FreeBSD. | gnn | 2015-04-14 | 1 | -6/+6 |
* | Redo r274966. Instead of global all-interface all-vnet undocumented sysctl, | glebius | 2015-04-10 | 1 | -9/+4 |
* | Revert 281276 as unnecessary. Proper change to be committed | gnn | 2015-04-09 | 1 | -18/+5 |
* | Add support for a netisr polling tunable, which allows run time switching of | gnn | 2015-04-08 | 1 | -5/+18 |
* | ifmedia changes: | erj | 2015-04-07 | 4 | -8/+174 |
* | Fix a possible mbuf leak on interface departure. | ae | 2015-03-26 | 1 | -1/+5 |
* | Fix couple of fallouts from r280280. The first one is a simple typo, | glebius | 2015-03-25 | 1 | -2/+1 |
* | Make vlan_config() the signle point of validity checks. | glebius | 2015-03-20 | 1 | -33/+12 |
* | In vlan_clone_match_ethervid(): | glebius | 2015-03-20 | 1 | -33/+33 |
* | Tiny comment fix. | glebius | 2015-03-20 | 1 | -1/+1 |
* | Now, when r272244 introduced counter(9) based counters for all interfaces, | glebius | 2015-03-20 | 1 | -57/+9 |
* | Always lock the hash row of a source node when updating its 'states' counter. | glebius | 2015-03-17 | 1 | -1/+0 |
* | Add if_input_default() method, that will be used for if_input | ae | 2015-03-12 | 1 | -0/+10 |
* | Factor out mbuf hashing code from LAGG driver so that other network | hselasky | 2015-03-11 | 3 | -132/+21 |
* | Reimplement support for userland core dump compression using a new interface | markj | 2015-03-09 | 1 | -7/+0 |
* | Optimize SIOCGIFMEDIA handling removing malloc(9) and double | glebius | 2015-03-04 | 1 | -58/+14 |
* | Fix group membership of cloned interfaces when one is moved by | hrs | 2015-03-02 | 3 | -8/+71 |
* | Hide struct ifmultiaddr under _KERNEL, too. | glebius | 2015-02-27 | 1 | -3/+0 |
* | Handle SIOCSIFCAP by propogating the request to the parent interface. This | delphij | 2015-02-20 | 1 | -0/+21 |
* | Now that all users of _WANT_IFADDR are fixed, remove this crutch and | glebius | 2015-02-19 | 1 | -8/+2 |
* | - Improve INET/INET6 scope. | glebius | 2015-02-16 | 1 | -4/+4 |
* | Toss declarations to fix regular build and NO_INET6 build. | glebius | 2015-02-16 | 1 | -2/+1 |
* | Commit a miss from r278843. | glebius | 2015-02-16 | 1 | -0/+1 |
* | Fix build. | brd | 2015-02-16 | 1 | -0/+1 |
* | Missed from r278831. | glebius | 2015-02-16 | 1 | -0/+2 |
* | Fix a panic when tearing down a vnet on a VIMAGE-enabled kernel. | hrs | 2015-02-14 | 1 | -2/+9 |
* | Improve the distribution of LAGG port traffic. | will | 2015-01-23 | 2 | -13/+20 |
* | Back out r276841, r276756, r276747, r276746. The change in r276747 is very | glebius | 2015-01-22 | 1 | -3/+4 |
* | Refactor / restructure the RSS code into generic, IPv4 and IPv6 specific | adrian | 2015-01-18 | 5 | -1/+780 |
* | Fix condition and really sort ports. Also add comment describing | ae | 2015-01-17 | 1 | -2/+7 |
* | Eliminate SIOCGIFADDR handling in bpf. | melifaro | 2015-01-16 | 1 | -14/+0 |
* | Restore Ethernet-within-IP Encapsulation support that was broken after | ae | 2015-01-10 | 1 | -24/+18 |
* | Use if_name() macro instead of ifp->if_xname. | ae | 2015-01-10 | 1 | -1/+1 |
* | Fix an error introduced in r274246. | ae | 2015-01-10 | 1 | -1/+1 |
* | Move the recursion detection code into separate function gif_check_nesting(). | ae | 2015-01-10 | 2 | -40/+39 |
* | Fix typo. | melifaro | 2015-01-09 | 1 | -1/+1 |
* | * Deal with ARCNET L2 multicast mapping for IPv6 the same way as in IPv4: | melifaro | 2015-01-09 | 1 | -1/+4 |
* | MFV r276759: libpcap 1.6.2. | delphij | 2015-01-06 | 1 | -2/+204 |
* | Reapply previous patch to fix build. | rodrigc | 2015-01-06 | 1 | -3/+3 |