| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r315192: | ae | 2017-03-20 | 1 | -0/+4 |
* | MFC r303382: | kib | 2016-08-26 | 1 | -1/+2 |
* | sys: use our roundup2/rounddown2() macros when param.h is available. | pfg | 2016-04-21 | 1 | -1/+1 |
* | bpf_getdltlist: Don't overrun 'lst' | cem | 2016-04-20 | 1 | -1/+1 |
* | During if_vmove() we call if_detach_internal() which in turn calls the event | bz | 2016-04-11 | 1 | -0/+62 |
* | In bpf_getdltlist(), do not call copyout(9) while holding bpf lock. | kib | 2016-02-24 | 1 | -7/+25 |
* | Implement interface link header precomputation API. | melifaro | 2015-12-31 | 1 | -5/+19 |
* | If bootverbose is enabled every vnet startup and virtual interface | bz | 2015-12-22 | 1 | -1/+1 |
* | Remove the mtx_sleep() from the kqueue f_event filter. | loos | 2015-08-03 | 1 | -4/+4 |
* | Add a KASSERT() to make sure we wont rotate the buffers twice (rotate the | loos | 2015-08-03 | 1 | -0/+1 |
* | Remove two unnecessary sleeps from the hot path in bpf(4). | loos | 2015-07-31 | 1 | -8/+2 |
* | Do not allocate the buffers at opening of the descriptor, because once | loos | 2015-07-31 | 1 | -13/+30 |
* | Move the definition of struct bpf_if to bpf.c. | markj | 2015-04-20 | 1 | -3/+16 |
* | Activate write-only optimization if bpf device opened with O_WRONLY. | mav | 2015-04-20 | 1 | -1/+3 |
* | Eliminate SIOCGIFADDR handling in bpf. | melifaro | 2015-01-16 | 1 | -14/+0 |
* | Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed. | glebius | 2014-11-07 | 1 | -2/+2 |
* | The SYSCTL data pointers can come from userspace and must not be | hselasky | 2014-10-28 | 1 | -5/+8 |
* | Improve logic besides net.bpf.optimize_writers. | melifaro | 2014-06-11 | 1 | -12/+63 |
* | Convert the random entropy harvesting code to use a const void * pointer | adrian | 2013-11-01 | 1 | -1/+1 |
* | The r48589 promised to remove implicit inclusion of if_var.h soon. Prepare | glebius | 2013-10-26 | 1 | -0/+1 |
* | While waiting for the bpf hold buffer to become idle, check | ghelmer | 2013-05-23 | 1 | -2/+7 |
* | Functions m_getm2() and m_get2() have different order of arguments, | glebius | 2013-03-12 | 1 | -1/+1 |
* | - Utilize m_get2(), accidentially fixing some signedness bugs. | glebius | 2013-01-24 | 1 | -20/+3 |
* | Changes to resolve races in bpfread() and catchpacket() that, at worst, | ghelmer | 2012-12-10 | 1 | -11/+30 |
* | Mechanically substitute flags from historic mbuf allocator with | glebius | 2012-12-05 | 1 | -4/+4 |
* | Fix bpf_if structure leak introduced in r235745. | melifaro | 2012-12-02 | 1 | -52/+66 |
* | Work around a race in bpfread() by validating the hold buffer pointer | ghelmer | 2012-11-06 | 1 | -4/+7 |
* | Fix typo introduced in r236559. | melifaro | 2012-06-09 | 1 | -1/+1 |
* | Fix panic introduced by r235745. Panic occurs after first packet traverse ren... | melifaro | 2012-06-04 | 1 | -2/+22 |
* | Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf(). | jkim | 2012-05-29 | 1 | -19/+20 |
* | - Save the previous filter right before we set new one. | jkim | 2012-05-29 | 1 | -63/+26 |
* | Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptor | jkim | 2012-05-29 | 1 | -2/+12 |
* | Fix BPF_JITTER code broken by r235746. | melifaro | 2012-05-29 | 1 | -46/+48 |
* | Make most BPF ioctls() SMP-safe. | melifaro | 2012-05-21 | 1 | -6/+47 |
* | Call bpf_jitter() before acquiring BPF global lock due to malloc() being used... | melifaro | 2012-05-21 | 1 | -8/+14 |
* | Fix old panic when BPF consumer attaches to destroying interface. | melifaro | 2012-05-21 | 1 | -84/+122 |
* | Fix panic on attaching to non-existent interface (introduced by r233937, poin... | melifaro | 2012-05-21 | 1 | -42/+136 |
* | Fix build broken by r233938. | melifaro | 2012-04-06 | 1 | -1/+2 |
* | - Improve performace for writer-only BPF users. | melifaro | 2012-04-06 | 1 | -6/+91 |
* | - Improve BPF locking model. | melifaro | 2012-04-06 | 1 | -106/+145 |
* | o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl... | jmallett | 2012-03-03 | 1 | -7/+7 |
* | Consumers of bpfdetach() expect it to remove all bpf_if structs from the | lstewart | 2012-01-10 | 1 | -22/+31 |
* | Revert r228986 until it can be reworked to avoid panicing the kernel when the | lstewart | 2011-12-31 | 1 | -183/+71 |
* | - Introduce the net.bpf.tscfg sysctl tree and associated code so as to make one | lstewart | 2011-12-30 | 1 | -71/+183 |
* | Revert r227778 in preparation for committing reworked patches in its place. | lstewart | 2011-11-29 | 1 | -143/+11 |
* | - When feed-forward clock support is compiled in, change the BPF header to | lstewart | 2011-11-21 | 1 | -11/+143 |
* | Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs. | ed | 2011-11-07 | 1 | -1/+1 |
* | Fix a deficiency in the selinfo interface: | attilio | 2011-08-25 | 1 | -1/+1 |
* | Fix a typo in a comment. | jkim | 2010-09-16 | 1 | -1/+1 |
* | Implement flexible BPF timestamping framework. | jkim | 2010-06-15 | 1 | -58/+205 |