Age | Commit message (Expand) | Author |
2012-12-28 | change the malloc(9) flags from M_DONTWAIT to M_NOWAIT; OK millert@ | Gleydson Soares |
2012-12-21 | Rather than calling mircotime in bpf_catchpacket each time it's called | Mike Belopuhov |
2012-12-21 | bpf allocates packet buffers in the ioctl path and can sleep | Mike Belopuhov |
2012-04-14 | Use DLT_LOOP for all tunneling interfaces. | YASUOKA Masahiko |
2012-01-16 | bpf devices behave similar to raw sockets and never block on write, | Philip Guenthe |
2011-07-02 | kqueue attach functions should return an errno or 0, not a plain 1. Fix | Nicholas Marriott |
2011-01-04 | in bpf_movein(), range-check mbuf size against MCLBYTES before | Theo de Raadt |
2010-09-21 | pflog overhaul | Henning Brauer |
2009-11-09 | Every selwakeup() should have a matching KNOTE() (even if kqueue isn't | Nicholas Marriott |
2009-10-26 | Set the rdomain in bpfwrite() to the interface rdomain so that bpf sender | Claudio Jeker |
2009-09-21 | Properly reference count bpf descriptors when using kqueue. | Can Erkin Acar |
2009-09-07 | de-inline a function which gains absolutely no benefit at all from it | Theo de Raadt |
2008-11-26 | dont have bpf.h expose the kernel ticks variable wherever it is includeing. | David Gwynne |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-09-17 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-01-25 | Prevent USB network devices to generate a page fault trap when detached | Marcus Glocker |
2007-09-15 | malloc sweep: | Henning Brauer |
2007-07-25 | Back out the tracking of procs in struct selinfo. There's one serious | Artur Grabowski |
2007-03-24 | Kill the horrible hack of storing the pid in struct selinfo. | Artur Grabowski |
2007-03-04 | Make sure a bpf device can only be opened once. | Can Erkin Acar |
2006-07-18 | get rid of arc network support. we have no users of it so this is dead | David Gwynne |
2006-03-25 | allow bpf(4) to ignore packets based on their direction (inbound or | Damien Miller |
2006-03-04 | With the exception of two other small uncommited diffs this moves | Brad Smith |
2005-11-03 | re-implement the bpf "filter drop" option that it actually works. the | Reyk Floeter |
2005-07-31 | Introduce bpf_mtap_af and bpf_mtap_hdr to be used when passing a mbuf chain | Christopher Pascoe |
2005-04-20 | send raw 802.11 frames with bpf(4) using the IEEE802_11 or | Reyk Floeter |
2005-04-20 | the linktype (DLT) should always be of type u_int. | Reyk Floeter |
2005-01-07 | add support for BIOCGDLTLIST and BIOCSDLT, see bpf(4) | Reyk Floeter |
2004-12-17 | knf cleanup, convert old k&r-style functions to ansi-style for a | Reyk Floeter |
2004-10-09 | sizeof(struct ether_header) -> ETHER_HDR_LEN | Brad Smith |
2004-09-23 | - remove EVFILT_WRITE in bpfkqfilter() switch case, handled | Brad Smith |
2004-09-12 | Return the most common data link type instead of the first match for an | Claudio Jeker |
2004-06-22 | Unbreak previous commit ok markus@ | Can Erkin Acar |
2004-06-22 | Add a new "filter drop" flag to bpf and related ioclts. | Can Erkin Acar |
2004-06-21 | move the IFF_UP check to bpfwrite; ok canacar@ | Markus Friedl |
2004-05-31 | remove the broken auto-append-'0' code; ok canacar, deraadt, thierry | Markus Friedl |
2004-05-28 | bpf device cloning. | Alexander Yurchenko |
2004-05-25 | Return buffered packets when reading from a bpf descriptor and the | Can Erkin Acar |
2004-05-08 | reference count bpf descriptors to protect against disappearing interfaces | Can Erkin Acar |
2004-02-24 | sysctl knob for bpf tunables. some tips from canacar@ | Ted Unangst |
2004-02-06 | as seen in netbsd. crank bpf sizes to adapt to faster networks. | Ted Unangst |
2003-12-10 | de-register. deraadt ok | Jun-ichiro itojun Hagino |
2003-10-24 | Fix write filter blocking when no filter was set. Fixes | Can Erkin Acar |
2003-10-22 | Add locking and write filtering to bpf descriptors. | Can Erkin Acar |
2003-10-04 | bpf support for atm cards; from jason@ackley.net | Theo de Raadt |
2003-09-23 | Replace select backends with poll backends. selscan() and pollscan() | Todd C. Miller |
2003-07-29 | avoid stack smash on FDDI case. found by kernel propolice. | Jun-ichiro itojun Hagino |
2003-06-18 | Do not panic on no memory available when allocating bufs, pass ENOBUFS | Henning Brauer |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-04-01 | When using bpf(4) in immediate mode, and using kevent(2) to receive | Artur Grabowski |