Age | Commit message (Expand) | Author | Files | Lines |
2018-02-06 | cls_u32: fix use after free in u32_destroy_key() | Paolo Abeni | 1 | -10/+11 |
2018-02-02 | cls_u32: add missing RCU annotation. | Paolo Abeni | 1 | -5/+7 |
2018-02-01 | net: create skb_gso_validate_mac_len() | Daniel Axtens | 1 | -10/+0 |
2018-01-31 | net/sched: kconfig: Remove blank help texts | Ulf Magnusson | 1 | -3/+0 |
2018-01-29 | net_sched: implement ->change_tx_queue_len() for pfifo_fast | Cong Wang | 1 | -0/+18 |
2018-01-29 | net_sched: plug in qdisc ops change_tx_queue_len | Cong Wang | 1 | -0/+33 |
2018-01-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2018-01-24 | cls_u32: propagate extack to delete callback | Jakub Kicinski | 1 | -15/+19 |
2018-01-24 | cls_u32: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 1 | -4/+6 |
2018-01-24 | cls_flower: propagate extack to delete callback | Jakub Kicinski | 1 | -8/+10 |
2018-01-24 | cls_flower: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 1 | -3/+3 |
2018-01-24 | cls_matchall: propagate extack to delete callback | Jakub Kicinski | 1 | -4/+5 |
2018-01-24 | cls_matchall: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 1 | -2/+2 |
2018-01-24 | cls_bpf: propagate extack to offload delete callback | Jakub Kicinski | 1 | -6/+8 |
2018-01-24 | cls_bpf: pass offload flags to tc_cls_common_offload_init() | Jakub Kicinski | 1 | -2/+3 |
2018-01-24 | cls_bpf: remove gen_flags from bpf_offload | Jakub Kicinski | 1 | -2/+0 |
2018-01-24 | net: sched: prepare for reimplementation of tc_cls_common_offload_init() | Jakub Kicinski | 4 | -11/+11 |
2018-01-24 | net: sched: propagate extack to cls->destroy callbacks | Jakub Kicinski | 12 | -18/+22 |
2018-01-24 | net: sched: em_nbyte: don't add the data offset twice | Wolfgang Bumiller | 1 | -1/+1 |
2018-01-23 | net/sched: act_csum: don't use spinlock in the fast path | Davide Caratti | 1 | -13/+45 |
2018-01-23 | net/sched: act_csum: use per-core statistics | Davide Caratti | 1 | -6/+4 |
2018-01-22 | net: sched: add extack support for offload via tc_cls_common_offload | Quentin Monnet | 4 | -11/+11 |
2018-01-22 | net: sched: cls_bpf: plumb extack support in filter for hardware offload | Quentin Monnet | 1 | -6/+8 |
2018-01-22 | net: sched: cls_u32: propagate extack support for filter offload | Quentin Monnet | 1 | -5/+5 |
2018-01-22 | net: sched: cls_matchall: propagate extack support for filter offload | Quentin Monnet | 1 | -2/+4 |
2018-01-22 | net: sched: cls_flower: propagate extack support for filter offload | Quentin Monnet | 1 | -2/+4 |
2018-01-22 | net: core: Expose number of link up/down transitions | David Decotigny | 1 | -2/+2 |
2018-01-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+8 |
2018-01-19 | net: sched: cls_u32: add extack support | Alexander Aring | 1 | -14/+44 |
2018-01-19 | net: sched: cls: add extack support for tcf_change_indev | Alexander Aring | 3 | -5/+6 |
2018-01-19 | net: sched: cls: add extack support for delete callback | Alexander Aring | 12 | -13/+24 |
2018-01-19 | net: sched: cls: add extack support for tcf_exts_validate | Alexander Aring | 12 | -31/+48 |
2018-01-19 | net: sched: cls: add extack support for change callback | Alexander Aring | 12 | -12/+18 |
2018-01-19 | net: sched: cls_api: handle generic cls errors | Alexander Aring | 1 | -11/+41 |
2018-01-19 | net: sched: cls: fix code style issues | Alexander Aring | 2 | -5/+5 |
2018-01-18 | net/sched/sch_prio.c: work around gcc-4.4.4 union initializer issues | Andrew Morton | 1 | -3/+7 |
2018-01-18 | net: sched: silence uninitialized parent variable warning in tc_dump_tfilter | Jiri Pirko | 1 | -0/+7 |
2018-01-17 | bpf: fix cls_bpf on filter replace | Daniel Borkmann | 1 | -1/+8 |
2018-01-17 | net: sched: allow ingress and clsact qdiscs to share filter blocks | Jiri Pirko | 1 | -16/+64 |
2018-01-17 | net: sched: introduce ingress/egress block index attributes for qdisc | Jiri Pirko | 1 | -0/+60 |
2018-01-17 | net: sched: use block index as a handle instead of qdisc when block is shared | Jiri Pirko | 1 | -84/+118 |
2018-01-17 | net: sched: keep track of offloaded filters and check tc offload feature | Jiri Pirko | 5 | -23/+81 |
2018-01-17 | net: sched: remove classid and q fields from tcf_proto | Jiri Pirko | 1 | -5/+2 |
2018-01-17 | net: sched: introduce block mechanism to handle netif_keep_dst calls | Jiri Pirko | 4 | -4/+73 |
2018-01-17 | net: sched: avoid usage of tp->q in tcf_classify | Jiri Pirko | 1 | -2/+3 |
2018-01-17 | net: sched: introduce shared filter blocks infrastructure | Jiri Pirko | 1 | -24/+143 |
2018-01-17 | net: sched: introduce support for multiple filter chain pointers registration | Jiri Pirko | 1 | -8/+69 |
2018-01-17 | net: sched: red: don't reset the backlog on every stat dump | Jakub Kicinski | 1 | -1/+1 |
2018-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -31/+6 |
2018-01-16 | net, sched: fix panic when updating miniq {b,q}stats | Daniel Borkmann | 3 | -30/+22 |