summaryrefslogtreecommitdiff
path: root/trafgen_proto.c
AgeCommit message (Expand)AuthorFilesLines
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
ref='/cgit.cgi/linux/net-next.git/diff/include/uapi/asm-generic/param.h?h=nds-private-remove&id=dd553962675ab5747e887f89aea1ece90e6a802e&id2=2e38a37f23c98d7fad87ff022670060b8a0e2bf5'>diff)
Merge tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
Pull MD fixes from Shaohua Li: "This fixes several corner cases for raid5 cache, which is merged into this cycle" * tag 'md/4.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md: md/r5cache: disable write back for degraded array md/r5cache: shift complex rmw from read path to write path md/r5cache: flush data only stripes in r5l_recovery_log() md/raid5: move comment of fetch_block to right location md/r5cache: read data into orig_page for prexor of cached data md/raid5-cache: delete meaningless code
Diffstat (limited to 'include/uapi/asm-generic/param.h')