summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-6/+6
* o add BIOCGDLTLIST and BIOCSDLT ioctls to get the data link type listsam2003-01-201-4/+101
* Remove cdevw_add() calls, they are deprecated.phk2002-12-281-1/+0
* correct function declarations of stubs used for building w/o device bpfsam2002-11-191-4/+4
* o add support for multiple link types per interface (e.g. 802.11 and Ethernet)sam2002-11-141-24/+38
* Use if_printf(ifp, "blah") instead ofbrooks2002-10-211-2/+1
* In an SMP environment post-Giant it is no longer safe to blindlytruckman2002-10-031-2/+2
* Be consistent about "static" functions: if the function is markedphk2002-09-281-1/+1
* Don't return(foo(bla)) when foo returns void.phk2002-09-281-2/+4
* Insert a missing call to MAC protection check for delivering anrwatson2002-09-211-1/+5
* Use m_length() instead of home-rolled.phk2002-09-181-4/+3
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-2/+6
* Introduce support for Mandatory Access Control and extensiblerwatson2002-07-311-0/+12
* Make funsetown() take a 'struct sigio **' so that the locking canalfred2002-05-061-1/+1
* Redo the sigio locking.alfred2002-05-011-1/+1
* Change callers of mtx_init() to pass in an appropriate lock type name. Injhb2002-04-041-3/+3
* Replace (deprecated ?) FREE() macro with direct calls to free()luigi2002-04-041-1/+1
* Remove __P.alfred2002-03-191-17/+17
* Missed this file for select SMP fixes associated with rev 1.93 ofalfred2002-03-141-2/+0
* Make bpf's read timeout feature work more correctly withjdp2001-12-141-6/+53
* - M_ZERO already sets bif_dlist to zero; there is no need toarr2001-11-181-1/+0
* Record the fact that revision 1.39 corresponded to CSRG revision 8.4,ru2001-10-171-1/+1
* Malloc mutexes pre-zero'd as random garbage (including 0xdeadcode) myjhb2001-10-101-1/+1
* Use the passed in thread to selrecord() instead of curthread.jhb2001-09-211-1/+1
* KSE Milestone 2julian2001-09-121-9/+9
* Correct the comment about bpfattach() to match reality.dd2001-08-231-3/+4
* Fix bpf devices so select() recognizes that they are always writable.gad2001-04-041-5/+8
* Send the remains (such as I have located) of "block major numbers" tophk2001-03-261-1/+0
* o Remove unnecessary jail() check in bpfopen() -- we limit device accessrwatson2001-02-211-3/+0
* Add mutexes to the entire bpf subsystem to make it MPSAFE.jlemon2001-02-161-160/+88
* Supply a stub bpf_validate() (always returning false - the script is notpeter2001-01-291-4/+13
* Small fix for bpf compat:bmilekic2000-12-271-1/+1
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-2/+2
* Fix bug: a read() on a bpf device which was in non-blocking modejdp2000-12-171-5/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Staticize some malloc M_ instances.phk2000-12-081-1/+1
* Fix an order of operations buglet. ! has higher precedence than &. Thisjhb2000-11-031-1/+1
* Don't make_dev() in bpfopen() unless we need to.phk2000-10-091-2/+3
* Rename lminor() to dev2unit(). This function gives a linear unit numberphk2000-09-191-3/+5
* Call bpfattach() correctly from if_ppp.cbrian2000-09-161-0/+5
* Avoid the modules madness I inadvertently introduced by making thephk2000-09-021-13/+2
* Remove all traces of Julians DEVFS (incl from kern/subr_diskslice.c)phk2000-08-201-0/+32
* Don't panic if ifpromisc() returnes ENXIO, it's probably just an pccardphk2000-06-011-2/+7
* Add a bpfdetach() stub routine to bpf.c. Without this, you'll get anwpaul2000-04-271-0/+6
* The advent of if_detach, allowing interface removal at runtime, makes itrwatson2000-03-191-0/+63
* Introduce a new bd_seesent flag to the BPF descriptor, indicating whether orrwatson2000-03-181-0/+19
* |The hard limit for the BPF buffer size is 32KB, which appears too lowphk2000-01-151-2/+5
* Make the stub routines have the same prototypes as the real bpfjulian1999-12-031-1/+1
* Fix bug in BIOCGETIF ioctl() where it would return a bogus interfacearchie1999-11-031-24/+8
* Implement pseudo_AF_HDRCMPLT, which controls the state of the 'headermsmith1999-10-151-0/+19
OpenPOWER on IntegriCloud