Age | Commit message (Expand) | Author | Files | Lines |
2020-07-09 | bpf: net: Avoid incorrect bpf_sk_reuseport_detach call | Martin KaFai Lau | 1 | -1/+2 |
2020-07-07 | vlan: consolidate VLAN parsing code and limit max parsing depth | Toke Høiland-Jørgensen | 1 | -35/+22 |
2020-07-07 | net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb | Martin Varghese | 1 | -1/+9 |
2020-07-07 | cgroup: fix cgroup_sk_alloc() for sk_clone_lock() | Cong Wang | 2 | -3/+7 |
2020-07-03 | sched: consistently handle layer3 header accesses in the presence of VLANs | Toke Høiland-Jørgensen | 3 | -19/+45 |
2020-07-01 | genetlink: remove genl_bind | Sean Tranchetti | 1 | -8/+0 |
2020-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 10 | -30/+69 |
2020-06-30 | net: ip_tunnel: add header_ops for layer 3 devices | Jason A. Donenfeld | 1 | -0/+3 |
2020-06-30 | bpf: sockmap: Require attach_bpf_fd when detaching a program | Lorenz Bauer | 2 | -2/+24 |
2020-06-30 | bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACH | Lorenz Bauer | 1 | -2/+3 |
2020-06-30 | bpf, netns: Keep a list of attached bpf_link's | Jakub Sitnicki | 1 | -1/+1 |
2020-06-30 | bpf, netns: Keep attached programs in bpf_prog_array | Jakub Sitnicki | 1 | -1/+4 |
2020-06-30 | flow_dissector: Pull BPF program assignment up to bpf-netns | Jakub Sitnicki | 1 | -1/+2 |
2020-06-30 | xsk: Replace the cheap_dma flag with a dma_need_sync flag | Christoph Hellwig | 1 | -3/+3 |
2020-06-30 | dma-mapping: Add a new dma_need_sync API | Christoph Hellwig | 2 | -0/+6 |
2020-06-29 | genetlink: get rid of family->attrbuf | Cong Wang | 1 | -2/+0 |
2020-06-29 | Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux... | David S. Miller | 1 | -0/+4 |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 14 | -22/+58 |
2020-06-25 | rds: transport module should be auto loaded when transport is set | Rao Shoaib | 1 | -1/+3 |
2020-06-25 | sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket | Marcelo Ricardo Leitner | 1 | -3/+5 |
2020-06-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2 | -0/+9 |
2020-06-25 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -4/+6 |
2020-06-25 | Merge tag 'sound-5.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti... | Linus Torvalds | 2 | -0/+17 |
2020-06-25 | bpf: Do not allow btf_ctx_access with __int128 types | John Fastabend | 1 | -0/+5 |
2020-06-25 | ieee80211: Add missing and new AKM suite selector definitions | Veerendranath Jakkam | 1 | -0/+4 |
2020-06-25 | netfilter: ip6tables: Split ip6t_unregister_table() into pre_exit and exit he... | David Wilder | 1 | -0/+3 |
2020-06-25 | netfilter: iptables: Split ipt_unregister_table() into pre_exit and exit help... | David Wilder | 1 | -0/+6 |
2020-06-24 | net: phy: make phy_disable_interrupts() non-static | Jisheng Zhang | 1 | -0/+1 |
2020-06-23 | net: Do not clear the sock TX queue in sk_set_socket() | Tariq Toukan | 1 | -1/+0 |
2020-06-23 | bpf: Fix formatting in documentation for BPF helpers | Quentin Monnet | 1 | -20/+21 |
2020-06-23 | net: qed: fix left elements count calculation | Alexander Lobakin | 1 | -10/+16 |
2020-06-23 | bridge: uapi: mrp: Fix MRP_PORT_ROLE | Horatiu Vultur | 1 | -1/+0 |
2020-06-22 | GUE: Fix a typo | Aiden Leong | 1 | -1/+1 |
2020-06-22 | Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -0/+4 |
2020-06-22 | Merge tag 'asoc-fix-v5.8-rc2' of https://git.kernel.org/pub/scm/linux/kernel/... | Takashi Iwai | 2 | -0/+17 |
2020-06-21 | Merge tag 'powerpc-5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 2 | -1/+8 |
2020-06-21 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 1 | -1/+1 |
2020-06-20 | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/... | Linus Torvalds | 1 | -0/+4 |
2020-06-20 | Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -5/+3 |
2020-06-20 | Merge tag 'trace-v5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r... | Linus Torvalds | 1 | -0/+4 |
2020-06-20 | Merge tag 'libnvdimm-for-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+1 |
2020-06-20 | mm: Allow arches to provide ptep_get() | Christophe Leroy | 2 | -1/+8 |
2020-06-19 | net: flow_offload: fix flow_indr_dev_unregister path | wenxu | 1 | -1/+3 |
2020-06-19 | flow_offload: use flow_indr_block_cb_alloc/remove function | wenxu | 1 | -1/+3 |
2020-06-19 | flow_offload: add flow_indr_block_cb_alloc/remove function | wenxu | 1 | -0/+13 |
2020-06-19 | Merge tag 'rxrpc-fixes-20200618' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 1 | -1/+1 |
2020-06-19 | Merge tag 'block-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -3/+0 |
2020-06-19 | Merge tag 'libata-5.8-2020-06-19' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+3 |
2020-06-19 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 1 | -0/+1 |
2020-06-19 | Merge tag 'ceph-for-5.8-rc2' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -2/+2 |