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
2020-05-06
net: flow_offload: skip hw stats check for FLOW_ACTION_HW_STATS_DONT_CARE
Pablo Neira Ayuso
1
-2
/
+12
2020-05-04
net_sched: fix tcm_parent in tc filter dump
Cong Wang
1
-4
/
+4
2020-05-03
net_sched: sch_skbprio: add message validation to skbprio_change()
Eric Dumazet
1
-0
/
+3
2020-04-27
sch_sfq: validate silly quantum values
Eric Dumazet
1
-0
/
+9
2020-04-27
sch_choke: avoid potential panic in choke_reset()
Eric Dumazet
1
-1
/
+2
2020-04-27
fq_codel: fix TCA_FQ_CODEL_DROP_BATCH_SIZE sanity checks
Eric Dumazet
1
-1
/
+1
2020-04-22
sched: etf: do not assume all sockets are full blown
Eric Dumazet
1
-3
/
+4
2020-04-07
net: sched: Fix setting last executed chain on skb extension
Paul Blakey
1
-0
/
+1
2020-04-03
net_sched: fix a missing refcnt in tcindex_init()
Cong Wang
1
-0
/
+1
2020-04-01
net_sched: add a temporary refcnt for struct tcindex_data
Cong Wang
1
-6
/
+38
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+3
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
1
-1
/
+1
2020-03-30
bpf: Add socket assign support
Joe Stringer
1
-0
/
+3
2020-03-30
net: sched: expose HW stats types per action used by drivers
Jiri Pirko
3
-2
/
+11
2020-03-30
net: introduce nla_put_bitfield32() helper and use it
Jiri Pirko
2
-21
/
+10
2020-03-27
netfilter: flowtable: Fix incorrect tc_setup_type type
wenxu
1
-1
/
+1
2020-03-26
cls_flower: Add extack support for flags key
Guillaume Nault
1
-4
/
+7
2020-03-26
cls_flower: Add extack support for src and dst port range options
Guillaume Nault
1
-8
/
+18
2020-03-26
cls_flower: Add extack support for mpls options
Guillaume Nault
1
-5
/
+18
2020-03-26
sched: act_pedit: Implement stats_update callback
Petr Machata
1
-0
/
+11
2020-03-26
sched: act_skbedit: Implement stats_update callback
Petr Machata
1
-0
/
+11
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-8
/
+19
2020-03-25
net: Fix CONFIG_NET_CLS_ACT=n and CONFIG_NFT_FWD_NETDEV={y, m} build
Pablo Neira Ayuso
1
-4
/
+2
2020-03-24
net: cbs: Fix software cbs to consider packet sending time
Zh-yuan Ye
1
-1
/
+11
2020-03-23
net: sched: rename more stats_types
Jakub Kicinski
2
-25
/
+23
2020-03-19
net: tc_skbedit: Make the skbedit priority offloadable
Petr Machata
1
-0
/
+3
2020-03-18
net: sched: Fix hw_stats_type setting in pedit loop
Petr Machata
1
-1
/
+1
2020-03-18
net/sched: act_ct: Fix leak of ct zone template on replace
Paul Blakey
1
-1
/
+1
2020-03-17
net_sched: sch_fq: enable use of hrtimer slack
Eric Dumazet
1
-4
/
+17
2020-03-17
net_sched: do not reprogram a timer about to expire
Eric Dumazet
1
-2
/
+7
2020-03-17
net_sched: add qdisc_watchdog_schedule_range_ns()
Eric Dumazet
1
-5
/
+7
2020-03-17
net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*
Jakub Kicinski
1
-3
/
+3
2020-03-16
net: sched: set the hw_stats_type in pedit loop
Jiri Pirko
1
-0
/
+1
2020-03-16
net_sched: cls_route: remove the right filter from hashtable
Cong Wang
1
-2
/
+2
2020-03-14
net: sched: RED: Introduce an ECN nodrop mode
Petr Machata
1
-6
/
+25
2020-03-14
net: sched: Allow extending set of supported RED flags
Petr Machata
1
-3
/
+40
2020-03-14
net_sched: keep alloc_hash updated after hash allocation
Cong Wang
1
-0
/
+1
2020-03-14
net_sched: hold rtnl lock in tcindex_partial_destroy_work()
Cong Wang
1
-0
/
+2
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+11
2020-03-12
net/sched: act_ct: Enable hardware offload of flow table entires
Paul Blakey
2
-0
/
+3
2020-03-12
net/sched: act_ct: Support refreshing the flow table entries
Paul Blakey
1
-0
/
+1
2020-03-12
net/sched: act_ct: Support restoring conntrack info on skbs
Paul Blakey
1
-0
/
+16
2020-03-12
net/sched: act_ct: Instantiate flow table entry actions
Paul Blakey
1
-0
/
+207
2020-03-12
Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...
David S. Miller
3
-18
/
+99
2020-03-12
taprio: Fix sending packets without dequeueing them
Vinicius Costa Gomes
1
-3
/
+9
2020-03-12
Revert "net: sched: make newly activated qdiscs visible"
Julian Wiedmann
1
-21
/
+0
2020-03-11
net: sched: make newly activated qdiscs visible
Julian Wiedmann
1
-0
/
+21
2020-03-09
net: sched: pie: change tc_pie_xstats->prob
Leslie Monis
1
-1
/
+1
2020-03-08
net/sched: act_ct: fix lockdep splat in tcf_ct_flow_table_get
Eric Dumazet
1
-13
/
+11
2020-03-08
sched: act: allow user to specify type of HW stats for a filter
Jiri Pirko
2
-0
/
+43
[next]