Age | Commit message (Expand) | Author | Files | Lines |
9 days | net_sched: Flush gso_skb list too during ->change() | Cong Wang | 6 | -6/+6 |
12 days | sch_htb: make htb_deactivate() idempotent | Cong Wang | 1 | -9/+6 |
2025-04-28 | net_sched: qfq: Fix double list add in class with netem as child qdisc | Victor Nogueira | 1 | -4/+7 |
2025-04-28 | net_sched: ets: Fix double list add in class with netem as child qdisc | Victor Nogueira | 1 | -3/+6 |
2025-04-28 | net_sched: hfsc: Fix a UAF vulnerability in class with netem as child qdisc | Victor Nogueira | 1 | -1/+1 |
2025-04-28 | net_sched: drr: Fix double list add in class with netem as child qdisc | Victor Nogueira | 1 | -3/+6 |
2025-04-23 | net_sched: hfsc: Fix a potential UAF in hfsc_dequeue() too | Cong Wang | 1 | -4/+10 |
2025-04-23 | net_sched: hfsc: Fix a UAF vulnerability in class handling | Cong Wang | 1 | -2/+7 |
2025-04-10 | Merge tag 'net-6.15-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 9 | -56/+119 |
2025-04-09 | net_sched: sch_sfq: move the limit validation | Octavian Purdila | 1 | -4/+6 |
2025-04-09 | net_sched: sch_sfq: use a temporary work area for validating configuration | Octavian Purdila | 1 | -12/+44 |
2025-04-08 | Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -1/+1 |
2025-04-08 | tc: Ensure we have enough buffer space when sending filter netlink notifications | Toke Høiland-Jørgensen | 1 | -21/+45 |
2025-04-08 | codel: remove sch->q.qlen check before qdisc_tree_reduce_backlog() | Cong Wang | 2 | -8/+3 |
2025-04-08 | sch_ets: make est_qlen_notify() idempotent | Cong Wang | 1 | -4/+4 |
2025-04-08 | sch_qfq: make qfq_qlen_notify() idempotent | Cong Wang | 1 | -2/+5 |
2025-04-08 | sch_hfsc: make hfsc_qlen_notify() idempotent | Cong Wang | 1 | -2/+6 |
2025-04-08 | sch_drr: make drr_qlen_notify() idempotent | Cong Wang | 1 | -3/+4 |
2025-04-08 | sch_htb: make htb_qlen_notify() idempotent | Cong Wang | 1 | -0/+2 |
2025-04-05 | treewide: Switch/rename to timer_delete[_sync]() | Thomas Gleixner | 5 | -7/+7 |
2025-04-04 | lib/crc: remove CONFIG_LIBCRC32C | Eric Biggers | 1 | -1/+1 |
2025-04-03 | net: fix geneve_opt length integer overflow | Lin Ma | 2 | -2/+2 |
2025-04-02 | net_sched: skbprio: Remove overly strict queue assertions | Cong Wang | 1 | -3/+0 |
2025-03-27 | net: move replay logic to tc_modify_qdisc | Stanislav Fomichev | 1 | -46/+27 |
2025-03-26 | Merge tag 'net-next-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 4 | -76/+152 |
2025-03-25 | Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 3 | -8/+4 |
2025-03-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 2 | -1/+8 |
2025-03-12 | net_sched: Prevent creation of classes with TC_H_ROOT | Cong Wang | 1 | -0/+6 |
2025-03-08 | net: move misc netdev_lock flavors to a separate header | Jakub Kicinski | 1 | -0/+1 |
2025-03-06 | sched: address a potential NULL pointer dereference in the GRED scheduler. | Jun Yang | 1 | -1/+2 |
2025-03-06 | net: hold netdev instance lock during qdisc ndo_setup_tc | Stanislav Fomichev | 1 | -4/+24 |
2025-03-06 | net: sched: wrap doit/dumpit methods | Stanislav Fomichev | 1 | -68/+123 |
2025-02-27 | net: sched: Remove newline at the end of a netlink error message | Gal Pressman | 1 | -1/+1 |
2025-02-20 | ip_tunnel: Use ip_tunnel_info() helper instead of 'info + 1' | Gal Pressman | 1 | -4/+4 |
2025-02-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
2025-02-19 | net: dismiss sk_forward_alloc_get() | Paolo Abeni | 1 | -1/+1 |
2025-02-18 | net/sched: Switch to use hrtimer_setup() | Nam Cao | 3 | -8/+4 |
2025-02-15 | net/sched: cls_api: fix error handling causing NULL dereference | Pierre Riteau | 1 | -1/+1 |
2025-02-05 | netem: Update sch->q.qlen before qdisc_tree_reduce_backlog() | Cong Wang | 1 | -1/+1 |
2025-02-05 | pfifo_tail_enqueue: Drop new packet when sch->limit == 0 | Quang Le | 1 | -0/+3 |
2025-01-22 | net: sched: fix ets qdisc OOB Indexing | Jamal Hadi Salim | 1 | -0/+2 |
2025-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+4 |
2025-01-20 | net: sched: refine software bypass handling in tc_run | Xin Long | 5 | -34/+33 |
2025-01-18 | net: sched: Disallow replacing of child qdisc from one parent to another | Jamal Hadi Salim | 1 | -0/+4 |
2025-01-17 | net: tc: improve qdisc error messages | John Ousterhout | 1 | -3/+3 |
2025-01-14 | net: sched: calls synchronize_net() only when needed | Eric Dumazet | 1 | -11/+11 |
2025-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -66/+77 |
2025-01-09 | sched: sch_cake: add bounds checks to host bulk flow fairness counts | Toke Høiland-Jørgensen | 1 | -65/+75 |
2025-01-07 | net: watchdog: rename __dev_watchdog_up() and dev_watchdog_down() | Eric Dumazet | 1 | -19/+14 |
2025-01-04 | net_sched: cls_flow: validate TCA_FLOW_RSHIFT attribute | Eric Dumazet | 1 | -1/+2 |
2024-12-18 | ptr_ring: do not block hard interrupts in ptr_ring_resize_multiple() | Eric Dumazet | 1 | -2/+2 |
2024-12-17 | net/sched: Add drop reasons for AQM-based qdiscs | Toke Høiland-Jørgensen | 7 | -10/+21 |
2024-12-12 | net_sched: sch_cake: Add drop reasons | Toke Høiland-Jørgensen | 1 | -20/+23 |
2024-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+16 |
2024-12-11 | net/sched: netem: account for backlog updates from child qdisc | Martin Ottens | 1 | -6/+16 |
2024-12-05 | net_sched: sch_sfq: don't allow 1 packet limit | Octavian Purdila | 1 | -0/+4 |
2024-12-05 | net_sched: sch_fq: add three drop_reason | Eric Dumazet | 1 | -4/+10 |
2024-12-04 | net: sched: fix ordering of qlen adjustment | Lion Ackermann | 2 | -2/+2 |
2024-12-04 | net: sched: fix erspan_opt settings in cls_flower | Xin Long | 1 | -2/+3 |
2024-11-30 | net/sched: tbf: correct backlog statistic for GSO packets | Martin Ottens | 1 | -6/+12 |
2024-11-28 | net_sched: sch_fq: don't follow the fast path if Tx is behind now | Jakub Kicinski | 1 | -0/+6 |
2024-11-21 | Merge tag 'net-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 17 | -162/+179 |
2024-11-19 | Merge tag 'random-6.13-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+1 |
2024-11-14 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -4/+14 |
2024-11-12 | net: sched: cls_u32: Fix u32's systematic failure to free IDR entries for hno... | Alexandre Ferrieux | 1 | -4/+14 |
2024-11-12 | net: sched: cls_api: improve the error message for ID allocation failure | Jakub Kicinski | 1 | -14/+25 |
2024-11-11 | net: convert to nla_get_*_default() | Johannes Berg | 12 | -45/+33 |
2024-10-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -1/+2 |
2024-10-29 | net/sched: sch_api: fix xa_insert() error path in tcf_block_get_ext() | Vladimir Oltean | 1 | -0/+1 |
2024-10-29 | net/sched: stop qdisc_tree_reduce_backlog on TC_H_ROOT | Pedro Tammela | 1 | -1/+1 |
2024-10-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 3 | -9/+43 |
2024-10-23 | net: sched: use RCU read-side critical section in taprio_dump() | Dmitry Antipov | 1 | -6/+12 |
2024-10-23 | net: sched: fix use-after-free in taprio_change() | Dmitry Antipov | 1 | -1/+2 |
2024-10-23 | net/sched: act_api: unexport tcf_action_dump_1() | Vladimir Oltean | 1 | -45/+44 |
2024-10-23 | net/sched: act_api: deny mismatched skip_sw/skip_hw flags for actions created... | Vladimir Oltean | 1 | -1/+22 |
2024-10-21 | net: fix races in netdev_tx_sent_queue()/dev_watchdog() | Eric Dumazet | 1 | -1/+7 |
2024-10-15 | net: sched: Use rtnl_register_many(). | Kuniyuki Iwashima | 3 | -24/+34 |
2024-10-15 | net/sched: cbs: Fix integer overflow in cbs_set_port_rate() | Elena Salomatkina | 1 | -1/+1 |
2024-10-14 | net_sched: sch_fq: prepare for TIME_WAIT sockets | Eric Dumazet | 1 | -1/+2 |
2024-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+6 |
2024-10-09 | net_sched: sch_sfq: handle bigger packets | Eric Dumazet | 1 | -26/+13 |
2024-10-08 | net/sched: accept TCA_STAB only for root qdisc | Eric Dumazet | 1 | -1/+6 |
2024-10-04 | net_sched: sch_fq: add the ability to offload pacing | Jeffrey Ji | 1 | -6/+27 |
2024-10-03 | netem: Include <linux/prandom.h> in sch_netem.c | Uros Bizjak | 1 | -0/+1 |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
2024-09-10 | sch_cake: constify inverse square root cache | Dave Taht | 1 | -35/+18 |
2024-09-08 | net: sched: consistently use rcu_replace_pointer() in taprio_change() | Dmitry Antipov | 1 | -1/+3 |
2024-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -9/+11 |
2024-09-05 | sched: sch_cake: fix bulk flow accounting logic for host fairness | Toke Høiland-Jørgensen | 1 | -4/+7 |
2024-09-03 | sch/netem: fix use after free in netem_dequeue | Stephen Hemminger | 1 | -5/+4 |
2024-08-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2024-08-27 | net_sched: sch_fq: fix incorrect behavior for small weights | Eric Dumazet | 1 | -1/+3 |
2024-08-27 | tc: adjust network header after 2nd vlan push | Boris Sukholitko | 1 | -0/+1 |
2024-08-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -18/+29 |
2024-08-20 | netem: fix return value if duplicate enqueue fails | Stephen Hemminger | 1 | -18/+29 |
2024-08-12 | sched: act_ct: avoid -Wflex-array-member-not-at-end warning | Gustavo A. R. Silva | 1 | -3/+1 |
2024-07-26 | sched: act_ct: take care of padding in struct zones_ht_key | Eric Dumazet | 1 | -1/+3 |
2024-07-15 | net/sched: cls_flower: propagate tca[TCA_OPTIONS] to NL_REQ_ATTR_CHECK | Asbjørn Sloth Tønnesen | 1 | -14/+20 |
2024-07-15 | flow_dissector: set encapsulation control flags for non-IP | Asbjørn Sloth Tønnesen | 1 | -1/+2 |
2024-07-15 | flow_dissector: cleanup FLOW_DISSECTOR_KEY_ENC_FLAGS | Asbjørn Sloth Tønnesen | 1 | -3/+0 |
2024-07-15 | net/sched: cls_flower: rework TCA_FLOWER_KEY_ENC_FLAGS usage | Asbjørn Sloth Tønnesen | 1 | -43/+13 |
2024-07-15 | net/sched: cls_flower: add tunnel flags to fl_{set,dump}_key_flags() | Asbjørn Sloth Tønnesen | 1 | -0/+30 |
2024-07-15 | net/sched: cls_flower: add policy for TCA_FLOWER_KEY_FLAGS | Asbjørn Sloth Tønnesen | 1 | -2/+8 |
2024-07-15 | net/sched: cls_flower: prepare fl_{set,dump}_key_flags() for ENC_FLAGS | Asbjørn Sloth Tønnesen | 1 | -10/+30 |
2024-07-15 | Merge branch 'net-make-timestamping-selectable' | Jakub Kicinski | 1 | -1/+1 |
2024-07-15 | net: Add struct kernel_ethtool_ts_info | Kory Maincent | 1 | -1/+1 |
2024-07-11 | net/sched: act_skbmod: convert comma to semicolon | Chen Ni | 1 | -1/+1 |
2024-07-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -6/+14 |
2024-07-11 | net/sched: Fix UAF when resolving a clash | Chengen Du | 1 | -0/+8 |
2024-07-08 | bpf: Fix too early release of tcx_entry | Daniel Borkmann | 1 | -6/+6 |
2024-07-08 | act_ct: prepare for stolen verdict coming from conntrack and nat engine | Florian Westphal | 1 | -6/+25 |
2024-07-05 | net: sched: act_sample: add action cookie to sample | Adrian Moreno | 1 | -0/+12 |
2024-06-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -7/+12 |
2024-06-18 | sched: act_ct: add netns into the key of tcf_ct_flow_table | Xin Long | 1 | -5/+11 |
2024-06-18 | net/sched: act_api: fix possible infinite loop in tcf_idr_check_alloc() | David Ruth | 1 | -2/+1 |
2024-06-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2024-06-10 | net/sched: initialize noop_qdisc owner | Johannes Berg | 1 | -0/+1 |
2024-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -10/+7 |
2024-06-06 | net: use unrcu_pointer() helper | Eric Dumazet | 1 | -1/+1 |
2024-06-05 | net/sched: taprio: always validate TCA_TAPRIO_ATTR_PRIOMAP | Eric Dumazet | 1 | -9/+6 |
2024-06-05 | net: sched: sch_multiq: fix possible OOB write in multiq_tune() | Hangyu Hua | 1 | -1/+1 |
2024-06-04 | net/sched: cls_flower: add support for matching tunnel control flags | Davide Caratti | 1 | -1/+55 |
2024-06-04 | net: count drops due to missing qdisc as dev->tx_drops | Jakub Kicinski | 1 | -0/+1 |
2024-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -6/+8 |
2024-05-28 | net/sched: taprio: extend minimum interval restriction to entire cycle too | Vladimir Oltean | 1 | -5/+5 |
2024-05-28 | net/sched: taprio: make q->picos_per_byte available to fill_sched_entry() | Vladimir Oltean | 1 | -1/+3 |
2024-05-23 | net: Rename mono_delivery_time to tstamp_type for scalabilty | Abhishek Chauhan | 2 | -4/+4 |
2024-05-09 | net/sched: adjust device watchdog timer to detect stopped queue at right time | Praveen Kumar Kannoju | 1 | -4/+7 |
2024-05-07 | net: annotate writes on dev->mtu from ndo_change_mtu() | Eric Dumazet | 1 | -1/+1 |
2024-05-07 | rtnetlink: do not depend on RTNL for IFLA_TXQLEN output | Eric Dumazet | 2 | -2/+2 |
2024-05-02 | net_sched: sch_sfq: annotate data-races around q->perturb_period | Eric Dumazet | 1 | -4/+9 |
2024-05-02 | net/sched: unregister lockdep keys in qdisc_create/qdisc_alloc error path | Davide Caratti | 2 | -0/+2 |
2024-04-26 | net/sched: fix false lockdep warning on qdisc root lock | Davide Caratti | 2 | -19/+6 |
2024-04-19 | net_sched: sch_skbprio: implement lockless skbprio_dump() | Eric Dumazet | 1 | -3/+5 |
2024-04-19 | net_sched: sch_pie: implement lockless pie_dump() | Eric Dumazet | 1 | -18/+21 |
2024-04-19 | net_sched: sch_hhf: implement lockless hhf_dump() | Eric Dumazet | 1 | -14/+21 |
2024-04-19 | net_sched: sch_hfsc: implement lockless accesses to q->defcls | Eric Dumazet | 1 | -5/+4 |
2024-04-19 | net_sched: sch_fq_pie: implement lockless fq_pie_dump() | Eric Dumazet | 1 | -27/+34 |
2024-04-19 | net_sched: sch_fq_codel: implement lockless fq_codel_dump() | Eric Dumazet | 1 | -22/+35 |
2024-04-19 | net_sched: sch_fifo: implement lockless __fifo_dump() | Eric Dumazet | 1 | -6/+7 |
2024-04-19 | net_sched: sch_ets: implement lockless ets_dump() | Eric Dumazet | 1 | -11/+14 |
2024-04-19 | net_sched: sch_tfs: implement lockless etf_dump() | Eric Dumazet | 1 | -5/+5 |
2024-04-19 | net_sched: sch_codel: implement lockless codel_dump() | Eric Dumazet | 1 | -11/+18 |
2024-04-19 | net_sched: sch_choke: implement lockless choke_dump() | Eric Dumazet | 1 | -10/+11 |
2024-04-19 | net_sched: sch_cbs: implement lockless cbs_dump() | Eric Dumazet | 1 | -10/+10 |
2024-04-19 | net_sched: cake: implement lockless cake_dump() | Eric Dumazet | 1 | -47/+63 |
2024-04-19 | net_sched: sch_fq: implement lockless fq_dump() | Eric Dumazet | 1 | -39/+69 |
2024-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -0/+1 |
2024-04-17 | net/sched: Fix mirred deadlock on device recursion | Eric Dumazet | 1 | -0/+1 |
2024-04-10 | net: sched: cls_api: fix slab-use-after-free in fl_dump_key | Jianbo Liu | 1 | -1/+1 |
2024-04-09 | net: sched: cake: Optimize the number of function calls and branches in heap ... | Kuan-Wei Chiu | 1 | -1/+1 |
2024-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -6/+6 |
2024-04-04 | net/sched: act_skbmod: prevent kernel-infoleak | Eric Dumazet | 1 | -5/+5 |
2024-04-03 | net/sched: fix lockdep splat in qdisc_tree_reduce_backlog() | Eric Dumazet | 1 | -1/+1 |
2024-04-01 | pfcp: always set pfcp metadata | Michal Swiatkowski | 1 | -0/+107 |
2024-04-01 | ip_tunnel: convert __be16 tunnel flags to bitmaps | Alexander Lobakin | 2 | -31/+32 |
2024-03-29 | netlink: introduce type-checking attribute iteration | Johannes Berg | 2 | -8/+3 |
2024-03-29 | net: sched: make skip_sw actually skip software | Asbjørn Sloth Tønnesen | 1 | -0/+18 |
2024-03-29 | net: sched: cls_api: add filter counter | Asbjørn Sloth Tønnesen | 1 | -0/+19 |
2024-03-29 | net: sched: cls_api: add skip_sw counter | Asbjørn Sloth Tønnesen | 1 | -0/+4 |
2024-03-19 | net/sched: Add module alias for sch_fq_pie | Michal Koutný | 1 | -0/+2 |
2024-03-13 | net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check | Eric Dumazet | 1 | -1/+2 |
2024-03-12 | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 60 | -94/+90 |
2024-03-11 | Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+1 |
2024-03-07 | net: move dev_tx_weight to net_hotdata | Eric Dumazet | 1 | -1/+2 |
2024-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -22/+19 |
2024-02-21 | net/sched: flower: Add lock protection when remove filter handle | Jianbo Liu | 1 | -1/+4 |
2024-02-19 | net: sched: Annotate struct tc_pedit with __counted_by | Kees Cook | 1 | -1/+1 |
2024-02-16 | net/sched: act_mirred: don't override retval if we already lost the skb | Jakub Kicinski | 1 | -12/+10 |
2024-02-16 | net/sched: act_mirred: use the backlog for mirred ingress | Jakub Kicinski | 1 | -9/+5 |
2024-02-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -2/+6 |
2024-02-14 | Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe... | Ingo Molnar | 1 | -1/+1 |
2024-02-13 | net: sched: codel replace GPLv2/BSD boilerplate | Stephen Hemminger | 1 | -31/+1 |
2024-02-13 | net: sched: Remove NET_ACT_IPT from Kconfig | Harshit Mogalapalli | 1 | -10/+0 |
2024-02-09 | net: fill in MODULE_DESCRIPTION()s for net/sched | Breno Leitao | 6 | -0/+6 |
2024-02-09 | net/sched: act_mirred: Don't zero blockid when net device is being deleted | Victor Nogueira | 1 | -2/+0 |
2024-02-02 | net/sched: Remove alias of sch_clsact | Michal Koutný | 1 | -1/+0 |
2024-02-02 | net/sched: Load modules via their alias | Michal Koutný | 3 | -4/+4 |
2024-02-02 | net/sched: Add module aliases for cls_,sch_,act_ modules | Michal Koutný | 55 | -0/+56 |
2024-01-29 | taprio: validate TCA_TAPRIO_ATTR_FLAGS through policy instead of open-coding | Alessandro Marcolini | 1 | -46/+26 |
2024-01-24 | net/sched: flower: Fix chain template offload | Ido Schimmel | 2 | -1/+31 |
2024-01-13 | net: sched: track device in tcf_block_get/put_ext() only for clsact binder types | Jiri Pirko | 1 | -2/+10 |
2024-01-10 | x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE | Breno Leitao | 1 | -1/+1 |
2024-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -6/+6 |
2024-01-07 | net/sched: simplify tc_action_load_ops parameters | Pedro Tammela | 2 | -8/+7 |
2024-01-05 | net/sched: act_ct: fix skb leak and crash on ooo frags | Tao Liu | 1 | -6/+6 |
2024-01-05 | net: sched: move block device tracking into tcf_block_get/put_ext() | Jiri Pirko | 3 | -55/+14 |
2024-01-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+3 |
2024-01-03 | net/sched: sch_api: conditional netlink notifications | Pedro Tammela | 1 | -11/+68 |
2024-01-03 | net/sched: introduce ACT_P_BOUND return code | Pedro Tammela | 20 | -21/+21 |
2024-01-03 | net/sched: cls_api: complement tcf_tfilter_dump_policy | Lin Ma | 1 | -0/+1 |
2024-01-02 | net/sched: Retire ipt action | Jamal Hadi Salim | 2 | -465/+0 |
2024-01-01 | net: sched: em_text: fix possible memory leak in em_text_destroy() | Hangyu Hua | 1 | -1/+3 |
2023-12-26 | net/sched: act_mirred: Allow mirred to block | Victor Nogueira | 1 | -2/+117 |
2023-12-26 | net/sched: act_mirred: Add helper function tcf_mirred_replace_dev | Victor Nogueira | 1 | -4/+12 |
2023-12-26 | net/sched: act_mirred: Create function tcf_mirred_to_dev and improve readability | Victor Nogueira | 1 | -57/+72 |
2023-12-26 | net/sched: cls_api: Expose tc block to the datapath | Victor Nogueira | 1 | -1/+2 |
2023-12-26 | net/sched: Introduce tc block netdev tracking infra | Victor Nogueira | 3 | -1/+60 |
2023-12-20 | net: sched: Add initial TC error skb drop reasons | Victor Nogueira | 2 | -9/+16 |
2023-12-20 | net: sched: Move drop_reason to struct tc_skb_cb | Victor Nogueira | 2 | -16/+9 |