summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* net/atm: remove the atmdev_ops {get, set}sockopt methodsChristoph Hellwig2020-07-191-9/+0
* Merge tag 'mlx5-updates-2020-07-16' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-07-174-6/+20
|\
| * net/mlx5: Add IPsec related Flow steering entry's fieldsHuy Nguyen2020-07-162-3/+14
| * net/mlx5: Accel, Add core IPsec support for the Connect-X familyRaed Salem2020-07-162-3/+6
* | net: usbnet: export usbnet_set_rx_mode()Bjørn Mork2020-07-171-0/+1
* | net: cdc_ether: export usbnet_cdc_update_filterMiguel Rodríguez Pérez2020-07-171-0/+1
|/
* net: ipv6: drop duplicate word in commentRandy Dunlap2020-07-151-1/+1
* net: wimax: fix duplicate words in commentsRandy Dunlap2020-07-151-2/+2
* net: skbuff.h: drop duplicate words in commentsRandy Dunlap2020-07-151-2/+2
* net: qed: drop duplicate words in commentsRandy Dunlap2020-07-152-2/+2
* netpoll: Remove unused inline function netpoll_netdev_init()YueHaibing2020-07-151-3/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-147-29/+34
|\
| * Merge branch 'usermode-driver-cleanup' of git://git.kernel.org/pub/scm/linux/...Alexei Starovoitov2020-07-146-28/+24
| |\
| | * umd: Remove exit_umhEric W. Biederman2020-07-072-17/+0
| | * bpfilter: Take advantage of the facilities of struct pidEric W. Biederman2020-07-071-1/+2
| | * exit: Factor thread_group_exited out of pidfd_pollEric W. Biederman2020-07-071-0/+2
| | * umd: Track user space drivers with struct pidEric W. Biederman2020-07-041-1/+1
| | * exec: Remove do_execve_fileEric W. Biederman2020-07-041-1/+0
| | * umh: Stop calling do_execve_fileEric W. Biederman2020-07-041-1/+0
| | * umd: Transform fork_usermode_blob into fork_usermode_driverEric W. Biederman2020-07-041-1/+5
| | * umd: Rename umd_info.cmdline umd_info.driver_nameEric W. Biederman2020-07-041-1/+1
| | * umd: For clarity rename umh_info umd_infoEric W. Biederman2020-07-042-4/+4
| | * umh: Separate the user mode driver and the user mode helper supportEric W. Biederman2020-07-044-19/+31
| | * umh: Remove call_usermodehelper_setup_file.Eric W. Biederman2020-07-041-3/+0
| | * umh: Capture the pid in umh_pipe_setupEric W. Biederman2020-07-041-1/+0
| * | bpf: Fix cross build for CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-1/+1
| * | bpf: Fix build for disabled CONFIG_DEBUG_INFO_BTF optionJiri Olsa2020-07-141-0/+9
* | | bridge: mrp: Extend bridge interfaceHoratiu Vultur2020-07-141-0/+1
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-132-0/+91
|\ \
| * | bpf: Add BTF_ID_LIST/BTF_ID/BTF_ID_UNUSED macrosJiri Olsa2020-07-131-0/+87
| * | bpf: Add BPF_CGROUP_INET_SOCK_RELEASE hookStanislav Fomichev2020-07-081-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-1143-130/+505
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-1012-14/+102
| |\ \ \
| | * \ \ Merge tag 'mlx5-fixes-2020-07-02' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2020-07-102-0/+29
| | |\ \ \
| | | * | | net/mlx5e: Fix port buffers cell size valueEran Ben Elisha2020-07-092-0/+29
| | * | | | cgroup: Fix sock_cgroup_data on big-endian.Cong Wang2020-07-091-0/+2
| | |/ / /
| | * | | vlan: consolidate VLAN parsing code and limit max parsing depthToke Høiland-Jørgensen2020-07-071-35/+22
| | * | | cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-072-3/+7
| | * | | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-031-0/+28
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-306-4/+38
| | |\ \ \
| | | * | | bpf: sockmap: Require attach_bpf_fd when detaching a programLorenz Bauer2020-06-302-2/+24
| | | * | | bpf: flow_dissector: Check value of unused flags to BPF_PROG_DETACHLorenz Bauer2020-06-301-2/+3
| | | * | | dma-mapping: Add a new dma_need_sync APIChristoph Hellwig2020-06-302-0/+6
| | | * | | bpf: Do not allow btf_ctx_access with __int128 typesJohn Fastabend2020-06-251-0/+5
| | * | | | Merge tag 'mac80211-for-net-2020-06-29' of git://git.kernel.org/pub/scm/linux...David S. Miller2020-06-291-0/+4
| | |\ \ \ \
| | | * | | | ieee80211: Add missing and new AKM suite selector definitionsVeerendranath Jakkam2020-06-251-0/+4
| * | | | | | Merge tag 'cleanup-kernel_read_write' of git://git.infradead.org/users/hch/miscLinus Torvalds2020-07-101-1/+1
| |\ \ \ \ \ \
| | * | | | | | fs: remove __vfs_readChristoph Hellwig2020-07-081-1/+0
| | * | | | | | fs: add a __kernel_read helperChristoph Hellwig2020-07-081-0/+1
| * | | | | | | Merge tag 'dma-mapping-5.8-5' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2020-07-101-4/+4
| |\ \ \ \ \ \ \