Age | Commit message (Expand) | Author |
2018-08-13 | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-08-08 | dsa: slave: eee: Allow ports to use phylink | Andrew Lunn |
2018-08-08 | net/smc: move sock lock in smc_ioctl() | Ursula Braun |
2018-08-08 | net/smc: allow sysctl rmem and wmem defaults for servers | Ursula Braun |
2018-08-08 | net/smc: no shutdown in state SMC_LISTEN | Ursula Braun |
2018-08-08 | rxrpc: Fix the keepalive generator [ver #2] | David Howells |
2018-08-07 | llc: use refcount_inc_not_zero() for llc_sap_find() | Cong Wang |
2018-08-07 | dccp: fix undefined behavior with 'cwnd' shift in ccid2_cwnd_restart() | Alexey Kodanev |
2018-08-07 | tipc: fix an interrupt unsafe locking scenario | Ying Xue |
2018-08-07 | vsock: split dwork to avoid reinitializations | Cong Wang |
2018-08-06 | packet: refine ring v3 block size test to hold one frame | Willem de Bruijn |
2018-08-05 | ip6_tunnel: use the right value for ipv4 min mtu check in ip6_tnl_xmit | Xin Long |
2018-08-05 | ipv6: fix double refcount of fib6_metrics | Cong Wang |
2018-08-04 | netlink: Don't shift on 64 for ngroups | Dmitry Safonov |
2018-08-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-08-04 | net/smc: no cursor update send in state SMC_INIT | Ursula Braun |
2018-08-03 | l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl() | Guillaume Nault |
2018-08-01 | Revert "net/ipv6: fix metrics leak" | David S. Miller |
2018-08-01 | rxrpc: Fix user call ID check in rxrpc_service_prealloc_one | YueHaibing |
2018-08-01 | net: dsa: Do not suspend/resume closed slave_dev | Florian Fainelli |
2018-08-01 | netlink: Fix spectre v1 gadget in netlink_create() | Jeremy Cline |
2018-07-31 | ipv4: frags: handle possible skb truesize change | Eric Dumazet |
2018-07-31 | inet: frag: enforce memory limits earlier | Eric Dumazet |
2018-07-31 | net: xsk: don't return frames via the allocator on error | Jakub Kicinski |
2018-07-30 | netlink: Don't shift with UB on nlk->ngroups | Dmitry Safonov |
2018-07-30 | net/ipv6: fix metrics leak | Sabrina Dubroca |
2018-07-29 | openvswitch: meter: Fix setting meter id for new entries | Justin Pettit |
2018-07-29 | netlink: Do not subscribe to non-existent groups | Dmitry Safonov |
2018-07-28 | tcp_bbr: fix bw probing to raise in-flight data for very small BDPs | Neal Cardwell |
2018-07-28 | net: socket: Fix potential spectre v1 gadget in sock_is_registered | Jeremy Cline |
2018-07-28 | net: socket: fix potential spectre v1 gadget in socketcall | Jeremy Cline |
2018-07-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-07-28 | ipv4: remove BUG_ON() from fib_compute_spec_dst | Lorenzo Bianconi |
2018-07-28 | bpf: use GFP_ATOMIC instead of GFP_KERNEL in bpf_parse_prog() | Taehee Yoo |
2018-07-28 | bpf: fix bpf_skb_load_bytes_relative pkt length check | Daniel Borkmann |
2018-07-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2018-07-27 | xdp: add NULL pointer check in __xdp_return() | Taehee Yoo |
2018-07-26 | RDS: RDMA: Fix the NULL-ptr deref in rds_ib_get_mr | Avinash Repaka |
2018-07-26 | net: rollback orig value on failure of dev_qdisc_change_tx_queue_len | Tariq Toukan |
2018-07-26 | xsk: fix poll/POLLIN premature returns | Björn Töpel |
2018-07-25 | net: igmp: make function __ip_mc_inc_group() static | Wei Yongjun |
2018-07-25 | tcp: ack immediately when a cwr packet arrives | Lawrence Brakmo |
2018-07-24 | ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull | Willem de Bruijn |
2018-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller |
2018-07-24 | Merge tag 'mac80211-for-davem-2018-07-24' of git://git.kernel.org/pub/scm/lin... | David S. Miller |
2018-07-24 | cfg80211: never ignore user regulatory hint | Amar Singhal |
2018-07-23 | sock: fix sg page frag coalescing in sk_alloc_sg | Daniel Borkmann |
2018-07-24 | netfilter: nf_tables: move dumper state allocation into ->start | Florian Westphal |
2018-07-23 | tcp: add tcp_ooo_try_coalesce() helper | Eric Dumazet |