summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* net: phy: add genphy_c45_check_and_restart_anegHeiner Kallweit2019-02-211-0/+1
* net: phy: export genphy_config_eee_advertHeiner Kallweit2019-02-211-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-208-15/+59
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-02-193-3/+38
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-161-0/+6
| | |\
| | | * bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-101-0/+6
| | * | net: Add header for usage of fls64()David S. Miller2019-02-161-0/+1
| | * | net: validate untrusted gso packets without csum offloadWillem de Bruijn2019-02-152-1/+10
| | * | net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-151-2/+21
| * | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-02-172-10/+0
| |\ \ \
| | * | | efi/arm: Revert "Defer persistent reservations until after paging_init()"Ard Biesheuvel2019-02-161-7/+0
| | * | | arm64, mm, efi: Account for GICv3 LPI tables in static memblock reserve tableArd Biesheuvel2019-02-161-3/+0
| | |/ /
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-02-171-0/+5
| |\ \ \
| | * | | perf/x86: Add check_period PMU callbackJiri Olsa2019-02-111-0/+5
| * | | | Merge tag 'compiler-attributes-for-linus-v5.0-rc7' of git://github.com/ojeda/...Linus Torvalds2019-02-162-2/+16
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | include/linux/module.h: copy __init/__exit attrs to init/cleanup_moduleMiguel Ojeda2019-02-151-2/+2
| | * | | Compiler Attributes: add support for __copy (gcc >= 9)Miguel Ojeda2019-02-151-0/+14
* | | | | ptp_qoriq: don't pass a large struct by value but instead pass it by referenceColin Ian King2019-02-191-1/+1
* | | | | net: phy: add helper mii_10gbt_stat_mod_linkmode_lpa_tHeiner Kallweit2019-02-181-0/+19
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2019-02-181-8/+52
|\ \ \ \ \
| * | | | | netfilter: ipv6: avoid indirect calls for IPV6=y caseFlorian Westphal2019-02-041-13/+51
| * | | | | netfilter: nat: remove module dependency on ipv6 coreFlorian Westphal2019-02-041-0/+6
* | | | | | ptr_ring: remove duplicated include from ptr_ring.hYueHaibing2019-02-171-1/+0
* | | | | | net: phy: add genphy_c45_an_config_anegAndrew Lunn2019-02-171-0/+1
* | | | | | net: phy: add helper linkmode_adv_to_mii_10gbt_adv_tHeiner Kallweit2019-02-171-0/+25
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-162-5/+47
|\ \ \ \ \ \
| * | | | | | net: bpf: remove XDP_QUERY_XSK_UMEM enumeratorJan Sokolowski2019-02-151-4/+3
| * | | | | | bpf: offload: add priv field for driversJakub Kicinski2019-02-121-1/+2
| * | | | | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-101-0/+30
| * | | | | | bpf: Add a bpf_sock pointer to __sk_buff and a bpf_sk_fullsock helperMartin KaFai Lau2019-02-101-0/+12
* | | | | | | Merge tag 'mlx5-updates-2019-02-15' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-02-166-53/+185
|\ \ \ \ \ \ \
| * | | | | | | net/mlx5: E-Switch, Consider ECPF vport depends on eswitch ownershipBodong Wang2019-02-153-4/+12
| * | | | | | | net/mlx5: E-Switch, Assign a different position for uplink rep and vportBodong Wang2019-02-151-3/+8
| * | | | | | | net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang2019-02-151-7/+4
| * | | | | | | net/mlx5: E-Switch, Add state to eswitch vport representorsBodong Wang2019-02-151-1/+7
| * | | | | | | net/mlx5: E-Switch, Split VF and special vports for offloads modeBodong Wang2019-02-151-0/+1
| * | | | | | | net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang2019-02-151-2/+2
| * | | | | | | net/mlx5: E-Switch, Properly refer to the esw manager vportBodong Wang2019-02-151-0/+2
| * | | | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-155-42/+155
| |\ \ \ \ \ \ \
| | * | | | | | | net/mlx5: Add support to ext_* fields introduced in Port Type and Speed registerAya Levin2019-02-141-0/+19
| | * | | | | | | net/mlx5: Add new fields to Port Type and Speed registerAya Levin2019-02-141-4/+8
| | * | | | | | | net/mlx5: Refactor queries to speed fields in Port Type and Speed registerAya Levin2019-02-141-11/+0
| | * | | | | | | net/mlx5: E-Switch, Avoid magic numbers when initializing offloads modeBodong Wang2019-02-141-1/+3
| | * | | | | | | net/mlx5: Relocate vport macros to the vport header fileBodong Wang2019-02-142-6/+7
| | * | | | | | | net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-141-0/+4
| | * | | | | | | net/mlx5: Provide an alternative VF upper bound for ECPFBodong Wang2019-02-141-1/+10
| | * | | | | | | net/mlx5: Add host params change eventBodong Wang2019-02-142-0/+7
| | * | | | | | | net/mlx5: Add query host params commandBodong Wang2019-02-141-0/+41
| | * | | | | | | net/mlx5: Update enable HCA dependencyBodong Wang2019-02-141-2/+4
| | * | | | | | | net/mlx5: Introduce Mellanox SmartNIC and modify page management logicBodong Wang2019-02-143-6/+17