Age | Commit message (Expand) | Author |
2020-07-03 | sched: consistently handle layer3 header accesses in the presence of VLANs | Toke Høiland-Jørgensen |
2020-06-25 | sch_cake: fix a few style nits | Toke Høiland-Jørgensen |
2020-06-25 | sch_cake: don't call diffserv parsing code when it is not needed | Toke Høiland-Jørgensen |
2020-06-25 | sch_cake: don't try to reallocate or unshare skb unconditionally | Ilya Ponetayev |
2020-06-20 | net: Add MODULE_DESCRIPTION entries to network modules | Rob Gill |
2020-06-19 | net/sched: cls_api: fix nooffloaddevcnt warning dmesg log | wenxu |
2020-06-19 | net: flow_offload: fix flow_indr_dev_unregister path | wenxu |
2020-06-18 | net/sched: act_gate: fix configuration of the periodic timer | Davide Caratti |
2020-06-18 | net/sched: act_gate: fix NULL dereference in tcf_gate_init() | Davide Caratti |
2020-06-15 | net/sched: act_ct: Make tcf_ct_flow_table_restore_skb inline | Alaa Hleihel |
2020-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-06-09 | net: sched: export __netdev_watchdog_up() | Valentin Longchamp |
2020-06-01 | cls_flower: remove mpls_opts_policy | Guillaume Nault |
2020-06-01 | flow_dissector: work around stack frame size warning | Arnd Bergmann |
2020-06-01 | net: remove indirect block netdev event registration | Pablo Neira Ayuso |
2020-06-01 | net: use flow_indr_dev_setup_offload() | Pablo Neira Ayuso |
2020-06-01 | net: cls_api: add tcf_block_offload_init() | Pablo Neira Ayuso |
2020-06-01 | net/sched: fix a couple of splats in the error path of tfc_gate_init() | Davide Caratti |
2020-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-30 | sch_cake: Take advantage of skb->hash where appropriate | Toke Høiland-Jørgensen |
2020-05-30 | net/sched: act_ct: add nat mangle action only for NAT-conntrack | wenxu |
2020-05-27 | net_sched: get rid of unnecessary dev_qdisc_reset() | Cong Wang |
2020-05-27 | net_sched: avoid resetting active qdisc for multiple times | Cong Wang |
2020-05-27 | net_sched: add a tracepoint for qdisc creation | Cong Wang |
2020-05-27 | net_sched: add tracepoints for qdisc_reset() and qdisc_destroy() | Cong Wang |
2020-05-27 | net_sched: use qdisc_reset() in qdisc_destroy() | Cong Wang |
2020-05-27 | net/sched: fix infinite loop in sch_fq_pie | Davide Caratti |
2020-05-26 | cls_flower: Support filtering on multiple MPLS Label Stack Entries | Guillaume Nault |
2020-05-26 | flow_dissector: Parse multiple MPLS Label Stack Entries | Guillaume Nault |
2020-05-15 | net: sched: cls_flower: implement terse dump support | Vlad Buslov |
2020-05-15 | net: sched: implement terse dump support in act | Vlad Buslov |
2020-05-15 | net: sched: introduce terse dump flag | Vlad Buslov |
2020-05-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-05-06 | net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE | Pablo Neira Ayuso |
2020-05-05 | sch_choke: Remove classid from choke_skb_cb. | David S. Miller |
2020-05-05 | net: sched: choke: Remove unused inline function choke_set_classid | YueHaibing |
2020-05-04 | net: partially revert dynamic lockdep key changes | Cong Wang |
2020-05-04 | net_sched: sch_fq: add horizon attribute | Eric Dumazet |
2020-05-04 | net_sched: fix tcm_parent in tc filter dump | Cong Wang |
2020-05-04 | net: sched: fallback to qdisc noqueue if default qdisc setup fail | Jesper Dangaard Brouer |
2020-05-03 | net_sched: sch_skbprio: add message validation to skbprio_change() | Eric Dumazet |
2020-05-03 | net_sched: sch_fq: perform a prefetch() earlier | Eric Dumazet |
2020-05-03 | net_sched: sch_fq: do not call fq_peek() twice per packet | Eric Dumazet |
2020-05-03 | net_sched: sch_fq: use bulk freeing in fq_gc() | Eric Dumazet |
2020-05-03 | net_sched: sch_fq: change fq_flow size/layout | Eric Dumazet |
2020-05-03 | net_sched: sch_fq: avoid touching f->next from fq_gc() | Eric Dumazet |
2020-05-01 | net: schedule: add action gate offloading | Po Liu |
2020-05-01 | net: qos: introduce a gate control flow action | Po Liu |
2020-04-30 | netlink: remove type-unsafe validation_data pointer | Johannes Berg |