aboutsummaryrefslogtreecommitdiff
path: root/sys/net/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r315192:Andrey V. Elsukov2017-03-201-0/+4
* MFC r298328:Enji Cooper2016-05-131-1/+1
* MFC r296009:Konstantin Belousov2016-03-091-7/+25
* MFC r292603:Bjoern A. Zeeb2016-01-211-1/+1
* MFC r286260:Luiz Otavio O Souza2015-08-171-4/+4
* MFC r286140:Luiz Otavio O Souza2015-08-171-8/+3
* MFC r286139:Luiz Otavio O Souza2015-08-171-13/+30
* MFC r281765:Alexander Motin2015-05-041-1/+3
* MFC r273733, r273740 and r273773:Hans Petter Selasky2014-10-301-5/+8
* While waiting for the bpf hold buffer to become idle, checkGuy Helmer2013-05-231-2/+7
* Functions m_getm2() and m_get2() have different order of arguments,Gleb Smirnoff2013-03-121-1/+1
* - Utilize m_get2(), accidentially fixing some signedness bugs.Gleb Smirnoff2013-01-241-20/+3
* Changes to resolve races in bpfread() and catchpacket() that, at worst,Guy Helmer2012-12-101-11/+30
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-4/+4
* Fix bpf_if structure leak introduced in r235745.Alexander V. Chernikov2012-12-021-52/+66
* Work around a race in bpfread() by validating the hold buffer pointerGuy Helmer2012-11-061-4/+7
* Fix typo introduced in r236559.Alexander V. Chernikov2012-06-091-1/+1
* Fix panic introduced by r235745. Panic occurs after first packet traverse ren...Alexander V. Chernikov2012-06-041-2/+22
* Fix style(9) nits, reduce unnecessary type castings, etc., for bpf_setf().Jung-uk Kim2012-05-291-19/+20
* - Save the previous filter right before we set new one.Jung-uk Kim2012-05-291-63/+26
* Fix 32-bit shim for BIOCSETF to drop all packets buffered on the descriptorJung-uk Kim2012-05-291-2/+12
* Fix BPF_JITTER code broken by r235746.Alexander V. Chernikov2012-05-291-46/+48
* Make most BPF ioctls() SMP-safe.Alexander V. Chernikov2012-05-211-6/+47
* Call bpf_jitter() before acquiring BPF global lock due to malloc() being used...Alexander V. Chernikov2012-05-211-8/+14
* Fix old panic when BPF consumer attaches to destroying interface.Alexander V. Chernikov2012-05-211-84/+122
* Fix panic on attaching to non-existent interface (introduced by r233937, poin...Alexander V. Chernikov2012-05-211-42/+136
* Fix build broken by r233938.Alexander V. Chernikov2012-04-061-1/+2
* - Improve performace for writer-only BPF users.Alexander V. Chernikov2012-04-061-6/+91
* - Improve BPF locking model.Alexander V. Chernikov2012-04-061-106/+145
* o) Add COMPAT_FREEBSD32 support for MIPS kernels using the n64 ABI with userl...Juli Mallett2012-03-031-7/+7
* Consumers of bpfdetach() expect it to remove all bpf_if structs from theLawrence Stewart2012-01-101-22/+31
* Revert r228986 until it can be reworked to avoid panicing the kernel when theLawrence Stewart2011-12-311-183/+71
* - Introduce the net.bpf.tscfg sysctl tree and associated code so as to make oneLawrence Stewart2011-12-301-71/+183
* Revert r227778 in preparation for committing reworked patches in its place.Lawrence Stewart2011-11-291-143/+11
* - When feed-forward clock support is compiled in, change the BPF header toLawrence Stewart2011-11-211-11/+143
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Fix a deficiency in the selinfo interface:Attilio Rao2011-08-251-1/+1
* Fix a typo in a comment.Jung-uk Kim2010-09-161-1/+1
* Implement flexible BPF timestamping framework.Jung-uk Kim2010-06-151-58/+205
* MFP4: @177254Bjoern A. Zeeb2010-04-271-3/+8
* Provide compat32 shims for bpf(4), except zero-copy facilities.Konstantin Belousov2010-04-251-3/+165
* Check the pointer to JIT binary filter before its de-allocation.Jung-uk Kim2010-03-291-3/+4
* Fix a style(9) nit.Jung-uk Kim2010-03-121-2/+1
* Tidy up callout for select(2) and read timeout.Jung-uk Kim2010-03-121-3/+6
* Return partially filled buffer for non-blocking read(2)Jung-uk Kim2010-02-201-6/+15
* Remove unneeded blank line from bpf_drvinit().Robert Watson2009-10-231-1/+0
* Use C99 initialization for struct filterops.Robert Watson2009-09-121-2/+5
* Always embed pointer to BPF JIT function in BPF descriptorJung-uk Kim2009-08-121-6/+12
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Implement the -z (zero counters) option for the various bpf counters.Christian S.J. Peron2009-06-191-1/+45