Age | Commit message (Expand) | Author |
2018-04-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-04-02 | Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2018-04-02 | net: socket: add __compat_sys_...msg() helpers; remove in-kernel calls to com... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_recvmmsg() helper; remove in-kernel call to com... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_getsockopt() helper; remove in-kernel call to c... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_setsockopt() helper; remove in-kernel call to c... | Dominik Brodowski |
2018-04-02 | net: socket: add __compat_sys_recvfrom() helper; remove in-kernel call to com... | Dominik Brodowski |
2018-04-02 | net: socket: replace call to sys_recv() with __sys_recvfrom() | Dominik Brodowski |
2018-04-02 | net: socket: replace calls to sys_send() with __sys_sendto() | Dominik Brodowski |
2018-04-02 | net: socket: move check for forbid_cmsg_compat to __sys_...msg() | Dominik Brodowski |
2018-04-02 | net: socket: add do_sys_recvmmsg() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getsockopt() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_setsockopt() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_shutdown() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_socketpair() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getpeername() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_getsockname() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_listen() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_connect() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_bind() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_socket() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_accept4() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_sendto() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | net: socket: add __sys_recvfrom() helper; remove in-kernel call to syscall | Dominik Brodowski |
2018-04-02 | ipv6: frags: fix /proc/sys/net/ipv6/ip6frag_low_thresh | Eric Dumazet |
2018-04-01 | route: check sysctl_fib_multipath_use_neigh earlier than hash | Xin Long |
2018-04-01 | net: sched: do not emit messages while holding spinlock | Li RongQing |
2018-04-01 | vlan: also check phy_driver ts_info for vlan's real device | Hangbin Liu |
2018-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2018-04-01 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller |
2018-04-01 | Bluetooth: Mark expected switch fall-throughs | Gustavo A. R. Silva |
2018-04-01 | ipv6: factorize sk_wmem_alloc updates done by __ip6_append_data() | Eric Dumazet |
2018-04-01 | ipv4: factorize sk_wmem_alloc updates done by __ip_append_data() | Eric Dumazet |
2018-04-01 | ip6_gre: remove redundant 'tunnel' setting in ip6erspan_tap_init() | Alexey Kodanev |
2018-03-31 | crypto : chtls - CPL handler definition | Atul Gupta |
2018-03-31 | ethtool: enable Inline TLS in HW | Atul Gupta |
2018-03-31 | tls: support for Inline tls record | Atul Gupta |
2018-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller |
2018-03-31 | inet: frags: get rid of nf_ct_frag6_skb_cb/NFCT_FRAG6_CB | Eric Dumazet |
2018-03-31 | ipv6: frags: get rid of ip6frag_skb_cb/FRAG6_CB | Eric Dumazet |
2018-03-31 | inet: frags: get rid of ipfrag_skb_cb/FRAG_CB | Eric Dumazet |
2018-03-31 | ipv6: frags: rewrite ip6_expire_frag_queue() | Eric Dumazet |
2018-03-31 | inet: frags: do not clone skb in ip_expire() | Eric Dumazet |
2018-03-31 | inet: frags: break the 2GB limit for frags storage | Eric Dumazet |
2018-03-31 | inet: frags: remove inet_frag_maybe_warn_overflow() | Eric Dumazet |
2018-03-31 | inet: frags: get rif of inet_frag_evicting() | Eric Dumazet |
2018-03-31 | inet: frags: remove some helpers | Eric Dumazet |
2018-03-31 | inet: frags: use rhashtables for reassembly units | Eric Dumazet |
2018-03-31 | inet: frags: refactor ipfrag_init() | Eric Dumazet |
2018-03-31 | inet: frags: refactor lowpan_net_frag_init() | Eric Dumazet |