aboutsummaryrefslogtreecommitdiff
path: root/net/sched/cls_rsvp.h
AgeCommit message (Expand)AuthorFilesLines
2021-08-02net_sched: refactor TC action init APIGravatar Cong Wang 1-4/+3
2021-05-31net: sched: Fix spelling mistakesGravatar Zheng Yongjun 1-1/+1
2020-11-10net: sched: fix misspellings using misspell-fixer toolGravatar Menglong Dong 1-1/+1
2020-02-01cls_rsvp: fix rsvp_policyGravatar Eric Dumazet 1-4/+2
2020-01-27net_sched: fix ops->bind_class() implementationsGravatar Cong Wang 1-3/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-1/+2
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-1/+1
2019-02-22net_sched: initialize net pointer inside tcf_exts_init()Gravatar Cong Wang 1-3/+4
2019-02-12net: sched: extend proto ops to support unlocked classifiersGravatar Vlad Buslov 1-5/+8
2019-02-12net: sched: track rtnl lock status when validating extensionsGravatar Vlad Buslov 1-1/+2
2018-05-24net_sched: switch to rcu_workGravatar Cong Wang 1-15/+5
2018-01-24net: sched: propagate extack to cls->destroy callbacksGravatar Jakub Kicinski 1-1/+1
2018-01-19net: sched: cls: add extack support for delete callbackGravatar Alexander Aring 1-1/+2
2018-01-19net: sched: cls: add extack support for tcf_exts_validateGravatar Alexander Aring 1-1/+1
2018-01-19net: sched: cls: add extack support for change callbackGravatar Alexander Aring 1-1/+1
2017-11-09cls_rsvp: use tcf_exts_get_net() before call_rcu()Gravatar Cong Wang 1-3/+12
2017-10-29net_sched: use tcf_queue_work() in rsvp filterGravatar Cong Wang 1-3/+16
2017-09-11net/sched: fix pointer check in gen_handleGravatar Josh Hunt 1-1/+1
2017-08-31net_sched: add reverse binding for tc classGravatar Cong Wang 1-0/+9
2017-08-07net_sched: use void pointer for filter handleGravatar WANG Cong 1-12/+12
2017-08-04net: sched: avoid atomic swap in tcf_exts_changeGravatar Jiri Pirko 1-2/+2
2017-04-21net_sched: remove useless NULL to tp->rootGravatar WANG Cong 1-4/+0
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()Gravatar WANG Cong 1-15/+17
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2016-11-28net, sched: respect rcu grace period on cls destructionGravatar Daniel Borkmann 1-1/+2
2016-08-22net_sched: properly handle failure case of tcf_exts_init()Gravatar WANG Cong 1-4/+13
2015-08-26net_sched: convert rsvp to call tcf_exts_destroy from rcu callbackGravatar Alexei Starovoitov 1-4/+14
2015-03-09net_sched: destroy proto tp when all filters are goneGravatar Cong Wang 1-2/+10
2014-12-09net: sched: cls: use nla_nest_cancel instead of nlmsg_trimGravatar Jiri Pirko 1-2/+1
2014-12-09net: sched: cls: remove unused op put from tcf_proto_opsGravatar Jiri Pirko 1-5/+0
2014-09-29net: sched: cls_rcvp, complete rcu conversionGravatar John Fastabend 1-3/+41
2014-09-28net_sched: remove the first parameter from tcf_exts_destroy()Gravatar WANG Cong 1-2/+2
2014-09-13net: sched: rcu'ify cls_rsvpGravatar John Fastabend 1-70/+90
2014-04-27sched, cls: check if we could overwrite actions when changing a filterGravatar Cong Wang 1-2/+2
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpGravatar WANG Cong 1-1/+1
2013-12-18net_sched: cls: refactor out struct tcf_ext_mapGravatar WANG Cong 1-9/+5
2013-12-18net_sched: act: use standard struct list_headGravatar WANG Cong 1-0/+1
2013-01-14pkt_sched: namespace aware act_mirredGravatar Benjamin LaHaise 1-2/+2
2012-08-14net sched: Pass the skb into change so it can access NETLINK_CBGravatar Eric W. Biederman 1-1/+2
2012-04-01pkt_sched: Stop using NLA_PUT*().Gravatar David S. Miller 1-6/+10
2011-09-15pkt_sched: cls_rsvp.h was outdatedGravatar Igor Maravić 1-14/+13
2011-07-06net: sched: constify tcf_proto and tc_actionGravatar Eric Dumazet 1-1/+1
2011-06-21ip: introduce ip_is_fragment helper inline functionGravatar Paul Gortmaker 1-1/+1
2011-01-19net_sched: cleanupsGravatar Eric Dumazet 1-47/+48
2010-08-04cls_rsvp: add sanity check for the packet lengthGravatar Changli Gao 1-2/+10
2009-11-29net: Move && and || to end of previous lineGravatar Joe Perches 1-13/+15
2008-01-28[NET_SCHED]: Use nla_policy for attribute validation in classifiersGravatar Patrick McHardy 1-15/+11
2008-01-28[NET_SCHED]: Use typeful attribute parsing helpersGravatar Patrick McHardy 1-2/+2
2008-01-28[NET_SCHED]: Use typeful attribute construction helpersGravatar Patrick McHardy 1-1/+1