summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2020-05-04gcc-10 warnings: fix low-hanging fruitLinus Torvalds2-2/+2
2020-05-03ptp: Add adjphase function to support phase offset control.Vincent Cheng1-1/+5
2020-05-02Merge tag 'nfs-for-5.7-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2-1/+14
2020-05-02Merge tag 'dmaengine-fix-5.7-rc4' of git://git.infradead.org/users/vkoul/slav...Linus Torvalds1-6/+6
2020-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller24-166/+160
2020-05-01net/mlx5: Add support to get lag physical portMaor Gottlieb1-0/+2
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb1-0/+12
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu1-0/+1
2020-05-01net: phy: bcm54140: add second PHY IDMichael Walle1-1/+1
2020-05-01ptp_qoriq: output PPS signal on FIPER2 in defaultYangbo Lu1-1/+1
2020-05-01Merge tag 'drm-misc-fixes-2020-04-30' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+1
2020-04-30tcp: add tp->dup_ack_counterEric Dumazet1-0/+1
2020-04-30Merge tag 'mlx5-updates-2020-04-30' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller8-134/+187
2020-04-30docs: networking: convert netdev-features.txt to ReSTMauro Carvalho Chehab1-1/+1
2020-04-30inet_diag: add cgroup id attributeDmitry Yakunin1-1/+5
2020-04-30mptcp: move option parsing into mptcp_incoming_options()Paolo Abeni1-51/+0
2020-04-30Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed8-134/+187
2020-04-30dma-buf: fix documentation build warningsRandy Dunlap1-2/+1
2020-04-30platform/chrome: cros_ec_sensorhub: Allocate sensorhub resource before claimi...Gwendal Grignou1-0/+1
2020-04-29bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko3-3/+13
2020-04-29bpf: Allocate ID for bpf_linkAndrii Nakryiko1-4/+13
2020-04-29bpf: Refactor bpf_link update handlingAndrii Nakryiko2-13/+2
2020-04-28NFSv4.1: fix handling of backchannel binding in BIND_CONN_TO_SESSIONOlga Kornievskaia2-0/+7
2020-04-28SUNRPC: defer slow parts of rpc_free_client() to a workqueue.NeilBrown1-1/+7
2020-04-28net/mlx5: TX WQE Add trailer insertion fieldRaed Salem1-0/+6
2020-04-28net/mlx5: Add release all pages capability bitEran Ben Elisha1-1/+3
2020-04-28net/mlx5: Introduce TLS RX offload hardware bitsTariq Toukan2-4/+19
2020-04-28net/mlx5: Add structure and defines for pci sync for fw update eventMoshe Shemesh2-1/+18
2020-04-28net/mlx5: Add structure layout and defines for MFRL registerMoshe Shemesh2-0/+25
2020-04-28net/mlx5: Refactor imm_inval_pkey field in cqe structRaed Salem1-1/+6
2020-04-28net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit1-1/+2
2020-04-28net/mlx5: Introduce IPsec Connect-X offload hardware bits and structuresRaed Salem2-3/+79
2020-04-28net/mlx5: Add support for COPY steering actionHuy Nguyen1-4/+4
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann21-145/+122
2020-04-27bridge: mrp: Extend bridge interfaceHoratiu Vultur1-0/+2
2020-04-27vsock/virtio: fix multiple packet delivery to monitoring devicesStefano Garzarella1-0/+1
2020-04-27dmaengine: fix channel index enumerationDave Jiang1-2/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig18-143/+101
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig6-0/+21
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig1-2/+0
2020-04-26Merge tag 'staging-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2020-04-26Merge tag 'driver-core-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+4
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski1-0/+1
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2-2/+8
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev1-0/+1
2020-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller40-93/+72
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+2
2020-04-25net: phy: remove genphy_no_soft_resetHeiner Kallweit1-4/+0
2020-04-25net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-3/+3
2020-04-24Merge tag 'pnp-5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-20/+9