aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-03-3151-865/+1447
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-03-3010-623/+498
| |\
| | * bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-301-0/+12
| | * bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-302-6/+33
| | * bpf: Verifier, do explicit ALU32 bounds trackingJohn Fastabend2020-03-303-0/+17
| | * bpf: lsm: Implement attach, detach and executionKP Singh2020-03-301-0/+11
| | * bpf: lsm: Provide attachment points for BPF LSM programsKP Singh2020-03-301-0/+22
| | * security: Refactor declaration of LSM hooksKP Singh2020-03-302-616/+393
| | * bpf: Introduce BPF_PROG_TYPE_LSMKP Singh2020-03-302-0/+7
| | * xdp: Support specifying expected existing program when attaching XDPToke Høiland-Jørgensen2020-03-281-1/+1
| | * bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor idDaniel Borkmann2020-03-271-0/+1
| | * bpf: Add netns cookie and enable it for bpf cgroup hooksDaniel Borkmann2020-03-271-0/+1
| * | net: phylink: add separate pcs operations structureRussell King2020-03-301-0/+88
| * | net: phylink: rename 'ops' to 'mac_ops'Russell King2020-03-301-1/+1
| * | net: phylink: change phylink_mii_c22_pcs_set_advertisement() prototypeRussell King2020-03-301-1/+2
| * | qed: Fix use after free in qed_chain_freeYuval Basson2020-03-301-9/+15
| * | ptp: Avoid deadlocks in the programmable pin code.Richard Cochran2020-03-301-0/+19
| * | Merge tag 'mlx5-updates-2020-03-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-03-301-10/+0
| |\ \
| | * \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2020-03-291-10/+0
| | |\ \
| | | * | {IB,net}/mlx5: Move asynchronous mkey creation to mlx5_ibMichael Guralnik2020-03-131-6/+0
| | | * | {IB,net}/mlx5: Assign mkey variant in mlx5_ib onlySaeed Mahameed2020-03-131-4/+0
| * | | | net: ipv6: add support for rpl sr exthdrAlexander Aring2020-03-291-0/+1
| |/ / /
| * | | mptcp: Add handling of incoming MP_JOIN requestsPeter Krystad2020-03-291-1/+7
| * | | mptcp: Add ADD_ADDR handlingPeter Krystad2020-03-291-2/+18
| * | | net: Fix typo of SKB_SGO_CB_OFFSETCambda Zhu2020-03-291-2/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2020-03-298-14/+34
| |\ \ \
| * | | | net: phy: bcm7xx: add jumbo frame configuration to PHYMurali Krishna Policharla2020-03-271-0/+2
| * | | | PCI: Add new PCI_VPD_RO_KEYWORD_SERIALNO macroVasundhara Volam2020-03-271-0/+1
| * | | | net: add a reference to MACsec ops in net_deviceAntoine Tenart2020-03-261-0/+9
| * | | | net: introduce the MACSEC netdev featureAntoine Tenart2020-03-261-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-2514-43/+80
| |\ \ \ \
| * | | | | net: phy: introduce phy_read_poll_timeout macroDejin Zheng2020-03-231-0/+13
| * | | | | net: phy: introduce phy_read_mmd_poll_timeout macroDejin Zheng2020-03-231-0/+14
| * | | | | iopoll: redefined readx_poll_timeout macro to simplify the codeDejin Zheng2020-03-231-19/+1
| * | | | | iopoll: introduce read_poll_timeout macroDejin Zheng2020-03-231-0/+44
| * | | | | net: phy: add and use phy_check_downshiftHeiner Kallweit2020-03-231-0/+3
| * | | | | sysfs: fix static inline declaration of sysfs_groups_change_owner()Christian Brauner2020-03-191-2/+2
| * | | | | Merge tag 'mlx5-updates-2020-03-17' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2020-03-181-1/+2
| |\ \ \ \ \
| | * | | | | net/mlx5: Eswitch, enable forwarding back to uplink portEli Cohen2020-03-171-1/+2
| | | |_|_|/ | | |/| | |
| * | | | | netfilter: revert introduction of egress hookDaniel Borkmann2020-03-183-106/+58
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-03-179-67/+115
| |\ \ \ \ \
| | * | | | | netfilter: Introduce egress hookLukas Wunner2020-03-182-0/+31
| | * | | | | netfilter: Generalize ingress hookLukas Wunner2020-03-181-14/+31
| | * | | | | netfilter: Rename ingress hook include fileLukas Wunner2020-03-181-0/+0
| | * | | | | netfilter: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-156-9/+9
| * | | | | | net: phylink: pcs: add 802.3 clause 45 helpersRussell King2020-03-171-0/+2
| * | | | | | net: phylink: pcs: add 802.3 clause 22 helpersRussell King2020-03-171-0/+6
| * | | | | | net: mdiobus: add APIs for modifying a MDIO device registerRussell King2020-03-172-0/+23
| * | | | | | net: phy: improve phy_driver callback handle_interruptHeiner Kallweit2020-03-171-1/+2
| * | | | | | net: ethtool: require drivers to set supported_coalesce_paramsJakub Kicinski2020-03-171-0/+2
| | |/ / / / | |/| | | |