aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+5
2021-10-20fq_codel: generalise ce_threshold marking for subset of trafficToke Høiland-Jørgensen1-1/+2
2021-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-0/+1
2021-10-18ether: add EtherType for proprietary Realtek protocolsAlvin Šipraga1-0/+1
2021-10-18mctp: Be explicit about struct sockaddr_mctp paddingJeremy Kerr1-0/+2
2021-10-18mctp: unify sockaddr_mctp typesJeremy Kerr1-2/+3
2021-10-16net/smc: add netlink support for SMC-Rv2Karsten Graul1-2/+15
2021-10-15fq_codel: implement L4S style ce_threshold_ect1 markingEric Dumazet1-0/+1
2021-10-14netfilter: Introduce egress hookLukas Wunner1-0/+1
2021-10-12net, neigh: Add NTF_MANAGED flag for managed neighbor entriesDaniel Borkmann1-11/+23
2021-10-12net, neigh: Extend neigh->flags to 32 bit to allow for extensionsRoopa Prabhu1-0/+1
2021-10-08vsock: Enable y2038 safe timeval for timeoutRichard Palethorpe1-1/+12
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+10
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+9
2021-10-07Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linuxLinus Torvalds1-1/+1
2021-10-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/David S. Miller1-6/+9
2021-10-06ethtool: Add transceiver module extended stateIdo Schimmel1-0/+6
2021-10-06ethtool: Add ability to control transceiver modules' power modeIdo Schimmel2-0/+40
2021-10-06hyper-v: Replace uuid.h with types.hAndy Shevchenko1-1/+1
2021-10-04ipv6: ioam: Add support for the ip6ip6 encapsulationJustin Iurman1-0/+29
2021-10-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-2/+14
2021-10-01devlink: report maximum number of snapshots with regionsJacob Keller1-0/+2
2021-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2021-09-25Merge tag 'char-misc-5.15-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-0/+7
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+7
2021-09-20Merge tag '5.15-rc1-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-1/+0
2021-09-18mptcp: add MPTCP_SUBFLOW_ADDRS getsockopt supportFlorian Westphal1-0/+24
2021-09-18mptcp: add MPTCP_TCPINFO getsockopt supportFlorian Westphal1-1/+9
2021-09-18mptcp: add MPTCP_INFO getsockoptFlorian Westphal1-0/+3
2021-09-17bpf: Clarify data_len param in bpf_snprintf and bpf_seq_printf commentsDave Marchevsky1-2/+3
2021-09-17bpf: Add bpf_trace_vprintk helperDave Marchevsky1-0/+11
2021-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2-21/+60
2021-09-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-4/+345
2021-09-16net/tls: support SM4 GCM/CCM algorithmTianjia Zhang1-0/+30
2021-09-15bpf: Update bpf_get_smp_processor_id() documentationMatteo Croce1-1/+1
2021-09-15xfrm: make user policy API completeNicolas Dichtel1-3/+6
2021-09-14bpf: Support for new btf kind BTF_KIND_TAGYonghong Song1-1/+13
2021-09-14btf: Change BTF_KIND_* macros to enumsYonghong Song1-19/+22
2021-09-14net/smc: add generic netlink support for system EIDKarsten Graul1-0/+12
2021-09-14net/smc: add support for user defined EIDsKarsten Graul1-0/+15
2021-09-14include/uapi/linux/xfrm.h: Fix XFRM_MSG_MAPPING ABI breakageEugene Syromiatnikov1-3/+3
2021-09-14binder: fix freeze raceLi Li1-0/+7
2021-09-13cifs: remove pathname for file from SPDX headerSteve French1-1/+0
2021-09-13bpf: Introduce helper bpf_get_branch_snapshotSong Liu1-0/+22
2021-09-13io-wq: provide IO_WQ_* constants for IORING_REGISTER_IOWQ_MAX_WORKERS arg itemsEugene Syromiatnikov1-1/+7
2021-09-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-1/+317
2021-09-10bpf: Add hardware timestamp field to __sk_buffVadim Fedorenko1-0/+2
2021-09-09Merge tag 'for-linus-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/umlLinus Torvalds1-2/+3
2021-09-09Merge tag 'cxl-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-1/+1
2021-09-09Merge tag 'dmaengine-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengineLinus Torvalds1-0/+24