Age | Commit message (Expand) | Author | Files | Lines |
2018-04-06 | net/9p/client.c: fix potential refcnt problem of trans module | Chengguang Xu | 1 | -1/+4 |
2018-04-06 | net/9p: avoid -ERESTARTSYS leak to userspace | Greg Kurz | 1 | -2/+4 |
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-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 450 | -7855/+13752 |
2018-04-03 | 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 |
2018-04-02 | net: socket: add __sys_connect() helper; remove in-kernel call to syscall | Dominik Brodowski | 2 | -4/+9 |
2018-04-02 | net: socket: add __sys_bind() helper; remove in-kernel call to syscall | Dominik Brodowski | 2 | -3/+8 |
2018-04-02 | net: socket: add __sys_socket() helper; remove in-kernel call to syscall | Dominik Brodowski | 2 | -3/+8 |
2018-04-02 | net: socket: add __sys_accept4() helper; remove in-kernel call to syscall | Dominik Brodowski | 2 | -9/+15 |
2018-04-02 | net: socket: add __sys_sendto() helper; remove in-kernel call to syscall | Dominik Brodowski | 2 | -8/+14 |
2018-04-02 | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall | Dominik Brodowski | 2 | -9/+15 |
2018-04-02 | ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh | Eric Dumazet | 1 | -1/+1 |
2018-04-02 | route: check sysctl_fib_multipath_use_neigh earlier than hash | Xin Long | 1 | -9/+11 |
2018-04-02 | net: sched: do not emit messages while holding spinlock | Li RongQing | 1 | -4/+7 |
2018-04-02 | vlan: also check phy_driver ts_info for vlan's real device | Hangbin Liu | 1 | -1/+5 |
2018-04-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 28 | -100/+262 |
2018-04-02 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2 | -0/+2 |
2018-04-01 | Bluetooth: Mark expected switch fall-throughs | Gustavo A. R. Silva | 2 | -0/+2 |
2018-04-01 | ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data() | Eric Dumazet | 1 | -5/+12 |
2018-04-01 | ipv4: factorize sk_wmem_alloc updates done by __ip_append_data() | Eric Dumazet | 1 | -5/+12 |
2018-04-01 | ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init() | Alexey Kodanev | 1 | -1/+0 |
2018-04-01 | crypto : chtls - CPL handler definition | Atul Gupta | 1 | -0/+1 |
2018-04-01 | ethtool: enable Inline TLS in HW | Atul Gupta | 1 | -0/+1 |
2018-04-01 | tls: support for Inline tls record | Atul Gupta | 1 | -3/+111 |
2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 10 | -71/+633 |