Age | Commit message (Expand) | Author |
2019-05-07 | Merge tag 'driver-core-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2019-05-07 | Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux | Linus Torvalds |
2019-05-07 | Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds |
2019-05-07 | Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2019-05-06 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2019-05-06 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2019-05-06 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov |
2019-05-01 | rpcpipe: switch to ->free_inode() | Al Viro |
2019-05-01 | udp: fix GRO packet of death | Eric Dumazet |
2019-05-01 | ipv6: A few fixes on dereferencing rt->from | Martin KaFai Lau |
2019-05-01 | rds: ib: force endiannes annotation | Nicholas Mc Guire |
2019-05-01 | ipv4: ip_do_fragment: Preserve skb_iif during fragmentation | Shmulik Ladkani |
2019-05-01 | net/tls: avoid NULL pointer deref on nskb->sk in fallback | Jakub Kicinski |
2019-05-01 | packet: validate msg_namelen in send directly | Willem de Bruijn |
2019-05-01 | packet: in recvmsg msg_name return at least sizeof sockaddr_ll | Willem de Bruijn |
2019-05-01 | sctp: avoid running the sctp state machine recursively | Xin Long |
2019-04-30 | ipv6: fix races in ip6_dst_destroy() | Eric Dumazet |
2019-04-30 | l2ip: fix possible use-after-free | Eric Dumazet |
2019-04-30 | appletalk: Set error code if register_snap_client failed | YueHaibing |
2019-04-30 | rxrpc: Fix net namespace cleanup | David Howells |
2019-04-30 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2019-04-29 | ipv6/flowlabel: wait rcu grace period before put_pid() | Eric Dumazet |
2019-04-29 | vrf: Use orig netdev to count Ip6InNoRoutes and a fresh route lookup when sen... | Stephen Suryaputra |
2019-04-29 | tcp: add sanity tests in tcp_add_backlog() | Eric Dumazet |
2019-04-29 | ipv6: invert flowlabel sharing check in process and user mode | Willem de Bruijn |
2019-04-29 | Merge tag 'mac80211-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2019-04-27 | udp: fix GRO reception in case of length mismatch | Paolo Abeni |
2019-04-27 | net/tls: fix copy to fragments in reencrypt | Jakub Kicinski |
2019-04-27 | net/tls: don't copy negative amounts of data in reencrypt | Jakub Kicinski |
2019-04-26 | genetlink: use idr_alloc_cyclic for family->id assignment | Marcel Holtmann |
2019-04-26 | l2tp: use rcu_dereference_sk_user_data() in l2tp_udp_encap_recv() | Eric Dumazet |
2019-04-25 | net-sysfs: Replace ktype default_attrs field with groups | Kimberly Brown |
2019-04-25 | crypto: shash - remove shash_desc::flags | Eric Biggers |
2019-04-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2019-04-24 | ipv4: add sanity checks in ipv4_link_failure() | Eric Dumazet |
2019-04-24 | net/rose: fix unbound loop in rose_loopback_timer() | Eric Dumazet |
2019-04-24 | rxrpc: fix race condition in rxrpc_input_packet() | Eric Dumazet |
2019-04-24 | net: rds: exchange of 8K and 1M pool | Zhu Yanjun |
2019-04-23 | net/ncsi: handle overflow when incrementing mac address | Tao Ren |
2019-04-23 | Merge tag 'nfsd-5.1-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds |
2019-04-23 | mac80211: don't attempt to rename ERR_PTR() debugfs dirs | Johannes Berg |
2019-04-23 | cfg80211: Notify previous user request during self managed wiphy registration | Sriram R |
2019-04-23 | mac80211: Fix kernel panic due to use of txq after free | Bhagavathi Perumal S |
2019-04-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2019-04-22 | netfilter: fix nf_l4proto_log_invalid to log invalid packets | Andrei Vagin |
2019-04-22 | netfilter: never get/set skb->tstamp | Florian Westphal |
2019-04-22 | netfilter: ebtables: CONFIG_COMPAT: drop a bogus WARN_ON | Florian Westphal |
2019-04-20 | net/tls: don't leak IV and record seq when offload fails | Jakub Kicinski |
2019-04-20 | net/tls: avoid potential deadlock in tls_set_device_offload_rx() | Jakub Kicinski |