| Commit message (Expand) | Author | Age | Files | Lines |
* | net/sched: flower: fix error handler on replace | Vlad Buslov | 2023-05-05 | 1 | -1/+2 |
* | Revert "net/sched: flower: Fix wrong handle assignment during filter change" | Vlad Buslov | 2023-05-05 | 1 | -1/+1 |
* | net/sched: flower: fix filter idr initialization | Vlad Buslov | 2023-05-05 | 1 | -3/+3 |
* | net/sched: act_mirred: Add carrier check | Victor Nogueira | 2023-05-01 | 1 | -1/+1 |
* | net/sched: cls_api: remove block_cb from driver_list before freeing | Vlad Buslov | 2023-04-28 | 1 | -0/+1 |
* | net/sched: act_pedit: free pedit keys on bail from offset check | Pedro Tammela | 2023-04-27 | 1 | -1/+3 |
* | net/sched: flower: Fix wrong handle assignment during filter change | Ivan Vecera | 2023-04-27 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2023-04-26 | 4 | -27/+31 |
|\ |
|
| * | net/sched: sch_qfq: refactor parsing of netlink parameters | Pedro Tammela | 2023-04-23 | 1 | -14/+11 |
| * | net/sched: sch_qfq: use extack on errors messages | Pedro Tammela | 2023-04-23 | 1 | -4/+5 |
| * | net/sched: sch_htb: use extack on errors messages | Pedro Tammela | 2023-04-23 | 1 | -8/+9 |
| * | net/sched: cls_api: Initialize miss_cookie_node when action miss is not used | Ivan Vecera | 2023-04-21 | 1 | -0/+1 |
| * | net/sched: sch_fq: fix integer overflow of "credit" | Davide Caratti | 2023-04-21 | 1 | -1/+5 |
* | | net/sched: act_pedit: rate limit datapath messages | Pedro Tammela | 2023-04-23 | 1 | -7/+5 |
* | | net/sched: act_pedit: remove extra check for key type | Pedro Tammela | 2023-04-23 | 1 | -22/+7 |
* | | net/sched: act_pedit: check static offsets a priori | Pedro Tammela | 2023-04-23 | 1 | -6/+14 |
* | | net/sched: act_pedit: use extack in 'ex' parsing errors | Pedro Tammela | 2023-04-23 | 1 | -4/+13 |
* | | net/sched: act_pedit: use NLA_POLICY for parsing 'ex' keys | Pedro Tammela | 2023-04-23 | 1 | -8/+3 |
* | | net: sched: Print msecs when transmit queue time out | Yajun Deng | 2023-04-23 | 1 | -5/+5 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-04-20 | 2 | -6/+10 |
|\ \
| |/ |
|
| * | net/sched: clear actions pointer in miss cookie init fail | Pedro Tammela | 2023-04-17 | 1 | -0/+3 |
| * | net: sched: sch_qfq: prevent slab-out-of-bounds in qfq_activate_agg | Gwangun Jung | 2023-04-14 | 1 | -6/+7 |
* | | net: skbuff: hide csum_not_inet when CONFIG_IP_SCTP not set | Jakub Kicinski | 2023-04-19 | 1 | -2/+1 |
* | | net/sched: taprio: allow per-TC user input of FP adminStatus | Vladimir Oltean | 2023-04-13 | 1 | -13/+52 |
* | | net/sched: mqprio: allow per-TC user input of FP adminStatus | Vladimir Oltean | 2023-04-13 | 3 | -1/+143 |
* | | net/sched: pass netlink extack to mqprio and taprio offload | Vladimir Oltean | 2023-04-13 | 2 | -3/+14 |
* | | net/sched: mqprio: add an extack message to mqprio_parse_opt() | Vladimir Oltean | 2023-04-13 | 1 | -1/+4 |
* | | net/sched: mqprio: add extack to mqprio_parse_nlattr() | Vladimir Oltean | 2023-04-13 | 1 | -7/+23 |
* | | net/sched: mqprio: simplify handling of nlattr portion of TCA_OPTIONS | Vladimir Oltean | 2023-04-13 | 1 | -19/+13 |
* | | net/sched: sch_mqprio: use netlink payload helpers | Pedro Tammela | 2023-04-05 | 1 | -4/+4 |
* | | net/sched: act_tunnel_key: add support for "don't fragment" | Davide Caratti | 2023-03-30 | 1 | -0/+5 |
* | | fix typos in net/sched/* files | Taichi Nishimura | 2023-03-24 | 3 | -3/+3 |
* | | net/sched: act_api: use the correct TCA_ACT attributes in dump | Pedro Tammela | 2023-03-23 | 1 | -4/+4 |
* | | net/sched: remove two skb_mac_header() uses | Eric Dumazet | 2023-03-22 | 2 | -2/+2 |
* | | sch_cake: do not use skb_mac_header() in cake_overhead() | Eric Dumazet | 2023-03-22 | 1 | -3/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2023-03-17 | 1 | -4/+4 |
|\ \
| |/ |
|
| * | net/sched: act_api: add specific EXT_WARN_MSG for tc action | Hangbin Liu | 2023-03-16 | 1 | -4/+4 |
| * | Revert "net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy" | Hangbin Liu | 2023-03-16 | 1 | -2/+2 |
* | | net: sched: remove qdisc_watchdog->last_expires | Eric Dumazet | 2023-03-09 | 1 | -2/+4 |
|/ |
|
* | net/sched: flower: fix fl_change() error recovery path | Eric Dumazet | 2023-03-01 | 1 | -4/+6 |
* | net/sched: act_connmark: handle errno on tcf_idr_check_alloc | Pedro Tammela | 2023-03-01 | 1 | -0/+3 |
* | net/sched: act_api: move TCA_EXT_WARN_MSG to the correct hierarchy | Pedro Tammela | 2023-02-27 | 1 | -2/+2 |
* | net/sched: act_sample: fix action bind logic | Pedro Tammela | 2023-02-26 | 1 | -2/+9 |
* | net/sched: act_mpls: fix action bind logic | Pedro Tammela | 2023-02-26 | 1 | -29/+37 |
* | net/sched: act_pedit: fix action bind logic | Pedro Tammela | 2023-02-26 | 1 | -27/+31 |
* | net/sched: cls_api: Move call to tcf_exts_miss_cookie_base_destroy() | Nathan Chancellor | 2023-02-26 | 1 | -1/+1 |
* | net/sched: flower: Support hardware miss to tc action | Paul Blakey | 2023-02-20 | 1 | -1/+12 |
* | net/sched: flower: Move filter handle initialization earlier | Paul Blakey | 2023-02-20 | 1 | -27/+35 |
* | net/sched: cls_api: Support hardware miss to tc action | Paul Blakey | 2023-02-20 | 2 | -11/+206 |
* | net/sched: Rename user cookie and act cookie | Paul Blakey | 2023-02-20 | 2 | -27/+27 |