Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-08net: sched: add percpu stats to actionsEric Dumazet
2014-02-13net_sched: act: move tcf_hashinfo_init() into tcf_register_action()WANG Cong
2014-02-13net_sched: act: refactor cleanup opsWANG Cong
2014-02-13net_sched: act: hide struct tcf_common from APIWANG Cong
2014-01-22net_sched: act: fetch hinfo from a->ops->hinfoWANG Cong
2014-01-20net_sched: act: remove capab from struct tc_action_opsWANG Cong
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong
2014-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-27net_sched: act: Dont increment refcnt on replaceJamal Hadi Salim
2013-12-21net_sched: fix a regression in tc actionsWANG Cong
2013-12-18net_sched: init struct tcf_hashinfo at register timeWANG Cong
2013-12-06net_sched: Use default action walker methodsJamal Hadi Salim
2013-12-06net_sched: Use default action lookup functionsJamal Hadi Salim
2013-01-15pkt_sched: namespace aware act_mirredBenjamin LaHaise
2012-04-02pkt_sched: Stop using NLA_PUT*().David S. Miller
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet
2011-01-20net_sched: cleanupsEric Dumazet
2011-01-11net_sched: factorize qdisc stats handlingEric Dumazet
2010-08-18net sched: fix some kernel memory leaksEric Dumazet
2010-08-05act_nat: fix on the TX pathChangli Gao
2010-08-03Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-08-01act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao
2010-08-01act_nat: fix wild pointerChangli Gao
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-13act_nat: not all of the ICMP packets need an IP header payloadChangli Gao
2010-06-30act_nat: use stack variableChangli Gao
2010-06-02act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao
2008-11-26tc: propogate errors from tcf_hash_createStephen Hemminger
2008-07-20net_sched: Add accessor function for packet length for qdiscsJussi Kivilinna
2008-01-29[NET_SCHED]: Use nla_policy for attribute validation in actionsPatrick McHardy
2008-01-29[NET_SCHED]: Propagate nla_parse return valuePatrick McHardy
2008-01-29[NET_SCHED]: Convert actions from rtnetlink to new netlink APIPatrick McHardy
2008-01-29[NETFILTER]: Convert old checksum helper namesPatrick McHardy
2007-10-11[PKT_SCHED]: Add stateless NATHerbert Xu