aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-20net/sched: flower: Add L2TPv3 filterWojciech Drewek1-0/+2
2022-09-20uapi: move IPPROTO_L2TP to in.hWojciech Drewek2-2/+2
2022-09-16Merge tag 'linux-can-next-for-6.1-20220915' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller3-2/+55
2022-09-16rtnetlink: advertise allmulti counterNicolas Dichtel1-0/+1
2022-09-15can: raw: add CAN XL supportOliver Hartkopp1-0/+1
2022-09-15can: canxl: update CAN infrastructure for CAN XL framesOliver Hartkopp1-0/+1
2022-09-15can: canxl: introduce CAN XL data structureOliver Hartkopp1-0/+51
2022-09-15can: set CANFD_FDF flag in all CAN FD frame structuresOliver Hartkopp1-2/+2
2022-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextDavid S. Miller1-0/+2
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-22/+6
2022-09-07netfilter: remove NFPROTO_DECNETFlorian Westphal1-0/+2
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni1-14/+69
2022-09-04Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-0/+11
2022-09-03wifi: nl80211: add MLD address to assoc BSS entriesJohannes Berg1-0/+2
2022-09-03wifi: nl80211: Add POWERED_ADDR_CHANGE featureJames Prestwood1-0/+9
2022-09-03net/ipv4: Use __DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva1-14/+6
2022-09-02Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+6
2022-09-02bpf: Support getting tunnel flagsShmulik Ladkani1-1/+9
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-8/+16
2022-09-01Merge tag 'net-6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-8/+8
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov1-2/+5
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov1-8/+0
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov1-11/+1
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov1-1/+0
2022-08-30net: virtio_net: fix notification coalescing commentsAlvaro Karsz1-7/+7
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski1-0/+6
2022-08-26bpf: Fix a few typos in BPF helpers documentationQuentin Monnet1-8/+8
2022-08-26openvswitch: allow specifying ifindex of new interfacesAndrey Zhadchenko1-0/+3
2022-08-26Merge tag 'io_uring-6.0-2022-08-26' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+8
2022-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-1/+1
2022-08-26Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/wireless/wireless-nextDavid S. Miller1-3/+11
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderHao Luo1-5/+5
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-08-25bpf: Introduce cgroup iterHao Luo1-0/+30
2022-08-25wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam1-3/+11
2022-08-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller1-1/+1
2022-08-23net: improve and fix netlink kdocJakub Kicinski1-5/+16
2022-08-23bpf: update bpf_{g,s}et_retval documentationStanislav Fomichev1-5/+17
2022-08-23bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsShmulik Ladkani1-0/+5
2022-08-23io_uring: uapi: Add `extern "C"` in io_uring.h for liburingAmmar Faizi1-0/+8
2022-08-22Remove DECnet support from kernelStephen Hemminger3-222/+1
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-7/+110
2022-08-18net: macsec: Expose MACSEC_SALT_LEN definition to user spaceEmeel Hakim1-0/+2
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-4/+29
2022-08-17bpf: Partially revert flexible-array member replacementDaniel Borkmann1-1/+1
2022-08-16virtio: kerneldocs fixes and enhancementsRicardo CaƱuelo1-5/+11
2022-08-15bpf: Clear up confusion in bpf_skb_adjust_room()'s documentationQuentin Monnet1-2/+4
2022-08-12Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds6-2/+99
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-3/+51
2022-08-11net: atm: bring back zatm uAPIJakub Kicinski1-0/+47