index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-03-23
tcp: add one skb cache for tx
Eric Dumazet
1
-27
/
+23
2019-03-23
net: convert rps_needed and rfs_needed to new static branch api
Eric Dumazet
3
-11
/
+11
2019-03-23
net: dev: introduce support for sch BYPASS for lockless qdisc
Paolo Abeni
1
-0
/
+9
2019-03-23
net: sched: add empty status flag for NOLOCK qdisc
Paolo Abeni
1
-0
/
+3
2019-03-23
rxrpc: avoid clang -Wuninitialized warning
Arnd Bergmann
1
-6
/
+5
2019-03-23
tipc: tipc clang warning
Jon Maloy
1
-3
/
+4
2019-03-23
tcp: remove conditional branches from tcp_mstamp_refresh()
Eric Dumazet
1
-6
/
+2
2019-03-23
net: sched: fix cleanup NULL pointer exception in act_mirr
John Hurley
1
-2
/
+5
2019-03-23
SUNRPC: Don't let RPC_SOFTCONN tasks time out if the transport is connected
Trond Myklebust
1
-1
/
+11
2019-03-22
bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACT
Peter Oskolkov
1
-0
/
+2
2019-03-22
bpf: add bpf_skb_adjust_room encap flags
Willem de Bruijn
1
-5
/
+61
2019-03-22
bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSO
Willem de Bruijn
1
-11
/
+27
2019-03-22
bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MAC
Willem de Bruijn
1
-18
/
+20
2019-03-22
bpf: in bpf_skb_adjust_room avoid copy in tx fast path
Willem de Bruijn
1
-1
/
+1
2019-03-22
genetlink: make policy common to family
Johannes Berg
26
-330
/
+32
2019-03-22
xfrm: Replace hrtimer tasklet with softirq hrtimer
Thomas Gleixner
1
-12
/
+18
2019-03-21
bpf: add helper to check for a valid SYN cookie
Lorenz Bauer
1
-0
/
+72
2019-03-21
bpf: add skc_lookup_tcp helper
Lorenz Bauer
1
-22
/
+122
2019-03-21
net: sched: flower: set unlocked flag for flower proto ops
Vlad Buslov
1
-2
/
+1
2019-03-21
net: sched: flower: track rtnl lock state
Vlad Buslov
1
-26
/
+56
2019-03-21
net: sched: flower: protect flower classifier state with spinlock
Vlad Buslov
1
-7
/
+32
2019-03-21
net: sched: flower: handle concurrent tcf proto deletion
Vlad Buslov
1
-0
/
+8
2019-03-21
net: sched: flower: handle concurrent filter insertion in fl_change
Vlad Buslov
1
-0
/
+9
2019-03-21
net: sched: flower: protect masks list with spinlock
Vlad Buslov
1
-0
/
+8
2019-03-21
net: sched: flower: handle concurrent mask insertion
Vlad Buslov
1
-7
/
+34
2019-03-21
net: sched: flower: add reference counter to flower mask
Vlad Buslov
1
-5
/
+17
2019-03-21
net: sched: flower: track filter deletion with flag
Vlad Buslov
1
-10
/
+29
2019-03-21
net: sched: flower: introduce reference counting for filters
Vlad Buslov
1
-14
/
+82
2019-03-21
net: sched: flower: refactor fl_change
Vlad Buslov
1
-39
/
+41
2019-03-21
net: sched: flower: don't check for rtnl on head dereference
Vlad Buslov
1
-7
/
+17
2019-03-21
net: dst: remove gc leftovers
Julian Wiedmann
2
-18
/
+1
2019-03-21
net-sysfs: Fix memory leak in netdev_register_kobject
Wang Hai
1
-5
/
+9
2019-03-21
ipv6: Remove fallback argument from ip6_hold_safe
David Ahern
1
-7
/
+6
2019-03-21
ipv4: Allow amount of dirty memory from fib resizing to be controllable
David Ahern
2
-6
/
+17
2019-03-21
net/sched: let actions use RCU to access 'goto_chain'
Davide Caratti
2
-9
/
+11
2019-03-21
net/sched: act_vlan: validate the control action inside init()
Davide Caratti
1
-3
/
+17
2019-03-21
net/sched: act_tunnel_key: validate the control action inside init()
Davide Caratti
1
-2
/
+16
2019-03-21
net/sched: act_skbmod: validate the control action inside init()
Davide Caratti
1
-3
/
+16
2019-03-21
net/sched: act_skbedit: validate the control action inside init()
Davide Caratti
1
-3
/
+16
2019-03-21
net/sched: act_simple: validate the control action inside init()
Davide Caratti
1
-14
/
+38
2019-03-21
net/sched: act_sample: validate the control action inside init()
Davide Caratti
1
-3
/
+16
2019-03-21
net/sched: act_police: validate the control action inside init()
Davide Caratti
1
-1
/
+11
2019-03-21
net/sched: act_pedit: validate the control action inside init()
Davide Caratti
1
-2
/
+14
2019-03-21
net/sched: act_nat: validate the control action inside init()
Davide Caratti
1
-1
/
+11
2019-03-21
net/sched: act_connmark: validate the control action inside init()
Davide Caratti
1
-3
/
+18
2019-03-21
net/sched: act_mirred: validate the control action inside init()
Davide Caratti
1
-4
/
+17
2019-03-21
net/sched: act_ife: validate the control action inside init()
Davide Caratti
1
-13
/
+20
2019-03-21
net/sched: act_gact: validate the control action inside init()
Davide Caratti
1
-1
/
+12
2019-03-21
net/sched: act_csum: validate the control action inside init()
Davide Caratti
1
-3
/
+17
2019-03-21
net/sched: act_bpf: validate the control action inside init()
Davide Caratti
1
-5
/
+18
[prev]
[next]