]> git.ipfire.org Git - thirdparty/dhcp.git/history - common/bpf.c
Checkpoint: code done, need tests
[thirdparty/dhcp.git] / common / bpf.c
2017-12-23  Francis DupontMerged rt44535 (relay port)
2017-11-23  Francis DupontMerged rt44950 (MA compat)
2017-07-12  Thomas Markwalder[master] Replaced licensing text with MPL licensing...
2016-03-08  Jeremy C. ReedMerge branch 'master' of repo.isc.org:/proj/git/prod...
2016-03-04  Thomas Markwalder[master] Pre-release tag prep for 4.3.4b1: version...
2016-02-09  Francis DupontFinished merge of t39262 (DHCP build from another direc...
2016-01-20  Shawn Routhier[master] Correct size for buffer allocation
2014-09-18  Thomas Markwalder[master] Checkum handling fixes
2014-05-19  Shawn Routhier[master] Enhance support for vlans on freebsd.
2014-01-25  Shawn Routhier[master] Tidy up bpf processing
2012-08-14  Tomek MrugalskiMerge branch 'rt25901_atf'
2012-08-14  Tomek Mrugalski[master] Merge branch 'rt25901_atf'
2012-06-08  Shawn RouthierA problem with missing get_hw_addr function when -...
2012-01-24  cvs2gitThis commit was manufactured by cvs2git to create branc...
2009-11-24  Shawn RouthierUpdate copyright years
2009-07-23  Shawn RouthierSwitch isc urls from http to https and correct sw to...
2009-03-13  David Hankins- If configured, dhclient may now transmit to an anycas...
2007-08-23  Shane KerrWarning-enabled build fixes for BSD.
2007-07-13  Shane KerrCode cleanup to remove warnings from "gcc -Wall".
2007-05-19  David HankinsMerge errors on rt16890. v4_0_0a1
2007-05-19  David Hankins- Parse AF_LINK contents properly - sa->sdl_type is...
2007-05-19  David Hankins- Replaced ./configure shellscripting with GNU Autoconf...
2007-05-19  David HankinsConditionally include ifaddrs.h if USE_BPF_RECEIVE...
2007-05-18  David Hankins- DHCPv4 I/O methods that failed to sense hardware...
2007-05-16  Shane KerrFreeBSD, NetBSD, OpenBSD support added in (again).
2007-04-27  Evan HuntAssorted fixes for broken network devices: IP header...
2005-03-17  David HankinsMASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD...
2002-06-08  MurrayWhen an interface goes away in FreeBSD, read(2) returns...
2001-04-08  Ted LemonFix an incorrect use of BPF_WORDALIGN
2001-04-05  Ted LemonIf we get an EIO on read, the interface is gone, so...
2001-02-26  Ted LemonFix up NetBSD/alpha build.
2000-12-28  Ted LemonAccount for word alignment of buffer returned by bpf.
2000-11-30  Ted LemonWord-align BPF buffers.
2000-10-10  Ted LemonDon't compile in token ring stuff if we don't support it.
2000-09-01  Ted Lemon- Do what people expect when they don't declare the...
2000-07-27  Ted LemonReference count binding scopes. Align IP headers...
2000-06-08  Ted Lemon- Fix a mistake that was causing the fallback interface...
2000-05-16  Ted Lemon- Fix all the OMAPI objects in the DHCP server and...
2000-04-14  Ted Lemondhcp_fddi_filter -> bpf_fddi_filter
2000-04-06  Ted LemonFix credits section.
2000-03-24  Ted LemonAdd support for a DEC FDDI input filter.
2000-03-17  Ted LemonGo back to the BSD license.
2000-03-06  Ted LemonAdd interface deregistration routines (Brian Murrell).
2000-01-26  Ted LemonFix compilation errors introduced in the last set of...
2000-01-05  Ted Lemonstruct hardware conversion.
1999-10-12  Ted LemonFix up args to printf-like functions (thanks to Pedro...
1999-10-07  Ted LemonFix a few more machine-specific signed vs. unsigned...
1999-09-09  Ted LemonBug fixes courtesy of Brian Murrell
1999-09-08  Ted LemonMake interfaces OMAPI objects.
1999-05-27  Ted LemonSupport token ring packets.
1999-03-16  Ted LemonSanitize Solaris build. V3-ALPHA-19990315
1999-03-16  Ted LemonUpdate license.
1999-03-13  Ted LemonAdd interface argument to can_*().
1999-03-13  Ted LemonAdd can_receive_unicast_unconfigured
1999-02-25  Ted LemonSync with 2.0b1pl16. Fix some pool allocation problems.
1999-02-24  Ted LemonChange names of error functions to be more consistent.
1999-02-14  Ted LemonPull up recent 2.0 changes.
1997-10-20  Ted LemonDon't print startup banner if quiet_interface_discovery...
1997-06-08  Ted Lemonsize_t -> ssize_t in return values where < 0 == error
1997-02-26  Ted LemonRemove if_enable()
1997-02-19  Ted LemonRestructure to allow interface reinitialization
1997-02-18  Ted LemonUse local_port and remote_port instead of server_port...
1997-01-02  Ted LemonInitial merge of Poger dhclient and linux hacks
1996-09-02  Ted LemonImprove error messages
1996-08-27  Ted Lemonput file version in copyright string
1996-05-22  Ted LemonPut back filter for server port
1996-05-22  Ted LemonDon't print interface network name if there's no networ...
1996-05-22  Ted Lemonupdate interface configure banner; add from addr to...
1996-05-19  Ted LemonUse distributed Berkeley networking headers
1996-05-16  Ted LemonFix up pointer types; add support for Alpha OSF/1 pfilt...
1996-05-16  Ted LemonAnother fussy interface announcement change
1996-05-16  Ted LemonUndo interface attach announcement changes
1996-05-16  Ted LemonDon't need to include if_dl anymore
1996-05-16  Ted LemonMove ifdefs so compiles on incompatible systems don...
1996-05-12  Ted LemonComplete rewrite of Archie Cobbs' bpf code
1996-04-11  Ted LemonBerkeley Packet Filter support