Age | Commit message (Expand) | Author | Files | Lines |
2018-12-27 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 5 | -11/+11 |
2018-12-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 310 | -5214/+11745 |
2018-12-26 | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 7 | -17/+17 |
2018-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -5/+13 |
2018-12-24 | net: dccp: fix kernel crash on module load | Peter Oskolkov | 2 | -12/+30 |
2018-12-24 | net/net_namespace: Check the return value of register_pernet_subsys() | Aditya Pakki | 1 | -1/+2 |
2018-12-24 | net/netlink_compat: Fix a missing check of nla_parse_nested | Aditya Pakki | 1 | -2/+5 |
2018-12-24 | ieee802154: lowpan_header_create check must check daddr | Willem de Bruijn | 1 | -0/+3 |
2018-12-24 | iptunnel: Set tun_flags in the iptunnel_metadata_reply from src | wenxu | 1 | -0/+1 |
2018-12-23 | net: Revert recent Spectre-v1 patches. | David S. Miller | 4 | -9/+0 |
2018-12-22 | can: af_can: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+2 |
2018-12-22 | packet: validate address length if non-zero | Willem de Bruijn | 1 | -2/+2 |
2018-12-22 | nfc: af_nfc: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+2 |
2018-12-22 | phonet: af_phonet: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+3 |
2018-12-22 | net: core: Fix Spectre v1 vulnerability | Gustavo A. R. Silva | 1 | -0/+2 |
2018-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 7 | -5/+19 |
2018-12-21 | tls: Do not call sk_memcopy_from_iter with zero length | Vakul Garg | 1 | -4/+6 |
2018-12-21 | net: minor cleanup in skb_ext_add() | Paolo Abeni | 1 | -5/+2 |
2018-12-21 | net: fix possible user-after-free in skb_ext_add() | Paolo Abeni | 1 | -2/+2 |
2018-12-21 | ipv6: tunnels: fix two use-after-free | Eric Dumazet | 2 | -0/+2 |
2018-12-21 | Prevent overflow of sk_msg in sk_msg_clone() | Vakul Garg | 1 | -0/+3 |
2018-12-21 | packet: validate address length | Willem de Bruijn | 1 | -0/+4 |
2018-12-20 | tcp: fix a race in inet_diag_dump_icsk() | Eric Dumazet | 1 | -1/+3 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next | David S. Miller | 40 | -1659/+1125 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 6 | -42/+99 |
2018-12-20 | ppp: Move PFC decompression to PPP generic layer | Sam Protsenko | 1 | -4/+0 |
2018-12-20 | net: ipv4: Set skb->dev for output route resolution | Ido Schimmel | 1 | -0/+1 |
2018-12-20 | neighbour: remove stray semicolon | Colin Ian King | 1 | -1/+1 |
2018-12-20 | ipv6: frags: Fix bogus skb->sk in reassembled packets | Herbert Xu | 1 | -0/+1 |
2018-12-21 | netfilter: conntrack: remove empty pernet fini stubs | Florian Westphal | 5 | -42/+10 |
2018-12-21 | netfilter: conntrack: merge ecache and timestamp sysctl tables with main one | Florian Westphal | 3 | -128/+35 |
2018-12-21 | netfilter: conntrack: merge acct and helper sysctl table with main one | Florian Westphal | 3 | -128/+22 |
2018-12-21 | netfilter: conntrack: add mnemonics for sysctl table | Florian Westphal | 1 | -11/+20 |
2018-12-21 | netfilter: conntrack: un-export seq_print_acct | Florian Westphal | 2 | -19/+18 |
2018-12-21 | netfilter: conntrack: register sysctl table for gre | Yafang Shao | 1 | -1/+41 |
2018-12-21 | netfilter: conntrack: udp: set stream timeout to 2 minutes | Florian Westphal | 1 | -1/+1 |
2018-12-21 | netfilter: conntrack: udp: only extend timeout to stream mode after 2s | Florian Westphal | 1 | -3/+13 |
2018-12-20 | bpf: tls_sw, init TLS ULP removes BPF proto hooks | John Fastabend | 1 | -2/+12 |
2018-12-20 | bpf: sk_msg, sock{map|hash} redirect through ULP | John Fastabend | 2 | -14/+42 |
2018-12-20 | bpf: sk_msg, zap ingress queue on psock down | John Fastabend | 1 | -0/+1 |
2018-12-20 | bpf: sk_msg, fix socket data_ready events | John Fastabend | 2 | -4/+4 |
2018-12-20 | bpf: skb_verdict, support SK_PASS on RX BPF path | John Fastabend | 1 | -0/+16 |
2018-12-20 | bpf: skmsg, replace comments with BUILD bug | John Fastabend | 1 | -0/+3 |
2018-12-20 | bpf: sk_msg, improve offset chk in _is_valid_access | John Fastabend | 1 | -7/+14 |
2018-12-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 47 | -202/+381 |
2018-12-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2 | -3/+3 |
2018-12-19 | neighbor: Use nda_policy for validating attributes in adds and dump requests | David Ahern | 1 | -17/+5 |
2018-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 44 | -165/+372 |
2018-12-19 | rds: Fix warning. | David S. Miller | 1 | -1/+3 |
2018-12-19 | neighbor: NTF_PROXY is a valid ndm_flag for a dump request | David Ahern | 1 | -1/+6 |