index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sched: cls_u32: fix possible leak in u32_init_knode()
Eric Dumazet
2022-04-15
1
-4
/
+4
*
net/sched: cls_u32: fix netns refcount changes in u32_change()
Eric Dumazet
2022-04-15
1
-6
/
+10
*
net/sched: taprio: Check if socket flags are valid
Benedikt Spranger
2022-04-11
1
-1
/
+2
*
net/sched: fix initialization order when updating chain 0 head
Marcelo Ricardo Leitner
2022-04-08
1
-1
/
+1
*
net/sched: flower: fix parsing of ethertype following VLAN header
Vlad Buslov
2022-04-08
1
-5
/
+13
*
net/sched: act_ct: fix ref leak when switching zones
Marcelo Ricardo Leitner
2022-03-26
1
-6
/
+9
*
net/sched: add vlan push_eth and pop_eth action to the hardware IR
Maor Dickman
2022-03-16
1
-0
/
+13
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-03-15
1
-24
/
+91
|
\
|
*
act_ct: Support GRE offload
Toshiaki Makita
2022-03-03
1
-24
/
+91
*
|
net/sched: Allow flower to match on GTP options
Wojciech Drewek
2022-03-11
1
-0
/
+116
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-03-03
1
-4
/
+9
|
\
\
|
*
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2022-03-01
1
-4
/
+9
|
|
\
\
|
|
*
|
net/sched: act_ct: Fix flow table lookup failure with no originating ifindex
Paul Blakey
2022-03-01
1
-4
/
+9
*
|
|
|
bpf: Keep the (rcv) timestamp behavior for the existing tc-bpf@ingress
Martin KaFai Lau
2022-03-03
2
-0
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
flow_offload: improve extack msg for user when adding invalid filter
Baowen Zheng
2022-03-02
1
-0
/
+2
*
|
|
net: flow_offload: add tc police action parameters
Jianbo Liu
2022-02-28
1
-0
/
+46
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-24
2
-6
/
+1
|
\
|
|
|
*
|
net: sched: avoid newline at end of message in NL_SET_ERR_MSG_MOD
Wan Jiabing
2022-02-23
1
-1
/
+1
|
|
/
|
*
net/sched: act_ct: Fix flow table lookup after ct clear or switching zones
Paul Blakey
2022-02-18
1
-5
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-02-17
4
-29
/
+41
|
\
|
|
*
net: sched: limit TC_ACT_REPEAT loops
Eric Dumazet
2022-02-16
1
-3
/
+10
|
*
net_sched: add __rcu annotation to netdev->qdisc
Eric Dumazet
2022-02-14
3
-26
/
+31
*
|
net/sched: act_police: more accurate MTU policing
Davide Caratti
2022-02-14
1
-1
/
+15
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
2022-02-09
1
-13
/
+0
|
\
\
|
*
|
netfilter: conntrack: remove extension register api
Florian Westphal
2022-02-04
1
-11
/
+0
|
*
|
netfilter: conntrack: move extension sizes into core
Florian Westphal
2022-02-04
1
-1
/
+0
|
*
|
netfilter: conntrack: make all extensions 8-byte alignned
Florian Westphal
2022-02-04
1
-1
/
+0
|
|
/
*
/
net/sched: Enable tc skb ext allocation on chain miss only when needed
Paul Blakey
2022-02-05
1
-13
/
+32
|
/
*
net: sched: fix use-after-free in tc_new_tfilter()
Eric Dumazet
2022-02-01
1
-4
/
+7
*
sch_htb: Fail on unsupported parameters when offload is requested
Maxim Mikityanskiy
2022-01-25
1
-0
/
+20
*
net: sched: Clarify error message when qdisc kind is unknown
Victor Nogueira
2022-01-20
1
-1
/
+1
*
net_sched: restore "mpu xxx" handling
Kevin Bracey
2022-01-13
1
-0
/
+1
*
sch_api: Don't skip qdisc attach on ingress
Maxim Mikityanskiy
2022-01-13
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-09
2
-0
/
+8
|
\
|
*
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
2022-01-09
2
-0
/
+8
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
2022-01-09
1
-4
/
+3
|
\
\
|
*
|
net: prefer nf_ct_put instead of nf_conntrack_put
Florian Westphal
2022-01-09
1
-3
/
+3
|
*
|
netfilter: conntrack: convert to refcount_t api
Florian Westphal
2022-01-09
1
-1
/
+0
*
|
|
sch_cake: revise Diffserv docs
Kevin Bracey
2022-01-07
1
-20
/
+20
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-01-05
1
-4
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
Eric Dumazet
2022-01-04
1
-4
/
+2
*
|
|
net/sched: add missing tracker information in qdisc_create()
Eric Dumazet
2022-01-05
1
-1
/
+1
*
|
|
net/sched: act_ct: Fill offloading tuple iifidx
Paul Blakey
2022-01-04
1
-0
/
+27
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2021-12-31
1
-0
/
+1
|
\
\
\
|
*
|
|
net: Don't include filter.h from net/sock.h
Jakub Kicinski
2021-12-29
1
-0
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-12-23
4
-12
/
+19
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
net: openvswitch: Fix matching zone id for invalid conns arriving from tc
Paul Blakey
2021-12-17
1
-0
/
+1
|
*
|
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
2021-12-17
2
-1
/
+3
|
*
|
net/sched: Extend qdisc control block with tc control block
Paul Blakey
2021-12-17
4
-11
/
+15
*
|
|
flow_offload: fix suspicious RCU usage when offloading tc action
Baowen Zheng
2021-12-23
1
-2
/
+9
[next]