index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sched
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-13
net_sched: restore "mpu xxx" handling
Kevin Bracey
1
-0
/
+1
2022-01-13
sch_api: Don't skip qdisc attach on ingress
Maxim Mikityanskiy
1
-1
/
+1
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-0
/
+8
2022-01-09
net: openvswitch: Fix ct_state nat flags for conns arriving from tc
Paul Blakey
2
-0
/
+8
2022-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
Jakub Kicinski
1
-4
/
+3
2022-01-09
net: prefer nf_ct_put instead of nf_conntrack_put
Florian Westphal
1
-3
/
+3
2022-01-09
netfilter: conntrack: convert to refcount_t api
Florian Westphal
1
-1
/
+0
2022-01-07
sch_cake: revise Diffserv docs
Kevin Bracey
1
-20
/
+20
2022-01-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-4
/
+2
2022-01-05
net/sched: add missing tracker information in qdisc_create()
Eric Dumazet
1
-1
/
+1
2022-01-04
sch_qfq: prevent shift-out-of-bounds in qfq_init_qdisc
Eric Dumazet
1
-4
/
+2
2022-01-04
net/sched: act_ct: Fill offloading tuple iifidx
Paul Blakey
1
-0
/
+27
2021-12-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+1
2021-12-29
net: Don't include filter.h from net/sock.h
Jakub Kicinski
1
-0
/
+1
2021-12-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-12
/
+19
2021-12-23
flow_offload: fix suspicious RCU usage when offloading tc action
Baowen Zheng
1
-2
/
+9
2021-12-21
net/sched: use min() macro instead of doing it manually
Yang Li
1
-3
/
+3
2021-12-19
flow_offload: validate flags of filter and actions
Baowen Zheng
5
-19
/
+47
2021-12-19
flow_offload: add reoffload process to update hw_count
Baowen Zheng
1
-17
/
+235
2021-12-19
net: sched: save full flags for tc action
Baowen Zheng
1
-3
/
+5
2021-12-19
flow_offload: add process to update action stats from hardware
Baowen Zheng
1
-0
/
+34
2021-12-19
flow_offload: rename exts stats update functions with hw
Baowen Zheng
2
-11
/
+11
2021-12-19
flow_offload: add skip_hw and skip_sw to control if offload the action
Baowen Zheng
1
-6
/
+77
2021-12-19
flow_offload: allow user to offload tc action to net device
Baowen Zheng
13
-15
/
+197
2021-12-19
flow_offload: add ops to tc_action_ops for flow action setup
Baowen Zheng
13
-208
/
+394
2021-12-19
flow_offload: rename offload functions with offload instead of flow
Baowen Zheng
3
-14
/
+14
2021-12-19
flow_offload: add index to flow_action_entry structure
Baowen Zheng
1
-2
/
+1
2021-12-19
flow_offload: fill flags to action structure
Baowen Zheng
14
-14
/
+14
2021-12-17
net: openvswitch: Fix matching zone id for invalid conns arriving from tc
Paul Blakey
1
-0
/
+1
2021-12-17
net/sched: flow_dissector: Fix matching on zone id for invalid conns
Paul Blakey
2
-1
/
+3
2021-12-17
net/sched: Extend qdisc control block with tc control block
Paul Blakey
4
-11
/
+15
2021-12-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-7
/
+4
2021-12-14
flow_offload: return EOPNOTSUPP for the unsupported mpls action type
Baowen Zheng
1
-0
/
+1
2021-12-13
net/sched: sch_ets: don't remove idle classes from the round-robin list
Davide Caratti
1
-2
/
+2
2021-12-10
sch_cake: do not call cake_destroy() from cake_init()
Eric Dumazet
1
-5
/
+1
2021-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-12-09
net/sched: fq_pie: prevent dismantle issue
Eric Dumazet
1
-0
/
+1
2021-12-07
net: sched: act_mirred: add net device refcount tracker
Eric Dumazet
1
-8
/
+10
2021-12-07
net: watchdog: add net device refcount tracker
Eric Dumazet
1
-4
/
+6
2021-12-06
net/sched: add net device refcount tracker to struct Qdisc
Eric Dumazet
1
-2
/
+2
2021-12-03
net/sched: act_ct: Offload only ASSURED connections
Chris Mi
1
-1
/
+2
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+5
2021-11-26
net/sched: sch_ets: don't peek at classes beyond 'nbands'
Davide Caratti
1
-3
/
+5
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-3
/
+8
2021-11-17
net: no longer stop all TX queues in dev_watchdog()
Eric Dumazet
1
-3
/
+5
2021-11-17
net: do not inline netif_tx_lock()/netif_tx_unlock()
Eric Dumazet
1
-0
/
+51
2021-11-17
net: annotate accesses to queue->trans_start
Eric Dumazet
1
-4
/
+4
2021-11-17
net: use an atomic_long_t for queue->trans_timeout
Eric Dumazet
1
-1
/
+1
2021-11-16
net: sched: act_mirred: drop dst for the direction from egress to ingress
Xin Long
1
-3
/
+8
2021-11-15
net: sched: sch_netem: Refactor code in 4-state loss generator
Harshit Mogalapalli
1
-9
/
+9
[next]