Age | Commit message (Expand) | Author | Files | Lines |
2016-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -36/+74 |
2016-05-10 | net sched: ife action fix late binding | Jamal Hadi Salim | 1 | -4/+10 |
2016-05-10 | net sched: skbedit action fix late binding | Jamal Hadi Salim | 1 | -7/+11 |
2016-05-10 | net sched: simple action fix late binding | Jamal Hadi Salim | 1 | -6/+12 |
2016-05-10 | net sched: mirred action fix late binding | Jamal Hadi Salim | 1 | -6/+13 |
2016-05-10 | net sched: ipt action fix late binding | Jamal Hadi Salim | 1 | -7/+12 |
2016-05-10 | net sched: vlan action fix late binding | Jamal Hadi Salim | 1 | -6/+16 |
2016-05-08 | fq_codel: add memory limitation per queue | Eric Dumazet | 1 | -3/+24 |
2016-05-06 | bpf: wire in data and data_end for cls_act_bpf | Alexei Starovoitov | 2 | -0/+4 |
2016-05-04 | net: remove dev->trans_start | Florian Westphal | 1 | -7/+3 |
2016-05-04 | treewide: replace dev->trans_start update with helper | Florian Westphal | 1 | -1/+1 |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+59 |
2016-05-03 | fq_codel: add batch ability to fq_codel_drop() | Eric Dumazet | 1 | -19/+45 |
2016-05-03 | netem: Segment GSO packets on enqueue | Neil Horman | 1 | -2/+59 |
2016-04-26 | net: remove NETDEV_TX_LOCKED support | Florian Westphal | 1 | -32/+0 |
2016-04-26 | sched: align nlattr properly when needed | Nicolas Dichtel | 15 | -19/+27 |
2016-04-25 | codel: split into multiple files | Michal Kazior | 2 | -0/+4 |
2016-04-25 | codel: generalize the implementation | Michal Kazior | 2 | -7/+32 |
2016-04-25 | sched: use nla_put_u64_64bit() | Nicolas Dichtel | 3 | -5/+10 |
2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
2016-04-14 | net: sched: do not requeue a NULL skb | Lars Persson | 1 | -1/+4 |
2016-04-14 | qdisc: constify meta_type_ops structures | Julia Lawall | 1 | -4/+4 |
2016-03-18 | 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-10 | 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-06 | net: sched: fix act_ipt for LOG target | Phil Sutter | 1 | -0/+2 |
2016-03-06 | act_ife: fix a typo in kmemdup() parameters | WANG Cong | 1 | -2/+2 |
2016-03-03 | net: sched: use pfifo_fast for non real queues | Eric Dumazet | 3 | -2/+4 |
2016-03-01 | sch_mqprio: Fix build with older gcc. | David S. Miller | 1 | -1/+1 |
2016-03-01 | net: remove skb_sender_cpu_clear() | WANG Cong | 1 | -1/+0 |
2016-03-01 | Support to encoding decoding skb prio on IFE action | Jamal Hadi Salim | 3 | -0/+82 |
2016-03-01 | Support to encoding decoding skb mark on IFE action | Jamal Hadi Salim | 3 | -0/+85 |
2016-03-01 | introduce IFE action | Jamal Hadi Salim | 3 | -0/+883 |
2016-03-01 | net: sched: cls_u32 add bit to specify software only rules | John Fastabend | 1 | -10/+27 |
2016-03-01 | net: sched: consolidate offload decision in cls_u32 | John Fastabend | 1 | -4/+4 |
2016-02-29 | sch_dsmark: update backlog as well | WANG Cong | 1 | -0/+3 |
2016-02-29 | sch_htb: update backlog as well | WANG Cong | 1 | -1/+4 |
2016-02-29 | net_sched: update hierarchical backlog too | WANG Cong | 19 | -47/+84 |
2016-02-29 | 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-21 | 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 |