summaryrefslogtreecommitdiff
path: root/proto_igmp.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-15dissectors: Include protos.h in some dissectors for protocol ops declarationTobias Klauser1-0/+1
2014-08-15dissectors: Remove unnecessary includes of dissector_eth.hTobias Klauser1-1/+0
2014-08-07dissectors: Use __packed macro instead of open-coding itTobias Klauser1-5/+5
2014-05-03all: Use macros for printf/scanf format specifiersJames McCoy1-1/+2
2014-02-24dissectors: Get rid of unecessary includes of protos.hTobias Klauser1-1/+0
2013-05-16dissector: igmp: Fix another erroneous null pointer checkTobias Klauser1-1/+1
2013-05-12dissector: igmp: Fix erroneous null pointer checkTobias Klauser1-1/+1
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+560
e1f469c9f38b00125a13b60ad4e7c'>295a6e06d21e1f469c9f38b00125a13b60ad4e7c (diff)
Merge branch 'ife-to-module'
Yotam Gigi says: ==================== Extract IFE logic to module Extract ife logic from the tc_ife action into an independent module, and make the tc_ife action use it. This way, the ife encapsulation can be used by other modules other than tc_ife action. v1->v2: Fix duplicate symbol error by introducing a new patch that makes the original symbol static. The symbol ife_tlv_meta_extract is exported in act_ife, though not being used by any other module. As the symbol is being moved to the new ife module, introducing the new module creates duplicate symbol. To fix it, add a new patch (1/3) that makes the ife_tlv_meta_extract symbol static in act_ife, thus the symbol does not collide. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched/act_ife.c')
-rw-r--r--net/sched/act_ife.c110
1 files changed, 32 insertions, 78 deletions
diff --git a/net/sched/act_ife.c b/net/sched/act_ife.c