summaryrefslogtreecommitdiff
path: root/trafgen_conf.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-09trafgen: Allow send packets from pcap fileVadim Kochan1-0/+3
2016-09-21trafgen: proto: Update field value at runtimeVadim Kochan1-0/+7
2016-08-02trafgen: proto: Move proto headers into packetVadim Kochan1-0/+6
2016-08-02trafgen: proto: Reference to packet from struct proto_hdrVadim Kochan1-0/+2
2016-01-28trafgen: Add helper to get current packetVadim Kochan1-0/+2
2016-01-28trafgen: Export set_fill funcVadim Kochan1-0/+2
2015-12-17cpp: Constify cpp argv passed to cpp_execTobias Klauser1-1/+1
2015-12-17trafgen: Added option to pass macro/define for C preprocessorVadim Kochan1-1/+2
2015-11-09trafgen: Allow to build packet from command lineVadim Kochan1-0/+1
2015-11-02trafgen: Add missing inline functionTobias Klauser1-1/+6
2015-10-14trafgen: Move checking of dynamic packet elements to headerTobias Klauser1-0/+5
2015-10-13trafgen: Change signature of compile_packets() to match provided typesTobias Klauser1-1/+1
2015-10-13trafgen: Don't panic() on parser errorsTobias Klauser1-1/+1
2015-10-13trafgen: Add checksum helpers for TCP/UDP over IPv6Tobias Klauser1-0/+2
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+55
- support the STMicroelectronics STMPE1600 variant in the STMPE driver. Driver improvements: - the STMPE driver now supports rising/falling edge detection properly for IRQs. - the PCA954x will now fetch and enable its VCC regulator properly. - major rework of the PCA953x driver with the goal of eventually switching it over to use regmap and thus modernize it even more. - switch the IOP driver to use the generic MMIO GPIO library. - move the ages old HTC EGPIO (extended GPIO) GPIO expander driver over to this subsystem from MFD, achieveing some separation of concerns" * tag 'gpio-v4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio: (81 commits) gpio: add missing static inline gpio: OF: localize some gpiochip init functions gpio: acpi: separation of concerns gpio: OF: separation of concerns gpio: make memory-mapped drivers depend on HAS_IOMEM gpio: stmpe: use BIT() macro gpio: stmpe: forbid unused lines to be mapped as IRQs mfd/gpio: Move HTC GPIO driver to GPIO subsystem gpio: MAINTAINERS: Add an entry for GPIO mockup driver gpio/mockup: add virtual gpio device gpio: Added zynq specific check for special pins on bank zero gpio: axp209: Implement get_direction gpio: aspeed: remove redundant return value check gpio: loongson1: remove redundant return value check ARM: omap2: fix missing include gpio: tc3589x: fix up complaints on unsigned gpio: tc3589x: add .get_direction() and small cleanup gpio: f7188x: use gpiochip_get_data instead of container_of gpio: tps65218: use devm_gpiochip_add_data() for gpio registration gpio: aspeed: fix return value check in aspeed_gpio_probe() ...
Diffstat (limited to 'Documentation/i2c')