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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-04-24
25
-135
/
+260
|
\
|
*
ipv4: add sanity checks in ipv4_link_failure()
Eric Dumazet
2019-04-24
1
-9
/
+23
|
*
net/rose: fix unbound loop in rose_loopback_timer()
Eric Dumazet
2019-04-24
1
-11
/
+16
|
*
rxrpc: fix race condition in rxrpc_input_packet()
Eric Dumazet
2019-04-24
2
-5
/
+10
|
*
net: rds: exchange of 8K and 1M pool
Zhu Yanjun
2019-04-24
2
-3
/
+11
|
*
net/ncsi: handle overflow when incrementing mac address
Tao Ren
2019-04-23
1
-1
/
+5
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
David S. Miller
2019-04-22
12
-95
/
+174
|
|
\
|
|
*
netfilter: fix nf_l4proto_log_invalid to log invalid packets
Andrei Vagin
2019-04-22
1
-1
/
+1
|
|
*
netfilter: never get/set skb->tstamp
Florian Westphal
2019-04-22
4
-16
/
+18
|
|
*
netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON
Florian Westphal
2019-04-22
1
-1
/
+2
|
|
*
netfilter: nat: fix icmp id randomization
Florian Westphal
2019-04-15
1
-3
/
+8
|
|
*
netfilter: nf_tables: prevent shift wrap in nft_chain_parse_hook()
Dan Carpenter
2019-04-15
1
-1
/
+1
|
|
*
netfilter: ctnetlink: don't use conntrack/expect object addresses as id
Florian Westphal
2019-04-15
2
-5
/
+64
|
|
*
ipvs: do not schedule icmp errors from tunnels
Julian Anastasov
2019-04-13
1
-1
/
+1
|
|
*
netfilter: conntrack: initialize ct->timeout
Alexander Potapenko
2019-04-13
1
-0
/
+1
|
|
*
netfilter: conntrack: don't set related state for different outer address
Florian Westphal
2019-04-13
2
-67
/
+78
|
*
|
net/tls: don't leak IV and record seq when offload fails
Jakub Kicinski
2019-04-20
3
-6
/
+4
|
*
|
net/tls: avoid potential deadlock in tls_set_device_offload_rx()
Jakub Kicinski
2019-04-20
1
-0
/
+2
|
*
|
net/tls: fix refcount adjustment in fallback
Jakub Kicinski
2019-04-18
1
-3
/
+10
|
*
|
net: ipv6: addrlabel: fix spelling mistake "requewst" -> "request"
Colin Ian King
2019-04-18
1
-1
/
+1
|
*
|
ipv4: set the tcp_min_rtt_wlen range from 0 to one day
ZhangXiaoxu
2019-04-17
1
-1
/
+4
*
|
|
Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
2019-04-23
1
-0
/
+3
|
\
\
\
|
*
|
|
sunrpc: don't mark uninitialised items as VALID.
NeilBrown
2019-04-05
1
-0
/
+3
*
|
|
|
Merge tag 'nfs-for-5.1-5' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2019-04-20
1
-2
/
+5
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
SUNRPC: Ignore queue transmission errors on successful transmission
Trond Myklebust
2019-04-17
1
-2
/
+5
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2019-04-17
56
-220
/
+451
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEW
Arnd Bergmann
2019-04-16
1
-2
/
+2
|
*
|
|
tcp: tcp_grow_window() needs to respect tcp_space()
Eric Dumazet
2019-04-16
1
-5
/
+5
|
*
|
|
net: bridge: fix netlink export of vlan_stats_per_port option
Nikolay Aleksandrov
2019-04-16
1
-1
/
+1
|
*
|
|
tipc: set sysctl_tipc_rmem and named_timeout right range
Jie Liu
2019-04-16
1
-2
/
+6
|
*
|
|
tipc: fix link established but not in session
Tuong Lien
2019-04-16
1
-0
/
+2
|
*
|
|
net: Fix missing meta data in skb with vlan packet
Yuya Kusakabe
2019-04-16
1
-1
/
+9
|
*
|
|
net: atm: Fix potential Spectre v1 vulnerabilities
Gustavo A. R. Silva
2019-04-16
1
-1
/
+5
|
*
|
|
net/core: work around section mismatch warning for ptp_classifier
Ard Biesheuvel
2019-04-16
1
-3
/
+4
|
*
|
|
net: bridge: fix per-port af_packet sockets
Nikolay Aleksandrov
2019-04-16
1
-9
/
+14
|
*
|
|
route: Avoid crash from dereferencing NULL rt->from
Jonathan Lemon
2019-04-15
1
-0
/
+4
|
*
|
|
Revert "net-sysfs: Fix memory leak in netdev_register_kobject"
Wang Hai
2019-04-15
1
-9
/
+5
|
*
|
|
rtnetlink: fix rtnl_valid_stats_req() nlmsg_len check
Eric Dumazet
2019-04-14
1
-1
/
+1
|
*
|
|
ipv4: ensure rcu_read_lock() in ipv4_link_failure()
Eric Dumazet
2019-04-14
1
-2
/
+8
|
|
|
/
|
|
/
|
|
*
|
ipv4: recompile ip options in ipv4_link_failure
Stephen Suryaputra
2019-04-12
1
-1
/
+9
|
*
|
rxrpc: Fix detection of out of order acks
Jeffrey Altman
2019-04-12
2
-6
/
+13
|
*
|
rxrpc: Trace received connection aborts
David Howells
2019-04-12
1
-4
/
+7
|
*
|
rxrpc: Allow errors to be returned from rxrpc_queue_packet()
Marc Dionne
2019-04-12
1
-9
/
+12
|
*
|
rxrpc: Make rxrpc_kernel_check_life() indicate if call completed
Marc Dionne
2019-04-12
1
-5
/
+9
|
*
|
rxrpc: Clear socket error
Marc Dionne
2019-04-12
1
-0
/
+5
|
*
|
udpv6: Check address length before reading address family
Tetsuo Handa
2019-04-12
1
-0
/
+2
|
*
|
bpf: Check address length before reading address family
Tetsuo Handa
2019-04-12
1
-0
/
+2
|
*
|
llc: Check address length before reading address field
Tetsuo Handa
2019-04-12
1
-2
/
+1
|
*
|
Bluetooth: Check address length before reading address field
Tetsuo Handa
2019-04-12
1
-2
/
+2
|
*
|
rxrpc: Check address length before reading srx_service field
Tetsuo Handa
2019-04-12
1
-1
/
+2
[next]