summaryrefslogtreecommitdiff
path: root/common/bpf.c
Commit message (Expand)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-3/+3
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
* Merged rt44535 (relay port)Francis Dupont2017-12-231-3/+54
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-4/+4
* [master] Pre-release tag prep for 4.3.4b1: version #, copyright etc...Thomas Markwalder2016-03-041-2/+1
* [master] Correct size for buffer allocationShawn Routhier2016-01-191-3/+3
* [master] Checkum handling fixesThomas Markwalder2014-09-181-2/+2
* [master] Enhance support for vlans on freebsd.Shawn Routhier2014-05-191-0/+3
* [master] Tidy up bpf processingShawn Routhier2014-01-241-51/+46
* A problem with missing get_hw_addr function when --enable-use-socketsShawn Routhier2012-06-081-3/+6
* Update copyright yearsShawn Routhier2009-11-241-1/+1
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-1/+1
* - If configured, dhclient may now transmit to an anycast MAC address,David Hankins2009-03-131-0/+3
* Warning-enabled build fixes for BSD.Shane Kerr2007-08-231-2/+2
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-5/+0
* Merge errors on rt16890.v4_0_0a1David Hankins2007-05-191-2/+3
* - Parse AF_LINK contents properly - sa->sdl_type is the hardware type,David Hankins2007-05-191-18/+18
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-2/+4
* Conditionally include ifaddrs.h if USE_BPF_RECEIVE is defined. 'structDavid Hankins2007-05-191-1/+3
* - DHCPv4 I/O methods that failed to sense hardware address were corrected.David Hankins2007-05-181-1/+3
* FreeBSD, NetBSD, OpenBSD support added in (again).Shane Kerr2007-05-161-1/+59
* Assorted fixes for broken network devices: IP header length field is nowEvan Hunt2007-04-271-6/+5
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-39/+22
* When an interface goes away in FreeBSD, read(2) returns ENXIO, notMurray2002-06-081-1/+5
* Fix an incorrect use of BPF_WORDALIGNTed Lemon2001-04-081-3/+2
* If we get an EIO on read, the interface is gone, so delete it.Ted Lemon2001-04-051-3/+9
* Fix up NetBSD/alpha build.Ted Lemon2001-02-261-3/+3
* Account for word alignment of buffer returned by bpf.Ted Lemon2000-12-281-2/+2
* Word-align BPF buffers.Ted Lemon2000-11-301-8/+18
* Don't compile in token ring stuff if we don't support it.Ted Lemon2000-10-101-2/+6
* - Do what people expect when they don't declare the subnet to which anTed Lemon2000-09-011-1/+7
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-12/+17
* - Fix a mistake that was causing the fallback interface not to be used (thanksTed Lemon2000-06-081-1/+2
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-6/+3
* dhcp_fddi_filter -> bpf_fddi_filterTed Lemon2000-04-141-11/+15
* Fix credits section.Ted Lemon2000-04-061-7/+7
* Add support for a DEC FDDI input filter.Ted Lemon2000-03-241-1/+32
* Go back to the BSD license.Ted Lemon2000-03-171-13/+34
* Add interface deregistration routines (Brian Murrell).Ted Lemon2000-03-061-1/+39
* Fix compilation errors introduced in the last set of checkins.Ted Lemon2000-01-261-2/+2
* struct hardware conversion.Ted Lemon2000-01-051-7/+7
* Fix up args to printf-like functions (thanks to Pedro Ribiero).Ted Lemon1999-10-121-2/+3
* Fix a few more machine-specific signed vs. unsigned pointer bufs.Ted Lemon1999-10-071-2/+2
* Bug fixes courtesy of Brian MurrellTed Lemon1999-09-091-2/+2
* Make interfaces OMAPI objects.Ted Lemon1999-09-081-3/+10
* Support token ring packets.Ted Lemon1999-05-271-1/+14
* Sanitize Solaris build.V3-ALPHA-19990315Ted Lemon1999-03-161-2/+2
* Update license.Ted Lemon1999-03-161-33/+13
* Add interface argument to can_*().Ted Lemon1999-03-131-3/+5