summaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
Commit message (Expand)AuthorAgeFilesLines
* Revert "net: add pf_family_names[] for protocol family"David S. Miller2021-06-181-48/+0
* net: add pf_family_names[] for protocol familyYejune Deng2021-06-181-0/+48
* mptcp: add csum_enabled in mptcp_sockGeliang Tang2021-06-181-0/+1
* seg6: add support for SRv6 End.DT46 BehaviorAndrea Mayer2021-06-181-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-06-171-2/+41
|\
| * bpf: Support socket migration by eBPF.Kuniyuki Iwashima2021-06-151-0/+15
| * bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima2021-06-151-0/+1
| * xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu2021-05-261-2/+12
| * bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek2021-05-241-0/+13
* | net: fix mistake path for netdev_features_stringsJian Shen2021-06-171-2/+2
* | net/smc: Add netlink support for SMC fallback statisticsGuvenc Gulce2021-06-161-0/+14
* | net/smc: Add netlink support for SMC statisticsGuvenc Gulce2021-06-161-0/+69
* | wwan: add interface creation supportJohannes Berg2021-06-121-0/+16
* | rtnetlink: add IFLA_PARENT_[DEV|DEV_BUS]_NAMEJohannes Berg2021-06-121-0/+7
* | virtio/vsock: defines and constants for SEQPACKETArseny Krasnov2021-06-111-0/+9
* | netlink: simplify NLMSG_DATA with NLMSG_HDRLENChen Li2021-06-101-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-092-1/+57
|\ \
| * | netfilter: add new hook nfnl subsystemFlorian Westphal2021-06-072-1/+57
* | | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-06-071-1/+1
|\ \ \ | |/ / |/| |
| * | Merge tag 'for-net-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/g...David S. Miller2021-06-031-1/+1
| |\ \
| | * | Bluetooth: Fix VIRTIO_ID_BT assigned numberMarcel Holtmann2021-06-031-1/+1
* | | | icmp: fix lib conflict with trinityAndreas Roeseler2021-06-031-2/+1
* | | | devlink: Allow setting parent node of rate objectsDmytro Linkin2021-06-021-0/+1
* | | | devlink: Introduce rate nodesDmytro Linkin2021-06-021-0/+3
* | | | devlink: Allow setting tx rate for devlink rate leaf objectsDmytro Linkin2021-06-021-0/+2
* | | | devlink: Introduce rate objectDmytro Linkin2021-06-021-0/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2021-06-011-0/+2
|\ \ \ \
| * | | | netfilter: nft_exthdr: Support SCTP chunksPhil Sutter2021-05-281-0/+2
* | | | | net: ethernet: rmnet: Add support for MAPv5 egress packetsSharath Chandra Vurukala2021-06-011-0/+1
* | | | | net: ethernet: rmnet: Support for ingress MAPv5 checksum offloadSharath Chandra Vurukala2021-06-011-0/+1
|/ / / /
* | | | Merge tag 'linux-can-next-for-5.14-20210527' of git://git.kernel.org/pub/scm/...Jakub Kicinski2021-05-271-2/+11
|\ \ \ \
| * | | | can: uapi: introduce CANFD_FDF flag for mixed content in struct canfd_frameOliver Hartkopp2021-05-271-0/+9
| * | | | can: uapi: update CAN-FD frame descriptionMarc Kleine-Budde2021-05-271-2/+2
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-05-273-5/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-212-4/+2
| |\ \
| | * | signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfoEric W. Biederman2021-05-181-3/+1
| | * | signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-182-3/+3
| * | | Merge tag 'block-5.13-2021-05-14' of git://git.kernel.dk/linux-blockLinus Torvalds2021-05-151-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | block: uapi: fix comment about block device ioctlDamien Le Moal2021-05-101-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-05-191-5/+34
|\ \ \ \
| * | | | bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov2021-05-191-0/+1
| * | | | bpf: Add bpf_sys_close() helper.Alexei Starovoitov2021-05-191-0/+7
| * | | | bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov2021-05-191-0/+7
| * | | | bpf: Introduce fd_idxAlexei Starovoitov2021-05-191-5/+11
| * | | | bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov2021-05-191-0/+8
| |/ / /
* / / / net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlinkLinus Lüssing2021-05-131-0/+2
|/ / /
* | | Merge tag 'net-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-05-082-0/+36
|\ \ \
| * | | netfilter: xt_SECMARK: add new revision to fix structure layoutPablo Neira Ayuso2021-05-031-0/+6
| * | | seg6: add counters support for SRv6 BehaviorsAndrea Mayer2021-04-291-0/+30
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-05-072-17/+0
|\ \ \ \