index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
Kconfig
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-13
net: sched: act_connmark method rename for grep-ability and consistency
Jamal Hadi Salim
1
-3
/
+3
2018-08-13
cpumask: make cpumask_next_wrap available without smp
Willem de Bruijn
1
-0
/
+7
2018-08-13
r8169: don't use MSI-X on RTL8168g
Heiner Kallweit
1
-0
/
+5
2018-08-13
net: nixge: Don't store skb in app4 field of descriptor
Moritz Fischer
1
-1
/
+0
2018-08-13
net: nixge: Do not zero application specific fields in desc
Moritz Fischer
1
-10
/
+0
2018-08-13
l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
Wei Wang
1
-1
/
+1
2018-08-13
ipv6: Add icmp_echo_ignore_all support for ICMPv6
Virgile Jarry
5
-4
/
+22
2018-08-13
net/tls: Combined memory allocation for decryption request
Vakul Garg
2
-100
/
+142
2018-08-12
ip: process in-order fragments efficiently
Peter Oskolkov
2
-42
/
+70
2018-08-12
ip: add helpers to process in-order fragments faster.
Peter Oskolkov
2
-0
/
+79
2018-08-11
net: sched: act_police: remove dependency on rtnl lock
Vlad Buslov
1
-3
/
+6
2018-08-11
net: core: protect rate estimator statistics pointer with lock
Vlad Buslov
2
-10
/
+15
2018-08-11
net: sched: act_mirred: remove dependency on rtnl lock
Vlad Buslov
1
-27
/
+51
2018-08-11
net: sched: extend action ops with put_dev callback
Vlad Buslov
3
-1
/
+13
2018-08-11
net: sched: act_vlan: remove dependency on rtnl lock
Vlad Buslov
1
-12
/
+15
2018-08-11
net: sched: act_tunnel_key: remove dependency on rtnl lock
Vlad Buslov
1
-13
/
+13
2018-08-11
net: sched: act_skbmod: remove dependency on rtnl lock
Vlad Buslov
1
-5
/
+9
2018-08-11
net: sched: act_simple: remove dependency on rtnl lock
Vlad Buslov
1
-1
/
+5
2018-08-11
net: sched: act_sample: remove dependency on rtnl lock
Vlad Buslov
1
-2
/
+10
2018-08-11
net: sched: act_pedit: remove dependency on rtnl lock
Vlad Buslov
1
-20
/
+20
2018-08-11
net: sched: act_ipt: remove dependency on rtnl lock
Vlad Buslov
1
-0
/
+3
2018-08-11
net: sched: act_ife: remove dependency on rtnl lock
Vlad Buslov
1
-15
/
+25
2018-08-11
net: sched: act_gact: remove dependency on rtnl lock
Vlad Buslov
1
-2
/
+8
2018-08-11
net: sched: act_csum: remove dependency on rtnl lock
Vlad Buslov
1
-9
/
+15
2018-08-11
net: sched: act_bpf: remove dependency on rtnl lock
Vlad Buslov
1
-3
/
+7
2018-08-11
net/sctp: Replace in/out stream arrays with flex_array
Konstantin Khorenko
2
-26
/
+71
2018-08-11
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
9
-81
/
+103
2018-08-11
tc: Update README and add config
Keara Leibovitz
2
-5
/
+59
2018-08-11
l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()
Guillaume Nault
1
-1
/
+1
2018-08-11
l2tp: zero out stats in pppol2tp_copy_stats()
Guillaume Nault
1
-4
/
+3
2018-08-11
l2tp: remove pppol2tp_session_ioctl()
Guillaume Nault
2
-48
/
+4
2018-08-11
l2tp: remove pppol2tp_tunnel_ioctl()
Guillaume Nault
1
-79
/
+53
2018-08-11
l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()
Guillaume Nault
1
-29
/
+44
2018-08-11
l2tp: simplify pppol2tp_ioctl()
Guillaume Nault
1
-27
/
+6
2018-08-11
l2tp: split l2tp_session_get()
Guillaume Nault
6
-36
/
+36
2018-08-11
l2tp: define l2tp_tunnel_uses_xfrm()
Guillaume Nault
3
-10
/
+21
2018-08-11
net: socionext: Increase descriptors to 256
Ilias Apalodimas
1
-3
/
+2
2018-08-11
net: socionext: Use descriptor info instead of MMIO reads on Rx
Ilias Apalodimas
1
-15
/
+10
2018-08-11
vxge: remove set but not used variable 'req_out', 'status' and 'ret'
YueHaibing
1
-21
/
+6
2018-08-11
virtio_net: Stripe queue affinities across cores.
Caleb Raitto
1
-15
/
+27
2018-08-11
virtio: Make vp_set_vq_affinity() take a mask.
Caleb Raitto
5
-14
/
+14
2018-08-11
lan743x: lan743x: Add PTP support
Bryan Whitehead
6
-5
/
+1443
2018-08-11
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
Yuchung Cheng
1
-4
/
+4
2018-08-11
tcp: always ACK immediately on hole repairs
Yuchung Cheng
1
-2
/
+2
2018-08-11
tcp: avoid resetting ACK timer in DCTCP
Yuchung Cheng
1
-2
/
+2
2018-08-11
tcp: mandate a one-time immediate ACK
Yuchung Cheng
2
-2
/
+5
2018-08-11
wimax: usb-tx: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-11
wimax: usb-fw: mark expected switch fall-through
Gustavo A. R. Silva
1
-1
/
+1
2018-08-11
net: dp83640: Mark expected switch fall-throughs
Gustavo A. R. Silva
1
-1
/
+4
2018-08-11
rxrpc: remove redundant static int 'zero'
Colin Ian King
1
-1
/
+0
[next]