summaryrefslogtreecommitdiffstats
path: root/include/uapi
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2018-07-213-9/+16
|\
| * netfilter: nf_osf: add missing definitions to header fileFernando Fernandez Mancera2018-07-182-8/+13
| * netfilter: nft_socket: Expose socket markMáté Eckl2018-07-181-1/+3
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-214-95/+63Star
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-192-1/+5
| |\ \
| | * | tcp: Fix broken repair socket window probe patchStefan Baranoff2018-07-161-0/+4
| | * | net: ethtool: fix spelling mistake: "tubale" -> "tunable"Michael Heimpold2018-07-141-1/+1
| * | | rseq: Remove unused types_32_64.h uapi headerMathieu Desnoyers2018-07-101-50/+0Star
| * | | rseq: uapi: Declare rseq_cs field as union, update includesMathieu Desnoyers2018-07-101-8/+19
| * | | rseq: uapi: Update uapi commentsMathieu Desnoyers2018-07-101-33/+36
| * | | rseq: Use __u64 for rseq_cs fields, validate user inputsMathieu Desnoyers2018-07-101-3/+3
| |/ /
* | | net/sched: cls_flower: Support matching on ip tos and ttl for tunnelsOr Gerlitz2018-07-201-0/+5
* | | net/sched: tunnel_key: Allow to set tos and ttl for tc based ip tunnelsOr Gerlitz2018-07-201-0/+2
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-152-4/+9
|\ \
| * | bpf: Add BPF_SOCK_OPS_TCP_LISTEN_CBAndrey Ignatov2018-07-151-0/+3
| * | xdp: support simultaneous driver and hw XDP attachmentJakub Kicinski2018-07-131-0/+1
| * | xdp: add per mode attributes for attached programsJakub Kicinski2018-07-131-0/+3
| * | bpf: fix documentation for eBPF helpersQuentin Monnet2018-07-121-4/+2Star
* | | net: ipmr: add support for passing full packet on wrong vifNikolay Aleksandrov2018-07-131-0/+2
* | | devlink: Add support for region snapshot read commandAlex Vesker2018-07-131-0/+7
* | | devlink: Add support for region snapshot delete commandAlex Vesker2018-07-131-0/+2
* | | devlink: Extend the support querying for region snapshot IDsAlex Vesker2018-07-131-0/+3
* | | devlink: Add support for region get commandAlex Vesker2018-07-131-0/+6
* | | sched: Add Common Applications Kept Enhanced (cake) qdiscToke Høiland-Jørgensen2018-07-111-0/+114
* | | net: Use __u32 in uapi net_stamp.hJesus Sanchez-Palencia2018-07-101-2/+2
* | | openvswitch: kernel datapath clone actionYifeng Sun2018-07-081-0/+3
* | | net/sched: flower: Add supprt for matching on QinQ vlan headersJianbo Liu2018-07-071-0/+4
|/ /
* | devlink: Add devlink notifications support for paramsMoshe Shemesh2018-07-051-0/+2
* | devlink: Add param set commandMoshe Shemesh2018-07-051-0/+1
* | devlink: Add param get commandMoshe Shemesh2018-07-051-0/+11
* | devlink: Add devlink_param register and unregisterMoshe Shemesh2018-07-051-0/+10
* | net/sched: Make etf report drops on error_queueJesus Sanchez-Palencia2018-07-042-1/+8
* | net/sched: Add HW offloading capability to ETFJesus Sanchez-Palencia2018-07-041-0/+1
* | net/sched: Introduce the ETF QdiscVinicius Costa Gomes2018-07-041-0/+17
* | net: Add a new socket option for a future transmit time.Richard Cochran2018-07-042-0/+18
* | net:sched: add action inheritdsfield to skbeditQiaobin Fu2018-07-041-0/+2
* | sctp: add spp_ipv6_flowlabel and spp_dscp for sctp_paddrparamsXin Long2018-07-041-0/+4
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-07-033-8/+30
|\|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-07-021-5/+23
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2018-07-011-5/+23
| | |\
| | | * bpf: Change bpf_fib_lookup to return lookup statusDavid Ahern2018-06-291-5/+23
| * | | aio: mark __aio_sigset::sigmask constAvi Kivity2018-06-291-1/+1
| * | | Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds2018-06-281-3/+5
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2018-06-271-1/+3
| |\ \ \ | | |/ / | |/| |
| | * | scsi: target: tcmu: add read length supportbstroesser@ts.fujitsu.com2018-06-191-1/+3
| | |/
* | | Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...David S. Miller2018-06-301-1/+101
|\ \ \
| * | | cfg80211: Add support for HELuca Coelho2018-06-151-1/+86
| * | | nl80211: add scan features for improved scan privacyJohannes Berg2018-06-151-0/+15
* | | | tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna2018-06-301-0/+14
* | | | net/smc: add SMC-D diag supportHans Wippel2018-06-301-0/+10