summaryrefslogtreecommitdiff
path: root/include/uapi/linux
AgeCommit message (Expand)AuthorFilesLines
2022-12-13virtio_bt: Fix alignment in configuration structIgor Skalkin1-0/+8
2022-12-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-4/+4
2022-12-12uapi/linux/virtio_net.h: Added USO types.Andrew Melnychenko1-0/+4
2022-12-12uapi/linux/if_tun.h: Added new offload types for USO4/6.Andrew Melnychenko1-0/+2
2022-12-10Merge tag 'ipsec-next-2022-12-09' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski1-0/+6
2022-12-09net: openvswitch: Add support to count upcall packetswangchuanlei1-0/+14
2022-12-09net_tstamp: add SOF_TIMESTAMPING_OPT_ID_TCPWillem de Bruijn1-1/+2
2022-12-09bpf: Rework process_dynptr_funcKumar Kartikeya Dwivedi1-4/+4
2022-12-08devlink: Expose port function commands to control migratableShay Drory1-0/+3
2022-12-08devlink: Expose port function commands to control RoCEShay Drory1-0/+10
2022-12-06ethtool: add netlink based get rss supportSudheer Mogilappagari1-0/+14
2022-12-05xfrm: add new packet offload flagLeon Romanovsky1-0/+6
2022-12-02mptcp: add pm listener eventsGeliang Tang1-0/+9
2022-12-01devlink: support directly reading from region memoryJacob Keller1-0/+2
2022-11-29Daniel Borkmann says:Jakub Kicinski1-10/+23
2022-11-24bpf: Update bpf_{g,s}etsockopt() documentationJi Rongfeng1-9/+12
2022-11-19netlink: remove the flex array from struct nlmsghdrJakub Kicinski1-2/+0
2022-11-18devlink: Introduce new attribute 'tx_weight' to devlink-rateMichal Wilczynski1-0/+2
2022-11-18devlink: Introduce new attribute 'tx_priority' to devlink-rateMichal Wilczynski1-0/+1
2022-11-18ethtool: doc: clarify what drivers can implement in their get_drvinfo()Vincent Mailhol1-6/+4
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-5/+10
2022-11-17Merge tag 'net-6.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-4/+8
2022-11-17net: use struct_group to copy ip/ipv6 header addressesHangbin Liu2-4/+8
2022-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski1-0/+2
2022-11-15bpf: Expand map key argument of bpf_redirect_map to u64Toke Høiland-Jørgensen1-1/+1
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter1-0/+2
2022-11-15bpf: Support bpf_list_head in map valuesKumar Kartikeya Dwivedi1-0/+10
2022-11-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2022-11-12Merge tag 'io_uring-6.1-2022-11-11' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-11-12bpf: Add hwtstamp field for the sockops progMartin KaFai Lau1-0/+1
2022-11-11Merge tag 'dmaengine-fix-6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-2/+3
2022-11-11Merge tag 'net-6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+1
2022-11-08Merge tag 'audit-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-11-08Merge tag 'lsm-pr-20221107' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2022-11-08net: sched: add helper support in act_ctXin Long1-0/+3
2022-11-08ethtool: linkstate: add a statistic for PHY down eventsJakub Kicinski1-0/+1
2022-11-06io_uring: fix typo in io_uring.h commentJens Axboe1-1/+1
2022-11-05capabilities: fix undefined behavior in bit shift for CAP_TO_MASKGaosheng Cui1-1/+1
2022-11-04net: expose devlink port over rtnetlinkJiri Pirko1-0/+2
2022-11-04bridge: Add MAC Authentication Bypass (MAB) supportHans J. Schultz2-1/+8
2022-11-04Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-11-03net: dcb: add new apptrust attributeDaniel Machon1-0/+2
2022-11-03net: dcb: add new pcp selector to app objectDaniel Machon1-0/+6
2022-11-03net/ipv4: Fix linux/in.h header dependenciesAndrii Nakryiko1-0/+1
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-1/+49
2022-10-31audit: fix undefined behavior in bit shift for AUDIT_BITGaosheng Cui1-1/+1
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski1-0/+2
2022-10-30Merge tag 'perf_urgent_for_v6.1_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1