summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-30xsk: Add TX timestamp and TX checksum offload supportStanislav Fomichev7-1/+198
2023-11-30xsk: Support tx_metadata_lenStanislav Fomichev3-0/+3
2023-11-29bpf: Add link_info support for uprobe multi linkJiri Olsa1-0/+10
2023-11-24bpf: Validate global subprogs lazilyAndrii Nakryiko1-0/+2
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-16/+62
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+49
2023-11-22asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2023-11-22Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski7-20/+103
2023-11-22net: page_pool: avoid touching slow on the fastpathJakub Kicinski1-0/+2
2023-11-22net: page_pool: split the page_pool_params into fast and slowJakub Kicinski1-12/+19
2023-11-21bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-0/+11
2023-11-21bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-0/+5
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-0/+6
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-4/+16
2023-11-20net, vrf: Move dstats structure to coreDaniel Borkmann1-0/+10
2023-11-20Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2023-11-20Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2023-11-20Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+8
2023-11-19rtnetlink: introduce nlmsg_new_large and use it in rtnl_getlinkLi RongQing2-0/+15
2023-11-19net: partial revert of the "Make timestamping selectable: seriesJakub Kicinski5-59/+8
2023-11-18bpf: move verifier state printing code to kernel/bpf/log.cAndrii Nakryiko1-0/+72
2023-11-18bpf: move verbose_linfo() into kernel/bpf/log.cAndrii Nakryiko1-0/+4
2023-11-18Merge tag 'mlx5-updates-2023-11-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-1/+4
2023-11-18Merge tag 'batadv-next-pullrequest-20231115' of git://git.open-mesh.org/linux...David S. Miller1-6/+39
2023-11-18net: ethtool: ts: Let the active time stamping layer be selectableKory Maincent1-0/+1
2023-11-18net: Change the API of PHY default timestamp to MACKory Maincent2-0/+9
2023-11-18net: Replace hwtstamp_source by timestamping layerKory Maincent1-8/+3
2023-11-18net: ethtool: Add a command to list available time stamping layersKory Maincent1-0/+14
2023-11-18net: ethtool: Add a command to expose current time stamping layerKory Maincent2-0/+24
2023-11-18net_tstamp: Add TIMESTAMPING SOFTWARE and HARDWARE maskKory Maincent1-0/+8
2023-11-18net: Make dev_set_hwtstamp_phylib accessibleKory Maincent1-0/+3
2023-11-18net: ethtool: Refactor identical get_ts_info implementations.Richard Cochran1-0/+8
2023-11-18net: Convert PHYs hwtstamp callback to use kernel_hwtstamp_configKory Maincent2-3/+7
2023-11-17bpf: rename BPF_F_TEST_SANITY_STRICT to BPF_F_TEST_REG_INVARIANTSAndrii Nakryiko2-2/+2
2023-11-17linux/export: clean up the IA-64 KSYM_FUNC macroLukas Bulwahn1-3/+1
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells1-1/+1
2023-11-17net: linkmode: add linkmode_fill() helperRussell King (Oracle)1-0/+5
2023-11-17vxlan: add support for flowlabel inheritAlce Lafranque3-16/+36
2023-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni22-277/+122
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-6/+19
2023-11-16Merge tag 'for-linus-6.7a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+2
2023-11-16Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-7/+11
2023-11-16indirect_call_wrapper: Fix typo in INDIRECT_CALL_$NR kerneldocTobias Klauser1-1/+1
2023-11-16Merge tag 'nf-23-11-15' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni1-2/+2
2023-11-16net: sched: do not offload flows with a helper in act_ctXin Long1-0/+9
2023-11-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski1-3/+7
2023-11-15bpf: add register bounds sanity checks and sanitizationAndrii Nakryiko2-0/+4
2023-11-15bpf: generalize reg_set_min_max() to handle non-const register comparisonsAndrii Nakryiko1-0/+4
2023-11-15net/mlx5: Query maximum frequency adjustment of the PTP hardware clockRahul Rameshbabu1-1/+4
2023-11-15bpf: Do not allocate percpu memory at init stageYonghong Song1-1/+1