Age | Commit message (Expand) | Author |
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 |
2018-07-23 | tcp: call tcp_drop() from tcp_data_queue_ofo() | Eric Dumazet |
2018-07-23 | tcp: detect malicious patterns in tcp_collapse_ofo_queue() | Eric Dumazet |
2018-07-23 | tcp: avoid collapses in tcp_prune_queue() if possible | Eric Dumazet |
2018-07-23 | tcp: free batches of packets in tcp_prune_ofo_queue() | Eric Dumazet |
2018-07-23 | ip: hash fragments consistently | Paolo Abeni |
2018-07-23 | ipv6: use fib6_info_hold_safe() when necessary | Wei Wang |
2018-07-22 | rtnetlink: add rtnl_link_state check in rtnl_configure_link | Roopa Prabhu |
2018-07-21 | multicast: do not restore deleted record source filter mode to new one | Hangbin Liu |
2018-07-21 | net: skb_segment() should not return NULL | Eric Dumazet |
2018-07-21 | net/ipv6: Fix linklocal to global address with VRF | David Ahern |
2018-07-21 | net: caif: Add a missing rcu_read_unlock() in caif_flow_cb | YueHaibing |
2018-07-20 | tls: check RCV_SHUTDOWN in tls_wait_data | Doron Roberts-Kedes |
2018-07-20 | tcp: do not delay ACK in DCTCP upon CE status change | Yuchung Cheng |
2018-07-20 | tcp: do not cancel delay-AcK on DCTCP special ACK | Yuchung Cheng |