summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* include/linux/compiler-gcc.h: sparse can do constant folding of __builtin_bsw...Luc Van Oostenryck2021-04-301-6/+2
* Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-04-292-1/+15
|\
| * kbuild: redo fake deps at include/config/*.hAlexey Dobriyan2021-04-241-1/+1
| * kbuild: add an elfnote for whether vmlinux is built with ltoYonghong Song2021-04-241-0/+14
* | Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-29132-798/+3837
|\ \
| * | net: selftest: fix build issue if INET is disabledOleksij Rempel2021-04-281-0/+19
| * | icmp: standardize naming of RFC 8335 PROBE constantsAndreas Roeseler2021-04-281-14/+14
| * | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-04-282-19/+7
| |\ \
| | * | bpf: Implement formatted output helpers with bstr_printfFlorent Revest2021-04-281-19/+3
| | * | seq_file: Add a seq_bprintf functionFlorent Revest2021-04-281-0/+4
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-282-0/+7
| |\ \ \
| | * | | netfilter: nftables: add catch-all set element supportPablo Neira Ayuso2021-04-272-0/+7
| * | | | net: phy: Add support for microchip SMI0 MDIO busAndrew Lunn2021-04-271-0/+3
| * | | | net: mscc: ocelot: support PTP Sync one-step timestampingYangbo Lu2021-04-271-1/+7
| * | | | net: mscc: ocelot: convert to ocelot_port_txtstamp_request()Yangbo Lu2021-04-271-2/+3
| * | | | net: dsa: free skb->cb usage in core driverYangbo Lu2021-04-273-15/+10
| * | | | net: dsa: no longer clone skb in core driverYangbo Lu2021-04-271-2/+2
| * | | | net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-271-1/+1
| * | | | net: bridge: mcast: fix broken length + header check for MRDv6 Adv.Linus Lüssing2021-04-271-1/+0
| |/ / /
| * | | net: Fix typo in comment about ancillary dataArnaldo Carvalho de Melo2021-04-261-1/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-04-2614-75/+60
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: allow to turn off xtables compat layerFlorian Westphal2021-04-264-9/+9
| | * | netfilter: nfnetlink: consolidate callback typesPablo Neira Ayuso2021-04-261-6/+10
| | * | netfilter: nfnetlink: pass struct nfnl_info to batch callbacksPablo Neira Ayuso2021-04-261-4/+2
| | * | netfilter: nfnetlink: pass struct nfnl_info to rcu callbacksPablo Neira Ayuso2021-04-261-4/+2
| | * | netfilter: nfnetlink: add struct nfnl_info and pass it to callbacksPablo Neira Ayuso2021-04-261-4/+9
| | * | netfilter: nftables: add nft_pernet() helper functionPablo Neira Ayuso2021-04-261-0/+8
| | * | netfilter: remove all xt_table anchors from struct netFlorian Westphal2021-04-262-19/+0
| | * | netfilter: ip6_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-3/+2
| | * | netfilter: arp_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-261-1/+1
| | * | netfilter: ip_tables: pass table pointer via nf_hook_opsFlorian Westphal2021-04-262-4/+5
| | * | netfilter: arptables: unregister the tables by nameFlorian Westphal2021-04-261-2/+2
| | * | netfilter: ip6tables: unregister the tables by nameFlorian Westphal2021-04-261-2/+2
| | * | netfilter: iptables: unregister the tables by nameFlorian Westphal2021-04-261-3/+3
| | * | netfilter: x_tables: add xt_find_tableFlorian Westphal2021-04-261-0/+1
| | * | netfilter: x_tables: remove ipt_unregister_tableFlorian Westphal2021-04-262-5/+0
| | * | netfilter: ebtables: remove the 3 ebtables pointers from struct netFlorian Westphal2021-04-262-13/+4
| | * | netfilter: disable defrag once its no longer neededFlorian Westphal2021-04-262-2/+4
| | * | netfilter: nft_socket: add support for cgroupsv2Pablo Neira Ayuso2021-04-261-0/+4
| | * | netfilter: nat: move nf_xfrm_me_harder to where it is usedFlorian Westphal2021-04-261-2/+0
| * | | macvlan: Add nodst option to macvlan type sourceJethro Beekman2021-04-261-0/+1
| * | | Merge tag 'mlx5-updates-2021-04-21' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2021-04-263-11/+13
| |\ \ \
| | * | | devlink: Extend SF port attributes to have external attributeParav Pandit2021-04-241-1/+4
| | * | | net/mlx5: E-Switch, Prepare to return total vports from eswitch structParav Pandit2021-04-241-8/+0
| | * | | net/mlx5: E-Switch, Return eswitch max ports when eswitch is supportedParav Pandit2021-04-241-2/+9
| | |/ /
| * | | net: ethernet: ixp4xx: Support device tree probingLinus Walleij2021-04-261-0/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-04-268-7/+107
| |\ \ \ | | |/ / | |/| |
| | * | bpf: Add a bpf_snprintf helperFlorent Revest2021-04-202-0/+29
| | * | bpf: Add a ARG_PTR_TO_CONST_STR argument typeFlorent Revest2021-04-201-0/+1
| | * | bpf: Factorize bpf_trace_printk and bpf_seq_printfFlorent Revest2021-04-201-0/+20