aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-07-29bpftool: Don't try to return value from void function in skeletonJörn-Thorben Hinz
2022-07-29bpftool: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZE macroRongguang Wei
2022-07-29bpf: btf: Fix vsnprintf return value checkFedor Tokarev
2022-07-28libbpf: Support PPC in arch_specific_syscall_pfxDaniel Müller
2022-07-27selftests/bpf: Adjust vmtest.sh to use local kernel configurationDaniel Müller
2022-07-27selftests/bpf: Copy over libbpf configsDaniel Müller
2022-07-27selftests/bpf: Sort configurationDaniel Müller
2022-07-26selftests/bpf: Attach to socketcall() in test_probe_userIlya Leoshkevich
2022-07-26libbpf: Extend BPF_KSYSCALL documentationIlya Leoshkevich
2022-07-26bpf, devmap: Compute proper xdp_frame len redirecting framesLorenzo Bianconi
2022-07-26bpf: Fix bpf_xdp_pointer return pointerJoanne Koong
2022-07-26selftests/bpf: Don't assign outer source IP to hostPaul Chaignon
2022-07-26bpf: Set flow flag to allow any source IP in bpf_tunnel_keyPaul Chaignon
2022-07-26geneve: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon
2022-07-26vxlan: Use ip_tunnel_key flow flags in route lookupsPaul Chaignon
2022-07-26ip_tunnels: Add new flow flags field to ip_tunnel_keyPaul Chaignon
2022-07-25Merge branch 'add-mtu-change-with-stmmac-interface-running'Jakub Kicinski
2022-07-25net: ethernet: stmicro: stmmac: permit MTU change with interface upChristian Marangi
2022-07-25net: ethernet: stmicro: stmmac: generate stmmac dma conf before openChristian Marangi
2022-07-25net: ethernet: stmicro: stmmac: move dma conf to dedicated structChristian Marangi
2022-07-25net: ethernet: stmicro: stmmac: first disable all queues and disconnect in re...Christian Marangi
2022-07-25net: ethernet: stmicro: stmmac: move queue reset to dedicated functionsChristian Marangi
2022-07-25net: delete extra space and tab in blank lineWilliam Dean
2022-07-25Merge tag 'wireless-next-2022-07-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2022-07-25dt-bindings: net: fsl,fec: Add nvmem-cells / nvmem-cell-names propertiesAlexander Stein
2022-07-25Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo
2022-07-25Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2022-07-25net: ethernet: mtk-ppe: fix traffic offload with bridged wlanLorenzo Bianconi
2022-07-25Merge branch 'mlxsw-Spectrum-2-PTP-preparations'David S. Miller
2022-07-25mlxsw: spectrum_ptp: Rename mlxsw_sp1_ptp_phc_adjfreq()Amit Cohen
2022-07-25mlxsw: spectrum_ptp: Rename mlxsw_sp_ptp_get_message_types()Amit Cohen
2022-07-25mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_clock' per ASICAmit Cohen
2022-07-25mlxsw: spectrum_ptp: Use 'struct mlxsw_sp_ptp_state' per ASICAmit Cohen
2022-07-25mlxsw: pci: Simplify FRC clock readingAmit Cohen
2022-07-25mlxsw: spectrum_ptp: Initialize the clock to zero as part of initializationAmit Cohen
2022-07-25mlxsw: Rename 'read_frc_capable' bit to 'read_clock_capable'Danielle Ratson
2022-07-25mlxsw: resources: Add resource identifier for maximum number of FIDsAmit Cohen
2022-07-25mlxsw: spectrum: Fix the shift of FID field in TX headerDanielle Ratson
2022-07-25mlxsw: Set time stamp type as part of config profileDanielle Ratson
2022-07-25mlxsw: cmd: Add UTC related fields to query firmware commandDanielle Ratson
2022-07-25mlxsw: pci_hw: Add 'time_stamp' and 'time_stamp_type' fields to CQEv2Danielle Ratson
2022-07-25mlxsw: reg: Add Monitoring Time Precision Correction Port Configuration RegisterDanielle Ratson
2022-07-25mlxsw: reg: Add MTUTC register's fields for supporting PTP in Spectrum-2Danielle Ratson
2022-07-25mlxsw: Rename mlxsw_reg_mtptptp_pack() to mlxsw_reg_mtptpt_pack()Danielle Ratson
2022-07-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2022-07-25Merge branch 'macb-versal-device-support'David S. Miller
2022-07-25net: macb: Update tsu clk usage in runtime suspend/resume for VersalHarini Katakam
2022-07-25net: macb: Sort CAPS flags by bit positionsHarini Katakam
2022-07-25dt-bindings: net: cdns,macb: Add versal compatible stringRadhey Shyam Pandey
2022-07-25Merge branch 'mtk_eth_soc-xdp'David S. Miller