summaryrefslogtreecommitdiff
path: root/common/lpf.c
Commit message (Collapse)AuthorAgeFilesLines
* copy rights updateWlodek Wencel2022-01-251-1/+1
|
* [#189] Whitespace fixes in opened filesTomek Mrugalski2022-01-201-2/+2
|
* [#189] ISC address updatedTomek Mrugalski2022-01-201-2/+2
|
* Merged rt44535 (relay port)Francis Dupont2017-12-231-1/+18
|
* [master] Replaced licensing text with MPL licensing text throughoutThomas Markwalder2017-07-121-6/+4
|
* [master] LPF now only uses 12-bit value from VLAN TCI for VIDThomas Markwalder2015-09-231-3/+3
| | | | Merges in rt40591.
* [master] Expand use of #ifdef PACKET_AUXDATA to cover allocating cmsgbufShawn Routhier2015-04-151-2/+15
| | | | | Most of the use of tpacket_auxdata was alredy protected by PACKET_AUXDATA this patch covers trying to find the proper size for the cmsgbuf.
* [master] Fixed unsupported vlan tag build issueThomas Markwalder2015-02-201-1/+5
| | | | Merges in rt38677
* [master] Linux packet handling ignores VLAN packets sent to physical interfaceThomas Markwalder2015-01-081-3/+22
| | | | Merges in rt37415.
* [master] Checkum handling fixesThomas Markwalder2014-09-181-25/+66
| | | | Merges in rt22806
* [master] Corrects high impact issues reported by Coverity.Thomas Markwalder2014-08-251-0/+3
| | | | Merges in rt36712
* [master]Shawn Routhier2012-10-161-3/+4
| | | | | | [rt23833] Clean up a number of items identified by the Coverity static analysis tool. Runs courtesy of Red Hat.
* A problem with missing get_hw_addr function when --enable-use-socketsShawn Routhier2012-06-081-1/+8
| | | | | | | was used is now solved on GNU/Linux, BSD and GNU/Hurd systems. Note that use-sockets feature was not tested on those systems. Client and server code no longer use MAX_PATH constant that is not defined on GNU/Hurd systems. [ISC-Bugs 25979]
* Linux Packet Filter interface improvement. sockaddr_pkt structure is used,Tomek Mrugalski2011-05-101-5/+8
| | | | | rather than sockaddr. Packet ethertype is now forced to ETH_P_IP. [ISC-Bugs #18975]
* Switch isc urls from http to https and correct sw to services or softwareShawn Routhier2009-07-231-1/+1
| | | | for new web site as appropirate.
* - If configured, dhclient may now transmit to an anycast MAC address,David Hankins2009-03-131-0/+3
| | | | | rather than using a broadcast address. Thanks to a patch from David Cantrell at Red Hat. [ISC-Bugs #17740]
* - Two uninitialized stack structures are now memset to zero. [ISC-Bugs #17737]David Hankins2009-02-201-1/+3
|
* - A memory leak when using omapi has been fixed. [ISC-Bugs #17560]David Hankins2008-03-181-0/+2
|
* Code cleanup to remove warnings from "gcc -Wall".Shane Kerr2007-07-131-9/+1
| | | | See RT ticket #16988 for more.
* - Replaced ./configure shellscripting with GNU Autoconf. [ISC-Bugs #16405b]David Hankins2007-05-191-2/+3
| | | | | - RELNOTES/README++ - s/wether/whether/ in dhcp-options.5 manpage edits.
* - DHCPv4 I/O methods that failed to sense hardware address were corrected.David Hankins2007-05-181-1/+3
| | | | | | | | | | | [ISC-Bugs #16881] - DHCPv4 is now the default (as documented) rather than DHCPv6. The default was set to DHCPv6 to facilitate ease early development, and forgotten. [ISC-Bugs #16881] - Corrected a segmentation violation in DHCPv4 socket processing. [ISC-Bugs #16881]
* FreeBSD, NetBSD, OpenBSD support added in (again).Shane Kerr2007-05-161-3/+3
| | | | See RT ticket #16865 for more (still expect some warnings).
* DHCPv6 branch merged to HEAD.David Hankins2007-05-081-2/+53
|
* Assorted fixes for broken network devices: IP header length field is nowEvan Hunt2007-04-271-4/+8
| | | | | | determined from payload, because some NIC drivers return more data than they actually recived; IP and UDP packets now stored in aligned data structures; outgoing packet TTL increased from 16 to 128. [rt15583]
* MASSIVE merge from V3-RELEASE-BRANCH into HEAD. HEAD and V3-RELEASE areDavid Hankins2005-03-171-28/+19
| | | | now synced as of tag V3-0-3-BETA-1.
* Make lpf input packet reassembly buffer slightly bigger.Ted Lemon2001-04-241-2/+2
|
* Don't compile in Token Ring support if it's not supported.Ted Lemon2000-10-101-2/+9
|
* - Do what people expect when they don't declare the subnet to which anTed Lemon2000-09-011-1/+7
| | | | interface is attached.
* Reference count binding scopes. Align IP headers on output.Ted Lemon2000-07-271-33/+52
|
* - Fix a mistake that was causing the fallback interface not to be used (thanksTed Lemon2000-06-081-1/+2
| | | | to Christof Chen for catching this!)
* - Fix all the OMAPI objects in the DHCP server and client that weren'tTed Lemon2000-05-161-6/+3
| | | | | | | being correctly reference-counted. - Make and use object-specific allocators. - Add reference/dereference support to hash functions and to timeout functions.
* Go back to the BSD license.Ted Lemon2000-03-171-13/+27
|
* Add interface deregistration routines (Brian Murrell).Ted Lemon2000-03-061-5/+5
|
* Incorporate Brian Murrell's new OMAPI DHCP client changes.Ted Lemon2000-02-151-2/+42
|
* One more htype boo-boo...Ted Lemon2000-01-271-2/+2
|
* Fixups for haddr/htype->hbufTed Lemon2000-01-251-7/+7
|
* Fix some minor warnings.Ted Lemon1999-10-211-1/+4
|
* 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
|
* error -> log_fatal (again!)Ted Lemon1999-07-311-15/+19
|
* note -> log_info. Sigh.Ted Lemon1999-06-101-9/+9
|
* Support token ring packets.Ted Lemon1999-05-271-14/+55
|
* error -> log_fatalTed Lemon1999-04-121-7/+7
|
* Fix typo in error message check.Ted Lemon1999-03-291-2/+2
|
* Pull up changes in Patchlevel 19Ted Lemon1999-03-261-3/+3
|
* 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
|
* Add can_receive_unicast_unconfiguredTed Lemon1999-03-131-1/+6
|