index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
/
act_api.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-12
net_sched: act: clean up tca_action_flush()
WANG Cong
1
-30
/
+23
2014-02-12
net_sched: act: refuse to remove bound action outside
WANG Cong
1
-6
/
+20
2014-02-12
net_sched: act: move tcf_hashinfo_init() into tcf_register_action()
WANG Cong
1
-1
/
+15
2014-02-12
net_sched: act: refactor cleanup ops
WANG Cong
1
-3
/
+5
2014-02-12
net_sched: act: hide struct tcf_common from API
WANG Cong
1
-13
/
+30
2014-01-21
net_sched: act: export tcf_hash_search() instead of tcf_hash_lookup()
WANG Cong
1
-3
/
+3
2014-01-21
net_sched: act: fetch hinfo from a->ops->hinfo
WANG Cong
1
-12
/
+11
2014-01-13
net_sched: act: remove struct tcf_act_hdr
WANG Cong
1
-8
/
+8
2014-01-13
net_sched: act: clean up notification functions
WANG Cong
1
-55
/
+40
2014-01-13
net_sched: act: move idx_gen into struct tcf_hashinfo
WANG Cong
1
-5
/
+5
2014-01-06
net_sched: act: action flushing missaccounting
Jamal Hadi Salim
1
-2
/
+3
2014-01-06
net_sched: Remove unnecessary checks for act->ops
Jamal Hadi Salim
1
-31
/
+15
2014-01-02
sched action: make local function static
stephen hemminger
1
-5
/
+3
2013-12-20
net_sched: fix regression in tc_action_ops
Eric Dumazet
1
-40
/
+13
2013-12-18
net_sched: convert tc_action_ops to use struct list_head
WANG Cong
1
-11
/
+9
2013-12-18
net_sched: convert tcf_hashinfo to hlist and use spinlock
WANG Cong
1
-39
/
+30
2013-12-18
net_sched: init struct tcf_hashinfo at register time
WANG Cong
1
-8
/
+8
2013-12-18
net_sched: act: use standard struct list_head
WANG Cong
1
-60
/
+45
2013-12-18
net_sched: remove get_stats from tc_action_ops
WANG Cong
1
-4
/
+0
2013-12-10
net_sched: remove unnecessary parentheses while return
Yang Yingliang
1
-1
/
+2
2013-12-05
net_sched: Provide default walker function for actions
Jamal Hadi Salim
1
-6
/
+3
2013-12-05
net_sched: Default action lookup method for actions
Jamal Hadi Salim
1
-2
/
+3
2013-12-05
net_sched: Fail if missing mandatory action operation methods
Jamal Hadi Salim
1
-4
/
+8
2013-03-22
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
1
-1
/
+1
2013-01-14
pkt_sched: namespace aware act_mirred
Benjamin LaHaise
1
-8
/
+10
2012-11-18
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
Eric W. Biederman
1
-0
/
+3
2012-09-10
netlink: Rename pid to portid to avoid confusion
Eric W. Biederman
1
-26
/
+26
2012-06-26
pkt_sched: act_api: Move away from NLMSG_PUT().
David S. Miller
1
-28
/
+31
2012-04-01
pkt_sched: Stop using NLA_PUT*().
David S. Miller
1
-3
/
+6
2011-10-31
net: Fix files explicitly needing to include module.h
Paul Gortmaker
1
-0
/
+1
2011-07-06
net: sched: constify tcf_proto and tc_action
Eric Dumazet
1
-2
/
+2
2011-06-09
rtnetlink: Compute and store minimum ifinfo dump size
Greg Rose
1
-3
/
+4
2011-05-07
net,rcu: convert call_rcu(tcf_common_free_rcu) to kfree_rcu()
Lai Jiangshan
1
-6
/
+1
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-01-19
net_sched: cleanups
Eric Dumazet
1
-23
/
+23
2010-06-11
pkt_sched: gen_kill_estimator() rcu fixes
Eric Dumazet
1
-1
/
+10
2010-05-17
net sched: printk message severity
stephen hemminger
1
-9
/
+11
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-22
net_sched: make traffic control network namespace aware
Tom Goff
1
-23
/
+22
2009-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2009-11-25
net: use net_eq to compare nets
Octavian Purdila
1
-2
/
+2
2009-11-09
tree-wide: fix a very frequent spelling mistake
Dirk Hohndel
1
-1
/
+1
2009-10-07
pkt_sched: gen_estimator: Dont report fake rate estimators
Eric Dumazet
1
-1
/
+2
2009-08-25
netlink: constify nlmsghdr arguments
Patrick McHardy
1
-1
/
+1
2008-11-25
tc: propogate errors from tcf_hash_create
Stephen Hemminger
1
-5
/
+13
2008-10-16
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
Johannes Berg
1
-1
/
+1
2008-08-13
net-sched: fix Action flushing return code
Jamal Hadi Salim
1
-2
/
+2
2008-08-13
net-sched: Fix actions flushing
Jamal Hadi Salim
1
-2
/
+7
2008-08-07
pkt_sched: Fix actions referencing
Jamal Hadi Salim
1
-3
/
+2
[next]