index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-05
arp: fix arp_filter on l3slave devices
Miguel Fadon Perlines
1
-1
/
+1
2018-04-05
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-0
/
+23
2018-04-05
vti6: better validate user provided tunnel names
Eric Dumazet
1
-2
/
+5
2018-04-05
ip6_tunnel: better validate user provided tunnel names
Eric Dumazet
1
-4
/
+7
2018-04-05
ip6_gre: better validate user provided tunnel names
Eric Dumazet
1
-3
/
+5
2018-04-05
ipv6: sit: better validate user provided tunnel names
Eric Dumazet
1
-3
/
+5
2018-04-05
ip_tunnel: better validate user provided tunnel names
Eric Dumazet
1
-5
/
+6
2018-04-05
net: fool proof dev_valid_name()
Eric Dumazet
1
-1
/
+1
2018-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2018-04-04
inet: frags: fix ip6frag_low_thresh boundary
Eric Dumazet
4
-9
/
+2
2018-04-04
tipc: Fix namespace violation in tipc_sk_fill_sock_diag
GhantaKrishnamurthy MohanKrishna
1
-1
/
+2
2018-04-04
net: avoid unneeded atomic operation in ip*_append_data()
Paolo Abeni
2
-2
/
+4
2018-04-04
tipc: Fix missing list initializations in struct tipc_subscription
Jon Maloy
1
-0
/
+2
2018-04-04
ipv6: udp: set dst cache for a connected sk if current not valid
Alexey Kodanev
1
-19
/
+2
2018-04-04
ipv6: udp: convert 'connected' to bool type in udpv6_sendmsg()
Alexey Kodanev
1
-5
/
+5
2018-04-04
ipv6: allow to cache dst for a connected sk in ip6_sk_dst_lookup_flow()
Alexey Kodanev
3
-5
/
+14
2018-04-04
ipv6: add a wrapper for ip6_dst_store() with flowi6 checks
Alexey Kodanev
2
-8
/
+18
2018-04-04
af_unix: remove redundant lockdep class
Cong Wang
1
-10
/
+0
2018-04-04
rxrpc: Fix undefined packet handling
David Howells
2
-0
/
+12
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
450
-7855
/
+13752
2018-04-03
sunrpc: remove incorrect HMAC request initialization
Eric Biggers
1
-3
/
+0
2018-04-03
NFSD: Clean up legacy NFS SYMLINK argument XDR decoders
Chuck Lever
1
-0
/
+67
2018-04-03
NFSD: Clean up legacy NFS WRITE argument XDR decoders
Chuck Lever
1
-0
/
+42
2018-04-03
svc: Report xprt dequeue latency
Chuck Lever
1
-2
/
+2
2018-04-03
sunrpc: Report per-RPC execution stats
Chuck Lever
1
-1
/
+2
2018-04-03
sunrpc: Re-purpose trace_svc_process
Chuck Lever
1
-6
/
+3
2018-04-03
sunrpc: Save remote presentation address in svc_xprt for trace events
Chuck Lever
3
-2
/
+6
2018-04-03
sunrpc: Simplify trace_svc_recv
Chuck Lever
1
-1
/
+0
2018-04-03
sunrpc: Simplify do_enqueue tracing
Chuck Lever
1
-8
/
+3
2018-04-03
sunrpc: Move trace_svc_xprt_dequeue()
Chuck Lever
1
-4
/
+1
2018-04-03
svc: Simplify ->xpo_secure_port
Chuck Lever
3
-9
/
+9
2018-04-03
sunrpc: Remove unneeded pointer dereference
Chuck Lever
1
-2
/
+2
2018-04-03
Bluetooth: Fix connection if directed advertising and privacy is used
Szymon Janc
3
-13
/
+33
2018-04-02
Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-112
/
+258
2018-04-02
net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com...
Dominik Brodowski
1
-7
/
+30
2018-04-02
net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com...
Dominik Brodowski
1
-5
/
+12
2018-04-02
net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c...
Dominik Brodowski
1
-4
/
+12
2018-04-02
net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c...
Dominik Brodowski
1
-4
/
+10
2018-04-02
net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com...
Dominik Brodowski
1
-7
/
+16
2018-04-02
net: socket: replace call to sys_recv() with __sys_recvfrom()
Dominik Brodowski
2
-2
/
+4
2018-04-02
net: socket: replace calls to sys_send() with __sys_sendto()
Dominik Brodowski
2
-2
/
+3
2018-04-02
net: socket: move check for forbid_cmsg_compat to __sys_...msg()
Dominik Brodowski
2
-18
/
+28
2018-04-02
net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-5
/
+12
2018-04-02
net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-4
/
+10
2018-04-02
net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall
Dominik Brodowski
1
-3
/
+10
2018-04-02
net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-3
/
+8
2018-04-02
net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-4
/
+9
2018-04-02
net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-5
/
+11
2018-04-02
net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-5
/
+11
2018-04-02
net: socket: add __sys_listen() helper; remove in-kernel call to syscall
Dominik Brodowski
2
-3
/
+8
[prev]
[next]