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: fix qdisc_tree_decrease_qlen() races
Eric Dumazet
2015-12-03
4
-14
/
+23
*
net_sched: em_meta: use skb_to_full_sk() helper
Eric Dumazet
2015-11-08
1
-46
/
+92
*
sched: cls_flow: use skb_to_full_sk() helper
Eric Dumazet
2015-11-08
1
-4
/
+11
*
net: sched: kill dead code in sch_choke.c
Phil Sutter
2015-11-03
1
-59
/
+0
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-10-20
2
-5
/
+24
|
\
|
*
sch_hhf: fix return value of hhf_drop()
WANG Cong
2015-10-11
1
-1
/
+10
|
*
act_mirred: clear sender cpu before sending to tx
WANG Cong
2015-10-08
1
-0
/
+1
|
*
act_mirred: always release tcf hash
WANG Cong
2015-10-05
1
-3
/
+3
|
*
act_mirred: fix a race condition on mirred_list
WANG Cong
2015-10-05
1
-1
/
+10
*
|
net: synack packets can be attached to request sockets
Eric Dumazet
2015-10-11
1
-1
/
+2
*
|
net/sched: make sch_blackhole.c explicitly non-modular
Paul Gortmaker
2015-10-09
1
-12
/
+3
*
|
sched, bpf: add helper for retrieving routing realms
Daniel Borkmann
2015-10-03
1
-2
/
+6
*
|
tcp: attach SYNACK messages to request sockets instead of listener
Eric Dumazet
2015-10-03
1
-5
/
+7
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-09-26
1
-15
/
+15
|
\
|
|
*
net: revert "net_sched: move tp->root allocation into fw_init()"
WANG Cong
2015-09-24
1
-15
/
+15
*
|
cls_bpf: further limit exec opcodes subset
Daniel Borkmann
2015-09-23
1
-3
/
+0
*
|
cls_bpf: make binding to classid optional
Daniel Borkmann
2015-09-23
1
-9
/
+8
*
|
cls_bpf: also dump TCA_BPF_FLAGS
Daniel Borkmann
2015-09-23
1
-3
/
+8
*
|
netfilter: nf_conntrack: Add a struct net parameter to l4_pkt_to_tuple
Eric W. Biederman
2015-09-18
1
-1
/
+1
*
|
act_connmark: Remember the struct net instead of guessing it.
Eric W. Biederman
2015-09-18
1
-1
/
+2
*
|
netfilter: x_tables: Pass struct net in xt_action_param
Eric W. Biederman
2015-09-18
2
-0
/
+2
*
|
sch_dsmark: improve memory locality
Eric Dumazet
2015-09-17
1
-30
/
+33
*
|
bpf: add bpf_redirect() helper
Alexei Starovoitov
2015-09-17
2
-0
/
+2
*
|
cls_bpf: introduce integrated actions
Daniel Borkmann
2015-09-17
1
-11
/
+49
|
/
*
flow_dissector: Add flags argument to skb_flow_dissector functions
Tom Herbert
2015-09-01
3
-4
/
+4
*
net: sched: don't break line in tc_classify loop notification
Daniel Borkmann
2015-08-28
1
-5
/
+4
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-27
1
-0
/
+13
|
\
|
*
cls_u32: complete the check for non-forced case in u32_destroy()
WANG Cong
2015-08-25
1
-0
/
+13
*
|
net: sched: simplify attach_one_default_qdisc()
Phil Sutter
2015-08-27
1
-29
/
+12
*
|
net: sched: register noqueue qdisc
Phil Sutter
2015-08-27
2
-1
/
+12
*
|
net: sched: ignore tx_queue_len when assigning default qdisc
Phil Sutter
2015-08-27
1
-2
/
+1
*
|
net: sched: consolidate tc_classify{,_compat}
Daniel Borkmann
2015-08-27
14
-43
/
+38
*
|
net_sched: act_bpf: remove spinlock in fast path
Alexei Starovoitov
2015-08-26
1
-17
/
+19
*
|
net_sched: convert rsvp to call tcf_exts_destroy from rcu callback
Alexei Starovoitov
2015-08-26
1
-4
/
+14
*
|
net_sched: convert tcindex to call tcf_exts_destroy from rcu callback
Alexei Starovoitov
2015-08-26
1
-4
/
+25
*
|
net_sched: act_bpf: remove unnecessary copy
Alexei Starovoitov
2015-08-26
1
-1
/
+1
*
|
net_sched: make tcf_hash_destroy() static
Alexei Starovoitov
2015-08-26
1
-2
/
+1
*
|
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
Pablo Neira Ayuso
2015-08-21
9
-25
/
+38
|
\
\
|
*
|
net: sched: drop all special handling of tx_queue_len == 0
Phil Sutter
2015-08-18
5
-17
/
+9
|
*
|
net: Change pseudohdr argument of inet_proto_csum_replace* to be a bool
Tom Herbert
2015-08-17
1
-3
/
+4
|
*
|
net: sch_generic: react upon IFF_NO_QUEUE flag
Phil Sutter
2015-08-17
1
-2
/
+4
|
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-08-13
2
-3
/
+21
|
|
\
|
|
|
*
act_mirred: avoid calling tcf_hash_release() when binding
WANG Cong
2015-08-03
1
-0
/
+2
|
|
*
fq_codel: explicitly reset flows in ->reset()
Eric Dumazet
2015-08-02
1
-3
/
+19
*
|
|
netfilter: nf_conntrack: add direction support for zones
Daniel Borkmann
2015-08-18
1
-0
/
+1
*
|
|
netfilter: nf_conntrack: push zone object into functions
Daniel Borkmann
2015-08-11
1
-1
/
+4
|
/
/
*
|
act_bpf: properly support late binding of bpf action to a classifier
Daniel Borkmann
2015-08-03
1
-24
/
+27
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2015-07-31
5
-26
/
+57
|
\
|
|
*
act_pedit: check binding before calling tcf_hash_release()
WANG Cong
2015-07-31
1
-3
/
+2
|
*
net: sched: fix refcount imbalance in actions
Daniel Borkmann
2015-07-30
1
-5
/
+6
[prev]
[next]