summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | driver core: Avoid deferred probe due to fw_devlink_pause/resume()Saravana Kannan2020-07-101-1/+2
| | * | | | | | | | | | driver core: Rename dev_links_info.defer_sync to defer_hookSaravana Kannan2020-07-101-2/+2
| | |/ / / / / / / / /
| * | | | | | | | | | Merge tag 'tty-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-07-161-4/+98
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | serial: core: drop redundant sysrq checksJohan Hovold2020-06-271-2/+2
| | * | | | | | | | | | serial: core: fix sysrq overhead regressionJohan Hovold2020-06-271-5/+98
| | * | | | | | | | | | Revert "serial: core: Refactor uart_unlock_and_check_sysrq()"Johan Hovold2020-06-271-1/+2
| * | | | | | | | | | | Merge tag 'dmaengine-fix-5.8-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-151-0/+3
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | dmaengine: idxd: fix hw descriptor fields for delta recordDave Jiang2020-06-241-0/+3
| | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2020-07-133-2/+10
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
| | * | | | | | | | | | Input: elan_i2c - add more hardware ID for Lenovo laptopsDave Wang2020-07-081-0/+7
| | * | | | | | | | | | Input: add `SW_MACHINE_COVER`Merlijn Wajer2020-06-302-2/+3
| * | | | | | | | | | | Merge tag 'riscv-for-linus-5.8-rc5' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-07-111-0/+12
| |\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | |
| | * | | | | | | | | | kgdb: Move the extern declaration kgdb_has_hit_break() to generic kgdb.hVincent Chen2020-07-091-0/+1
| | * | | | | | | | | | kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+11
| | | |_|_|_|_|/ / / / | | |/| | | | | | | |
* | | | | | | | | | | icmp6: support rfc 4884Willem de Bruijn2020-07-243-0/+3
* | | | | | | | | | | icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-241-1/+2
* | | | | | | | | | | net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-241-2/+30
* | | | | | | | | | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-247-10/+13
* | | | | | | | | | | net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-1/+1
* | | | | | | | | | | net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-241-1/+1
* | | | | | | | | | | net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-241-1/+1
* | | | | | | | | | | net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-241-4/+4
* | | | | | | | | | | net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-241-3/+2
* | | | | | | | | | | net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-241-2/+3
* | | | | | | | | | | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-241-3/+3
* | | | | | | | | | | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-2/+4
* | | | | | | | | | | netfilter: switch xt_copy_counters to sockptr_tChristoph Hellwig2020-07-241-2/+2
* | | | | | | | | | | net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-241-3/+5
* | | | | | | | | | | net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-1/+2
* | | | | | | | | | | net: switch copy_bpf_fprog_from_user to sockptr_tChristoph Hellwig2020-07-241-1/+2
* | | | | | | | | | | net: add a new sockptr_t typeChristoph Hellwig2020-07-241-0/+104
* | | | | | | | | | | net/sched: cls_flower: Add hash info to flow classificationAriel Levkovich2020-07-241-0/+3
* | | | | | | | | | | net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-242-0/+13
* | | | | | | | | | | net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-231-23/+0
* | | | | | | | | | | qed: introduce qed_chain_get_elem_used{,u32}()Alexander Lobakin2020-07-221-4/+14
* | | | | | | | | | | qed: optimize common chain accessorsAlexander Lobakin2020-07-221-27/+33
* | | | | | | | | | | qed: add support for different page sizes for chainsAlexander Lobakin2020-07-221-8/+13
* | | | | | | | | | | qed: simplify chain allocation with init params structAlexander Lobakin2020-07-222-14/+16
* | | | | | | | | | | qed: move chain initialization inlines next to allocation functionsAlexander Lobakin2020-07-221-112/+0
* | | | | | | | | | | qed: sanitize PBL chains allocationAlexander Lobakin2020-07-221-8/+8
* | | | | | | | | | | qed: reformat "qed_chain.h" a bitAlexander Lobakin2020-07-221-60/+66
* | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-228-27/+335
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | bpf: net: Use precomputed btf_id for bpf iteratorsYonghong Song2020-07-211-0/+1
| * | | | | | | | | | | bpf: Make btf_sock_ids globalYonghong Song2020-07-211-0/+30
| * | | | | | | | | | | bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.hYonghong Song2020-07-211-3/+7
| * | | | | | | | | | | bpf: Compute bpf_skc_to_*() helper socket btf ids at build timeYonghong Song2020-07-211-4/+0
| * | | | | | | | | | | inet6: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+39
| * | | | | | | | | | | inet: Run SK_LOOKUP BPF program on socket lookupJakub Sitnicki2020-07-171-0/+91
| * | | | | | | | | | | bpf: Introduce SK_LOOKUP program type with a dedicated attach pointJakub Sitnicki2020-07-175-0/+100
| * | | | | | | | | | | bpf, netns: Handle multiple link attachmentsJakub Sitnicki2020-07-171-0/+3