index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
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
Commit message (
Expand
)
Author
Age
Files
Lines
*
net/sctp: Replace in/out stream arrays with flex_array
Konstantin Khorenko
2018-08-11
1
-22
/
+66
*
net/sctp: Make wrappers for accessing in/out streams
Konstantin Khorenko
2018-08-11
8
-71
/
+78
*
l2tp: let pppol2tp_ioctl() fallback to dev_ioctl()
Guillaume Nault
2018-08-11
1
-1
/
+1
*
l2tp: zero out stats in pppol2tp_copy_stats()
Guillaume Nault
2018-08-11
1
-4
/
+3
*
l2tp: remove pppol2tp_session_ioctl()
Guillaume Nault
2018-08-11
1
-47
/
+3
*
l2tp: remove pppol2tp_tunnel_ioctl()
Guillaume Nault
2018-08-11
1
-79
/
+53
*
l2tp: handle PPPIOC[GS]MRU and PPPIOC[GS]FLAGS in pppol2tp_ioctl()
Guillaume Nault
2018-08-11
1
-29
/
+44
*
l2tp: simplify pppol2tp_ioctl()
Guillaume Nault
2018-08-11
1
-27
/
+6
*
l2tp: split l2tp_session_get()
Guillaume Nault
2018-08-11
6
-36
/
+36
*
l2tp: define l2tp_tunnel_uses_xfrm()
Guillaume Nault
2018-08-11
3
-10
/
+21
*
tcp: avoid resetting ACK timer upon receiving packet with ECN CWR flag
Yuchung Cheng
2018-08-11
1
-4
/
+4
*
tcp: always ACK immediately on hole repairs
Yuchung Cheng
2018-08-11
1
-2
/
+2
*
tcp: avoid resetting ACK timer in DCTCP
Yuchung Cheng
2018-08-11
1
-2
/
+2
*
tcp: mandate a one-time immediate ACK
Yuchung Cheng
2018-08-11
1
-1
/
+3
*
rxrpc: remove redundant static int 'zero'
Colin Ian King
2018-08-11
1
-1
/
+0
*
net/smc: send response to test link signal
Ursula Braun
2018-08-10
1
-0
/
+34
*
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
2018-08-10
2
-6
/
+28
|
\
|
*
Bluetooth: Add definitions for LE set address resolution
Ankit Navik
2018-08-10
1
-0
/
+28
|
*
Bluetooth: remove redundant variables 'adv_set' and 'cp'
YueHaibing
2018-08-06
2
-6
/
+0
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2018-08-10
6
-44
/
+264
|
\
\
|
*
|
netfilter: nfnetlink_osf: fix using plain integer as NULL warning
Wei Yongjun
2018-08-08
1
-1
/
+1
|
*
|
netfilter: nft_ct: enable conntrack for helpers
Pablo Neira Ayuso
2018-08-07
1
-0
/
+14
|
*
|
netfilter: nft_ct: add ct timeout support
Harsha Sharma
2018-08-07
1
-1
/
+203
|
*
|
netfilter: cttimeout: decouple timeout policy from nfnetlink_cttimeout object
Pablo Neira Ayuso
2018-08-07
3
-21
/
+26
|
*
|
netfilter: cttimeout: move ctnl_untimeout to nf_conntrack
Harsha Sharma
2018-08-07
2
-18
/
+19
|
*
|
netfilter: nft_osf: use NFT_OSF_MAXGENRELEN instead of IFNAMSIZ
Fernando Fernandez Mancera
2018-08-07
1
-5
/
+3
|
|
/
*
|
net: allow to call netif_reset_xps_queues() under cpus_read_lock
Andrei Vagin
2018-08-09
2
-5
/
+19
*
|
net: sched: fix block->refcnt decrement
Jiri Pirko
2018-08-09
1
-0
/
+2
*
|
decnet: fix using plain integer as NULL warning
YueHaibing
2018-08-09
1
-2
/
+2
*
|
net: ipv6_gre: Fix GRO to work on IPv6 over GRE tap
Maria Pasechnik
2018-08-09
1
-3
/
+3
*
|
Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
David S. Miller
2018-08-09
17
-127
/
+145
|
\
\
|
*
|
dsa: slave: eee: Allow ports to use phylink
Andrew Lunn
2018-08-08
1
-2
/
+2
|
*
|
net/smc: move sock lock in smc_ioctl()
Ursula Braun
2018-08-08
1
-3
/
+7
|
*
|
net/smc: allow sysctl rmem and wmem defaults for servers
Ursula Braun
2018-08-08
1
-0
/
+2
|
*
|
net/smc: no shutdown in state SMC_LISTEN
Ursula Braun
2018-08-08
1
-2
/
+1
|
*
|
rxrpc: Fix the keepalive generator [ver #2]
David Howells
2018-08-08
7
-89
/
+109
|
*
|
llc: use refcount_inc_not_zero() for llc_sap_find()
Cong Wang
2018-08-07
1
-2
/
+2
|
*
|
dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart()
Alexey Kodanev
2018-08-07
1
-2
/
+4
|
*
|
tipc: fix an interrupt unsafe locking scenario
Ying Xue
2018-08-07
1
-3
/
+1
|
*
|
vsock: split dwork to avoid reinitializations
Cong Wang
2018-08-07
2
-9
/
+9
|
*
|
packet: refine ring v3 block size test to hold one frame
Willem de Bruijn
2018-08-06
1
-4
/
+6
|
*
|
ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit
Xin Long
2018-08-05
1
-6
/
+2
|
*
|
ipv6: fix double refcount of fib6_metrics
Cong Wang
2018-08-05
1
-4
/
+0
*
|
|
net:mod: remove unneeded variable 'ret' in init_p9
zhong jiang
2018-08-08
1
-3
/
+1
*
|
|
net:af_iucv: get rid of the unneeded variable 'err' in afiucv_pm_freeze
zhong jiang
2018-08-08
1
-2
/
+1
*
|
|
RDS: IB: fix 'passing zero to ERR_PTR()' warning
YueHaibing
2018-08-07
1
-0
/
+1
*
|
|
ip6_tunnel: collect_md xmit: Use ip_tunnel_key's provided src address
Shmulik Ladkani
2018-08-07
1
-1
/
+3
*
|
|
net: sched: cls_flower: set correct offload data in fl_reoffload
Vlad Buslov
2018-08-07
1
-2
/
+2
*
|
|
net/sched: allow flower to match tunnel options
Pieter Jansen van Vuuren
2018-08-07
1
-1
/
+243
*
|
|
flow_dissector: allow dissection of tunnel options from metadata
Simon Horman
2018-08-07
1
-1
/
+18
[next]