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