summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-06-12bpf: selftests: Fix bpf_iter_task_vma_new() prototypeDaniel Xu
2024-06-12kbuild: bpf: Tell pahole to DECL_TAG kfuncsDaniel Xu
2024-06-11bpftool: Query only cgroup-related attach typesKenta Tada
2024-06-10Merge branch 'intel-wired-lan-driver-updates-2024-06-03'Jakub Kicinski
2024-06-10ice: use irq_update_affinity_hint()Michal Schmidt
2024-06-10ice: add and use roundup_u64 instead of open coding equivalentJacob Keller
2024-06-10net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko
2024-06-10isdn: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-10Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-06-10Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski
2024-06-10Merge branch 'fix-changing-dsa-conduit'David S. Miller
2024-06-10net: dsa: update the unicast MAC address when changing conduitMarek BehĂșn
2024-06-10net: dsa: deduplicate code adding / deleting the port address to fdbMarek BehĂșn
2024-06-10Merge branch 'rtnetlink-rtnl_lock'David S. Miller
2024-06-10net: netlink: remove the cb_mutex "injection" from netlink coreJakub Kicinski
2024-06-10rtnetlink: move rtnl_lock handling out of af_netlinkJakub Kicinski
2024-06-10net: dsa: hellcreek: Replace kernel.h with what is usedAndy Shevchenko
2024-06-10Merge branch 'tcp-up-pin-tw-timer'David S. Miller
2024-06-10tcp: move inet_twsk_schedule helper out of headerFlorian Westphal
2024-06-10net: tcp: un-pin the tw_timerFlorian Westphal
2024-06-10net: tcp/dccp: prepare for tw_timer un-pinningValentin Schneider
2024-06-10Merge branch 'mlxsw-acl-fixes'David S. Miller
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel
2024-06-10mlxsw: spectrum_acl_erp: Fix object nesting warningIdo Schimmel
2024-06-10lib: objagg: Fix general protection faultIdo Schimmel
2024-06-10mlxsw: spectrum_acl_atcam: Fix wrong commentIdo Schimmel
2024-06-10lib: test_objagg: Fix spellingIdo Schimmel
2024-06-10lib: objagg: Fix spellingIdo Schimmel
2024-06-09dmaengine: ti: k3-udma-glue: clean up return in k3_udma_glue_rx_get_irq()Dan Carpenter
2024-06-09tools: ynl: make user space policies constJakub Kicinski
2024-06-09page_pool: remove WARN_ON() with ORDavid Wei
2024-06-07net: ti: icssg-prueth: Add multicast filtering supportMD Danish Anwar
2024-06-06r8152: Set NET_ADDR_STOLEN if using passthru MACMilan Broz
2024-06-06selftests/bpf: Drop useless arguments of do_test in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use start_test in test_dctcp in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use start_test in test_dctcp_fallback in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Add start_test helper in bpf_tcp_caGeliang Tang
2024-06-06selftests/bpf: Use connect_to_fd_opts in do_test in bpf_tcp_caGeliang Tang
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-06libbpf: Auto-attach struct_ops BPF maps in BPF skeletonMykyta Yatsenko
2024-06-06Merge tag 'net-6.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-06-06Merge tag 'tomoyo-pr-20240606' of git://git.code.sf.net/p/tomoyo/tomoyoLinus Torvalds
2024-06-06Merge tag 'efi-fixes-for-v6.10-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-06-06Merge branch 'selftests-net-lib-small-fixes'Jakub Kicinski
2024-06-06selftests: net: lib: set 'i' as localMatthieu Baerts (NGI0)
2024-06-06selftests: net: lib: avoid error removing empty netns nameMatthieu Baerts (NGI0)
2024-06-06selftests: net: lib: support errexit with busywaitMatthieu Baerts (NGI0)
2024-06-06selftests/bpf: Add btf_field_iter selftestsAlan Maguire
2024-06-06selftests/bpf: Fix send_signal test with nested CONFIG_PARAVIRTYonghong Song
2024-06-06Merge branch 'tcp-small-code-reorg'Paolo Abeni