aboutsummaryrefslogtreecommitdiff
path: root/net/sched/act_csum.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-19net: use skb->csum_not_inet to identify packets needing crc32cGravatar Davide Caratti 1-0/+1
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2017-03-23sched: act_csum: don't mangle TCP and UDP GSO packetsGravatar Davide Caratti 1-0/+12
2017-01-09net/sched: act_csum: compute crc32c on SCTP packetsGravatar Davide Caratti 1-0/+30
2016-11-18netns: make struct pernet_operations::id unsigned intGravatar Alexey Dobriyan 1-1/+1
2016-09-19net sched: stylistic cleanupsGravatar Jamal Hadi Salim 1-18/+18
2016-07-25net_sched: move tc_action into tcf_commonGravatar WANG Cong 1-10/+12
2016-06-07net sched actions: aggregate dumping of actions timeinfoGravatar Jamal Hadi Salim 1-4/+2
2016-06-07net sched actions: introduce timestamp for firsttime useGravatar Jamal Hadi Salim 1-0/+1
2016-06-07net sched: actions use tcf_lastuse_update for consistencyGravatar Jamal Hadi Salim 1-1/+1
2016-04-26sched: align nlattr properly when neededGravatar Nicolas Dichtel 1-1/+1
2016-02-25net_sched: add network namespace support for tc actionsGravatar WANG Cong 1-8/+51
2016-02-21bpf: try harder on clones when writing into skbGravatar Daniel Borkmann 1-6/+2
2015-07-08net: sched: add percpu stats to actionsGravatar Eric Dumazet 1-1/+2
2015-01-13net: sched: fix skb->protocol use in case of accelerated vlan pathGravatar Jiri Pirko 1-1/+1
2014-02-12net_sched: act: move tcf_hashinfo_init() into tcf_register_action()Gravatar WANG Cong 1-7/+1
2014-02-12net_sched: act: refactor cleanup opsGravatar WANG Cong 1-1/+0
2014-02-12net_sched: act: hide struct tcf_common from APIGravatar WANG Cong 1-16/+8
2014-01-21net_sched: act: fetch hinfo from a->ops->hinfoGravatar WANG Cong 1-5/+4
2014-01-19net_sched: act: remove capab from struct tc_action_opsGravatar WANG Cong 1-1/+0
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoGravatar WANG Cong 1-2/+1
2014-01-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+5
2013-12-27net_sched: act: Dont increment refcnt on replaceGravatar Jamal Hadi Salim 1-5/+5
2013-12-20net_sched: fix a regression in tc actionsGravatar WANG Cong 1-1/+1
2013-12-18net_sched: init struct tcf_hashinfo at register timeGravatar WANG Cong 1-8/+5
2013-12-05net_sched: Use default action walker methodsGravatar Jamal Hadi Salim 1-1/+0
2013-12-05net_sched: Use default action lookup functionsGravatar Jamal Hadi Salim 1-1/+0
2013-04-12act_csum: fix possible use after freeGravatar Eric Dumazet 1-14/+25
2013-01-14pkt_sched: namespace aware act_mirredGravatar Benjamin LaHaise 1-1/+1
2012-05-17ipv6: correct the ipv6 option name - Pad0 to Pad1Gravatar Eldad Zack 1-1/+1
2012-04-01pkt_sched: Stop using NLA_PUT*().Gravatar David S. Miller 1-2/+4
2011-07-06net: sched: constify tcf_proto and tc_actionGravatar Eric Dumazet 1-1/+1
2011-01-19net_sched: cleanupsGravatar Eric Dumazet 1-1/+1
2011-01-10net_sched: factorize qdisc stats handlingGravatar Eric Dumazet 1-2/+1
2010-08-23net_sched: act_csum: coding style cleanupGravatar Changli Gao 1-39/+38
2010-08-22net/sched: need to include net/ip6_checksum.hGravatar Stephen Rothwell 1-0/+1
2010-08-20net/sched: add ACT_CSUM action to update packets checksumsGravatar Grégoire Baron 1-0/+595