Age | Commit message (Expand) | Author | Files | Lines |
2016-03-19 | cls_bpf: reset class and reuse major in da | Daniel Borkmann | 1 | -5/+8 |
2016-03-11 | net/flower: Fix pointer cast | Amir Vadai | 1 | -6/+6 |
2016-03-11 | net/flower: Introduce hardware offload support | Amir Vadai | 1 | -1/+63 |
2016-03-08 | net_sched: dsmark: use qdisc_dequeue_peeked() | Kyeong Yoo | 1 | -1/+1 |
2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
2016-03-07 | net: sched: fix act_ipt for LOG target | Phil Sutter | 1 | -0/+2 |
2016-03-07 | act_ife: fix a typo in kmemdup() parameters | WANG Cong | 1 | -2/+2 |
2016-03-04 | net: sched: use pfifo_fast for non real queues | Eric Dumazet | 3 | -2/+4 |
2016-03-02 | sch_mqprio: Fix build with older gcc. | David S. Miller | 1 | -1/+1 |
2016-03-02 | net: remove skb_sender_cpu_clear() | WANG Cong | 1 | -1/+0 |
2016-03-02 | Support to encoding decoding skb prio on IFE action | Jamal Hadi Salim | 3 | -0/+82 |
2016-03-02 | Support to encoding decoding skb mark on IFE action | Jamal Hadi Salim | 3 | -0/+85 |
2016-03-02 | introduce IFE action | Jamal Hadi Salim | 3 | -0/+883 |
2016-03-02 | net: sched: cls_u32 add bit to specify software only rules | John Fastabend | 1 | -10/+27 |
2016-03-02 | net: sched: consolidate offload decision in cls_u32 | John Fastabend | 1 | -4/+4 |
2016-03-01 | sch_dsmark: update backlog as well | WANG Cong | 1 | -0/+3 |
2016-03-01 | sch_htb: update backlog as well | WANG Cong | 1 | -1/+4 |
2016-03-01 | net_sched: update hierarchical backlog too | WANG Cong | 19 | -47/+84 |
2016-03-01 | net_sched: introduce qdisc_replace() helper | WANG Cong | 12 | -78/+12 |
2016-02-25 | net_sched: add network namespace support for tc actions | WANG Cong | 13 | -138/+699 |
2016-02-25 | net_sched: prepare tcf_hashinfo_destroy() for netns support | WANG Cong | 1 | -3/+29 |
2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2016-02-22 | bpf: try harder on clones when writing into skb | Daniel Borkmann | 2 | -19/+7 |
2016-02-18 | net_sched: Improve readability of filter processing | Jamal Hadi Salim | 1 | -1/+1 |
2016-02-18 | net_sched fix: reclassification needs to consider ether protocol changes | Jamal Hadi Salim | 1 | -0/+1 |
2016-02-17 | net: sched: add cls_u32 offload hooks for netdevs | John Fastabend | 1 | -2/+97 |
2016-02-17 | net: rework setup_tc ndo op to consume general tc operand | John Fastabend | 1 | -3/+6 |
2016-02-17 | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend | 1 | -2/+3 |
2016-01-30 | net_sched: drr: check for NULL pointer in drr_dequeue | Bernie Harris | 1 | -0/+2 |
2016-01-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+8 |
2016-01-12 | sched,cls_flower: set key address type when present | Jamal Hadi Salim | 1 | -2/+8 |
2016-01-11 | net, sched: add clsact qdisc | Daniel Borkmann | 3 | -7/+97 |
2016-01-11 | net, sched: add skb_at_tc_ingress helper | Daniel Borkmann | 1 | -5/+1 |
2016-01-06 | net: sched: fix missing free per cpu on qstats | John Fastabend | 1 | -1/+3 |
2015-12-15 | net_sched: make qdisc_tree_decrease_qlen() work for non mq | Eric Dumazet | 1 | -1/+1 |
2015-12-03 | net_sched: fix qdisc_tree_decrease_qlen() races | Eric Dumazet | 4 | -14/+23 |
2015-11-09 | net_sched: em_meta: use skb_to_full_sk() helper | Eric Dumazet | 1 | -46/+92 |
2015-11-09 | sched: cls_flow: use skb_to_full_sk() helper | Eric Dumazet | 1 | -4/+11 |
2015-11-03 | net: sched: kill dead code in sch_choke.c | Phil Sutter | 1 | -59/+0 |
2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+24 |
2015-10-11 | net: synack packets can be attached to request sockets | Eric Dumazet | 1 | -1/+2 |
2015-10-11 | sch_hhf: fix return value of hhf_drop() | WANG Cong | 1 | -1/+10 |
2015-10-09 | net/sched: make sch_blackhole.c explicitly non-modular | Paul Gortmaker | 1 | -12/+3 |
2015-10-08 | act_mirred: clear sender cpu before sending to tx | WANG Cong | 1 | -0/+1 |
2015-10-05 | act_mirred: always release tcf hash | WANG Cong | 1 | -3/+3 |
2015-10-05 | act_mirred: fix a race condition on mirred_list | WANG Cong | 1 | -1/+10 |
2015-10-03 | sched, bpf: add helper for retrieving routing realms | Daniel Borkmann | 1 | -2/+6 |
2015-10-03 | tcp: attach SYNACK messages to request sockets instead of listener | Eric Dumazet | 1 | -5/+7 |
2015-09-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -15/+15 |
2015-09-25 | net: revert "net_sched: move tp->root allocation into fw_init()" | WANG Cong | 1 | -15/+15 |