summaryrefslogtreecommitdiff
path: root/trafgen_proto.c
AgeCommit message (Expand)AuthorFilesLines
2016-04-25trafgen: proto: Add IPv6 header generationTobias Klauser1-4/+29
2016-04-22trafgen: proto: Replace panic() with bug() where applicableTobias Klauser1-2/+1
2016-04-21trafgen: proto: Inline proto_current_header() into its only callerTobias Klauser1-9/+1
2016-02-23trafgen: proto: Fix bad field maskingVadim Kochan1-4/+20
2016-02-03trafgen: proto: Make proto_current_header() staticTobias Klauser1-1/+1
2016-02-02trafgen: proto: Add set_next_proto callback to struct proto_hdrVadim Kochan1-5/+14
2016-02-02trafgen: proto: Simplify getting lower protocol after initVadim Kochan1-7/+10
2016-02-01trafgen: proto: Mark fields parameter to proto_header_fields_add as constTobias Klauser1-2/+2
2016-01-29trafgen: l4: Add UDP header generation logicVadim Kochan1-0/+2
2016-01-29trafgen: l3: Add IPv4 header generation backendVadim Kochan1-0/+2
2016-01-28trafgen: proto: Add functon to fill field with device ipv4 addressVadim Kochan1-0/+32
2016-01-28trafgen: l2: Add Ethernet protocol header generationVadim Kochan1-1/+4
2016-01-28trafgen: proto: Add function to set field from device MACVadim Kochan1-0/+31
2016-01-28trafgen: Add basic protocol generation logicVadim Kochan1-0/+326
t.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (82 commits) ACPI / video: mark acpi_video_get_levels() inline Thermal / ACPI / video: add INT3406 thermal driver ACPI / GED: make evged.c explicitly non-modular ACPI / tables: Fix DSDT override mechanism ACPI / sysfs: fix error code in get_status() ACPICA: Update version to 20160422 ACPICA: Move all ASCII utilities to a common file ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support for acpi_hw_write() ACPICA: ACPI 2.0, Hardware: Add access_width/bit_offset support in acpi_hw_read() ACPICA: Executer: Introduce a set of macros to handle bit width mask generation ACPICA: Hardware: Add optimized access bit width support ACPICA: Utilities: Add ACPI_IS_ALIGNED() macro ACPICA: Renamed some #defined flag constants for clarity ACPICA: ACPI 6.0, tools/iasl: Add support for new resource descriptors ACPICA: ACPI 6.0: Update _BIX support for new package element ACPICA: ACPI 6.1: Support for new PCCT subtable ACPICA: Refactor evaluate_object to reduce nesting ACPICA: Divergence: remove unwanted spaces for typedef ACPI,PCI,IRQ: remove SCI penalize function ACPI,PCI,IRQ: remove redundant code in acpi_irq_penalty_init() ..
Diffstat (limited to 'Documentation/fb')