summaryrefslogtreecommitdiff
path: root/include/uapi/linux
AgeCommit message (Expand)AuthorFilesLines
2021-04-12ethtool: Allow network drivers to dump arbitrary EEPROM dataVladyslav Tarasiuk1-0/+19
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-60/+104
2021-04-10Merge tag 'net-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-34/+102
2021-04-09Merge tag 'for-net-next-2021-04-08' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2-0/+32
2021-04-08net: phy: add constants for 2.5G and 5G speed in PCS speed registerMarek BehĂșn1-0/+2
2021-04-08Bluetooth: Add support for virtio transport driverMarcel Holtmann2-0/+32
2021-04-08rfkill: revert back to old userspace API by defaultJohannes Berg1-12/+68
2021-04-08ethtool: fix kdoc in headersJakub Kicinski1-0/+6
2021-04-08ethtool: document reserved fields in the uAPIJakub Kicinski1-1/+21
2021-04-08ethtool: un-kdocify extended link stateJakub Kicinski1-20/+6
2021-04-03Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+2
2021-04-03mptcp: add mptcp reset option supportFlorian Westphal1-0/+11
2021-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-0/+5
2021-04-02block: update a few comments in uapi/linux/blkpg.hChristoph Hellwig1-26/+2
2021-04-01sock_map: Introduce BPF_SK_SKB_VERDICTCong Wang1-0/+1
2021-04-01ethtool: support FEC settings over netlinkJakub Kicinski1-0/+17
2021-03-30ICMPV6: add support for RFC 8335 PROBEAndreas Roeseler1-0/+3
2021-03-30icmp: add support for RFC 8335 PROBEAndreas Roeseler1-0/+42
2021-03-29can: uapi: can.h: mark union inside struct can_frame packedMarc Kleine-Budde1-1/+1
2021-03-27bpf: Support bpf program calling kernel functionMartin KaFai Lau1-0/+4
2021-03-27ethtool: document the enum values not definesJakub Kicinski1-10/+10
2021-03-27ethtool: fec: add note about reuse of reservedJakub Kicinski1-0/+4
2021-03-26ethtool: clarify the ethtool FEC interfaceJakub Kicinski1-7/+30
2021-03-26ethtool: fec: sanitize ethtool_fecparam->active_fecJakub Kicinski1-1/+1
2021-03-26ethtool: fec: sanitize ethtool_fecparam->reservedJakub Kicinski1-1/+1
2021-03-26ethtool: fec: remove long structure descriptionJakub Kicinski1-4/+0
2021-03-26ethtool: fec: fix typo in kdocJakub Kicinski1-1/+1
2021-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-10/+14
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-9/+12
2021-03-25psample: Fix user API breakageIdo Schimmel1-4/+1
2021-03-25Add Open Routing Protocol ID to `rtnetlink.h`Cooper Lees1-0/+1
2021-03-16Merge tag 'fuse-fixes-5.12-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+2
2021-03-16fuse: 32-bit user space ioctl compat for fuse deviceAlessio Balsini1-1/+2
2021-03-15psample: Add additional metadata attributesIdo Schimmel1-0/+7
2021-03-14net/sched: act_police: add support for packet-per-second policingBaowen Zheng1-0/+2
2021-03-12nexthop: Add netlink defines and enumerators for resilient NH groupsIdo Schimmel2-1/+53
2021-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+11
2021-03-10FDDI: if_fddi.h: Update my e-mail addressMaciej W. Rozycki1-1/+1
2021-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-5/+762
2021-03-10Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-2/+2
2021-03-09bpf: BPF-helper for MTU checking add length inputJesper Dangaard Brouer1-5/+11
2021-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-1/+1
2021-03-05bpf: Add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_ENCAP_L2_ETHXuesen Huang1-0/+5
2021-03-05bpf: Add PROG_TEST_RUN support for sk_lookup programsLorenz Bauer1-1/+4
2021-03-05scripts/bpf: Abstract eBPF API target parameterJoe Stringer1-1/+1
2021-03-05bpf: Document BPF_MAP_*_BATCH syscall commandsJoe Stringer1-3/+111
2021-03-05bpf: Document BPF_PROG_QUERY syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_TEST_RUN syscall commandJoe Stringer1-3/+11
2021-03-05bpf: Document BPF_PROG_ATTACH syscall commandJoe Stringer1-0/+37
2021-03-05bpf: Document BPF_PROG_PIN syscall commandJoe Stringer1-7/+29