summaryrefslogtreecommitdiffstats
path: root/net/sched/act_tunnel_key.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: Convert tc_action_net_init() and tc_action_net_exit() based pernet_opera...Kirill Tkhai2018-02-271-0/+1
* net: sched: act: handle extack in tcf_generic_walkerAlexander Aring2018-02-161-1/+1
* net: sched: act: add extack for walk callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack for lookup callbackAlexander Aring2018-02-161-1/+2
* net: sched: act: add extack to init callbackAlexander Aring2018-02-161-1/+1
* net_sched: switch to exit_batch for action pernet opsCong Wang2017-12-131-5/+3
* net_sched: remove unused parameter from act cleanup opsCong Wang2017-12-061-1/+1
* Revert "net_sched: hold netns refcnt for each action"Cong Wang2017-11-091-1/+1
* net_sched: hold netns refcnt for each actionCong Wang2017-11-031-1/+1
* net/sched: Change act_api and act_xxx modules to use IDRChris Mi2017-08-301-11/+9
* net: sched: act_tunnel_key: make UDP checksum configurableJiri Benc2017-06-151-3/+12
* net: sched: act_tunnel_key: request UDP checksum by defaultJiri Benc2017-06-151-2/+2
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* net/sched: act_tunnel_key: Fix setting UDP dst port in metadata under IPv6Or Gerlitz2016-12-231-2/+2
* netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-181-1/+1
* net/sched: act_tunnel_key: Add UDP dst port optionHadar Hen Zion2016-11-091-3/+11
* net/dst: Add dst port to dst_metadata utility functionsHadar Hen Zion2016-11-091-2/+2
* net/sched: act_tunnel_key: add helper inlines to access tcf_tunnel_keyHadar Hen Zion2016-11-091-1/+0
* net/sched: act_tunnel_key: Remove rcu_read_lock protectionHadar Hen Zion2016-09-161-13/+4
* net/sched: Introduce act_tunnel_keyAmir Vadai2016-09-111-0/+351