Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
eb02313d2c96e1793cf37693d432fd2c129ae170
/
net
/
sched
/
cls_api.c
2f13e9f
net_cls: remove duplicated include from cls_api.c
by Wei Yongjun
· 12 years ago
573ce26
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
by Hong zhi guo
· 12 years ago
de179c8
netlink: have length check of rtnl msg before deref
by Hong zhi guo
· 12 years ago
661d296
rtnetlink: Remove passing of attributes into rtnl_doit functions
by Thomas Graf
· 12 years ago
c1b5273
pkt_sched: namespace aware act_mirred
by Benjamin LaHaise
· 12 years ago
dfc47ef
net: Push capable(CAP_NET_ADMIN) into the rtnl methods
by Eric W. Biederman
· 12 years ago
15e4730
netlink: Rename pid to portid to avoid confusion
by Eric W. Biederman
· 12 years ago
af4c664
net sched: Pass the skb into change so it can access NETLINK_CB
by Eric W. Biederman
· 12 years ago
942b816
pkt_sched: cls_api: Move away from NLMSG_NEW().
by David S. Miller
· 12 years ago
1b34ec4
pkt_sched: Stop using NLA_PUT*().
by David S. Miller
· 13 years ago
dc7f9f6
net: sched: constify tcf_proto and tc_action
by Eric Dumazet
· 13 years ago
c7ac867
rtnetlink: Compute and store minimum ifinfo dump size
by Greg Rose
· 13 years ago
cc7ec45
net_sched: cleanups
by Eric Dumazet
· 14 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
7316ae8
net_sched: make traffic control network namespace aware
by Tom Goff
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
bd27a87
net_cls: Use __dev_get_by_index()
by Eric Dumazet
· 15 years ago
ad61df9
netlink: fix typo in initialization
by Jiri Pirko
· 15 years ago
af356af
net_sched: reintroduce dev->qdisc for use by sch_api
by Patrick McHardy
· 15 years ago
71ebe5e
net_sched: make cls_ops->tcf_chain() optional
by Patrick McHardy
· 15 years ago
12186be
net_cls: fix unconfigured struct tcf_proto keeps chaining and avoid kernel panic when we use cls_cgroup
by Minoru Usui
· 15 years ago
d0ab8ff
net: Only store high 16 bits of kernel generated filter priorities
by Robert Love
· 16 years ago
47a1a1d
pkt_sched: remove unnecessary xchg() in packet classifiers
by Patrick McHardy
· 16 years ago
95a5afc
net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)
by Johannes Berg
· 16 years ago
102396a
pkt_sched: Fix locking of qdisc_root with qdisc_root_sleeping_lock()
by Jarek Poplawski
· 16 years ago
323c048
pkt_sched: Fix unlocking in tc_ctl_tfilter()
by Jarek Poplawski
· 16 years ago
55dbc640
pkt_sched: Remove qdisc_lock_tree usage in cls_api.c
by David S. Miller
· 16 years ago
e8a0464
netdev: Allocate multiple queues for TX.
by David S. Miller
· 16 years ago
b0e1e64
netdev: Move rest of qdisc state into struct netdev_queue
by David S. Miller
· 16 years ago
5ce2d48
pkt_sched: Remove 'dev' member of struct Qdisc.
by David S. Miller
· 16 years ago
f2df824
net_sched: cls_api: fix return value for non-existant classifiers
by Patrick McHardy
· 16 years ago
3b1e0a6
[NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS.
by YOSHIFUJI Hideaki
· 17 years ago
5239008
[NET_SCHED]: Constify struct tcf_ext_map
by Patrick McHardy
· 17 years ago
57e1c48
[NET_SCHED]: Use NLA_PUT_STRING for string dumping
by Patrick McHardy
· 17 years ago
4b3550ef
[NET_SCHED]: Use nla_nest_start/nla_nest_end
by Patrick McHardy
· 17 years ago
ab27cfb
[NET_SCHED]: act_api: use PTR_ERR in tcf_action_init/tcf_action_get
by Patrick McHardy
· 17 years ago
7ba699c
[NET_SCHED]: Convert actions from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
add93b6
[NET_SCHED]: Convert classifiers from rtnetlink to new netlink API
by Patrick McHardy
· 17 years ago
2eb9d75
[NET_SCHED]: mark classifier ops __read_mostly
by Patrick McHardy
· 17 years ago
aa767bf
[PKT_SCHED] net classifier: style cleanup's
by Stephen Hemminger
· 17 years ago
97c53ca
[NET]: Make rtnetlink infrastructure network namespace aware (v3)
by Denis V. Lunev
· 17 years ago
b854272
[NET]: Modify all rtnetlink methods to only work in the initial namespace (v2)
by Denis V. Lunev
· 17 years ago
20fea08
[NET]: Move Qdisc_class_ops and Qdisc_ops in appropriate sections.
by Eric Dumazet
· 17 years ago
881d966
[NET]: Make the device list and device lookups per namespace.
by Eric W. Biederman
· 17 years ago
c3bc7cf
[NET_SCHED]: Kill CONFIG_NET_CLS_POLICE
by Patrick McHardy
· 17 years ago
0ba4805
[NET_SCHED]: Remove unnecessary includes
by Patrick McHardy
· 17 years ago
0463d4a
[NET_SCHED]: Eliminate qdisc_tree_lock
by Patrick McHardy
· 18 years ago
82623c0
[PKT_SCHED] cls: Use rtnl registration interface
by Thomas Graf
· 18 years ago
dc5fc57
[NETLINK]: Use nlmsg_trim() where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
cd354f1
[PATCH] remove many unneeded #includes of sched.h
by Tim Schmielau
· 18 years ago
10297b9
[NET] SCHED: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
c7b1b24
[SCHED]: Use kmemdup & kzalloc where appropriate
by Arnaldo Carvalho de Melo
· 18 years ago
85670cc
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
by Patrick McHardy
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
ac6d439
[NETLINK]: Convert netlink users to use group numbers instead of bitmasks
by Patrick McHardy
· 19 years ago
9ef1d4c
[NETLINK]: Missing initializations in dumped data
by Patrick McHardy
· 19 years ago
e431b8c
[NETLINK]: Explicit typing
by Jamal Hadi Salim
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago