summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* atm: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-131-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-114-21/+24
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-07-101-20/+21
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-301-20/+21
| | |\
| | | * bpf: Fix formatting in documentation for BPF helpersQuentin Monnet2020-06-231-20/+21
| * | | Merge tag 'io_uring-5.8-2020-07-10' of git://git.kernel.dk/linux-blockLinus Torvalds2020-07-101-0/+1
| |\ \ \
| | * | | io_uring: export cq overflow status to userspaceXiaoguang Wang2020-07-081-0/+1
| * | | | Merge tag 'vfio-v5.8-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2020-06-271-1/+1
| |\ \ \ \
| | * | | | vfio/type1: Fix migration info capability IDAlex Williamson2020-06-181-1/+1
| * | | | | Merge tag 'drm-fixes-2020-06-26' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-06-261-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge tag 'drm-misc-fixes-2020-06-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-06-261-0/+1
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | drm/fb-helper: Fix vt restoreDaniel Vetter2020-06-241-0/+1
| | | |/ /
* | | | | ethtool: add tunnel info interfaceJakub Kicinski2020-07-102-0/+57
* | | | | devlink: Add a new devlink port split ability attribute and pass to netlinkDanielle Ratson2020-07-091-0/+1
* | | | | devlink: Add a new devlink port lanes attribute and pass to netlinkDanielle Ratson2020-07-091-0/+2
* | | | | mptcp: add MPTCP socket diag interfacePaolo Abeni2020-07-091-0/+17
* | | | | inet_diag: support for wider protocol numbersPaolo Abeni2020-07-091-0/+1
* | | | | ethtool: Add support for 100Gbps per lane link modesMeir Lichtinger2020-07-081-0/+15
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2020-07-081-0/+14
|\ \ \ \ \
| * | | | | netfilter: nf_tables: reject unsupported chain flagsPablo Neira Ayuso2020-07-041-0/+3
| * | | | | netfilter: nf_tables: add NFT_CHAIN_BINDINGPablo Neira Ayuso2020-07-041-0/+1
| * | | | | netfilter: nf_tables: expose enum nft_chain_flags through UAPIPablo Neira Ayuso2020-07-041-0/+5
| * | | | | netfilter: nf_tables: add NFTA_VERDICT_CHAIN_ID attributePablo Neira Ayuso2020-07-041-0/+2
| * | | | | netfilter: nf_tables: add NFTA_RULE_CHAIN_ID attributePablo Neira Ayuso2020-07-041-0/+1
| * | | | | netfilter: nf_tables: add NFTA_CHAIN_ID attributePablo Neira Ayuso2020-07-041-0/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-041-99/+172
|\ \ \ \ \ \
| * | | | | | bpf: Introduce helper bpf_get_task_stack()Song Liu2020-07-011-1/+36
| * | | | | | bpf: Add bpf_skc_to_udp6_sock() helperYonghong Song2020-06-241-1/+8
| * | | | | | bpf: Add bpf_skc_to_{tcp, tcp_timewait, tcp_request}_sock() helpersYonghong Song2020-06-241-1/+22
| * | | | | | bpf: Add bpf_skc_to_tcp6_sock() helperYonghong Song2020-06-241-1/+8
| * | | | | | bpf: Add SO_KEEPALIVE and related options to bpf_setsockoptDmitry Yakunin2020-06-241-2/+5
| * | | | | | Merge up to bpf_probe_read_kernel_str() fix into bpf-nextAlexei Starovoitov2020-06-231-1/+1
| |\ \ \ \ \ \
| * | | | | | | bpf: Switch most helper return values from 32-bit int to 64-bit longAndrii Nakryiko2020-06-241-96/+96
* | | | | | | | bridge: Extend br_fill_ifinfo to return MPR statusHoratiu Vultur2020-07-021-0/+1
* | | | | | | | bridge: uapi: mrp: Extend MRP attributes to get the statusHoratiu Vultur2020-07-021-0/+17
* | | | | | | | Merge tag 'batadv-next-for-davem-20200630' of git://git.open-mesh.org/linux-m...David S. Miller2020-06-302-28/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | batman-adv: Introduce a configurable per interface hop penaltyLinus Lüssing2020-06-261-1/+2
| * | | | | | | | batman-adv: Fix typos and grammar in documentationSven Eckelmann2020-06-262-27/+27
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | ethtool: Add link extended stateAmit Cohen2020-06-292-0/+72
| |_|_|/ / / / |/| | | | | |
* | | | | | | net: sched: sch_red: Add qevents "early_drop" and "mark"Petr Machata2020-06-291-0/+2
* | | | | | | bareudp: Added attribute to enable & disable rx metadata collectionMartin2020-06-281-0/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-255-3/+9
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-253-3/+4
| |\ \ \ \ \ \
| | * | | | | | rds: transport module should be auto loaded when transport is setRao Shoaib2020-06-251-1/+3
| | * | | | | | bridge: uapi: mrp: Fix MRP_PORT_ROLEHoratiu Vultur2020-06-231-1/+0
| | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-171-1/+1
| | |\ \ \ \ \ | | | |_|/ / / | | |/| | / / | | | | |/ / | | | |/| |
| | | * | | bpf: Fix definition of bpf_ringbuf_output() helper in UAPI commentsAndrii Nakryiko2020-06-161-1/+1
| | | |/ /
| * | | | Merge tag 'spi-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-221-0/+4
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | spi: uapi: spidev: Use TABs for alignmentGeert Uytterhoeven2020-06-151-4/+4
| | * | | spi: tools: Add macro definitions to fix build errorsQing Zhang2020-06-111-0/+4