summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-12-19devlink: extend multicast filtering by port indexJiri Pirko6-5/+31
2023-12-19devlink: add a command to set notification filter and use it for multicastsJiri Pirko6-4/+169
2023-12-19genetlink: introduce helpers to do filtered multicastJiri Pirko2-8/+58
2023-12-19netlink: introduce typedef for filter functionJiri Pirko4-9/+8
2023-12-19genetlink: introduce per-sock family private storageJiri Pirko2-1/+154
2023-12-19devlink: introduce a helper for netlink multicast sendJiri Pirko9-22/+18
2023-12-19devlink: send notifications only if there are listenersJiri Pirko9-9/+21
2023-12-19devlink: introduce __devl_is_registered() helper and use it instead of xa_get...Jiri Pirko4-4/+10
2023-12-19devlink: use devl_is_registered() helper instead xa_get_mark()Jiri Pirko3-6/+9
2023-12-19Merge branch 'add-pf-vf-mailbox-support'Paolo Abeni12-49/+859
2023-12-19octeon_ep: support firmware notifications for VFsShinas Rasheed3-0/+66
2023-12-19octeon_ep: control net framework to support VF offloadsShinas Rasheed2-1/+67
2023-12-19octeon_ep: PF-VF mailbox version supportShinas Rasheed3-3/+17
2023-12-19octeon_ep: add PF-VF mailbox communicationShinas Rasheed11-49/+713
2023-12-19Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski177-1798/+8407
2023-12-19Merge tag 'wireless-next-2023-12-18' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski292-2086/+10703
2023-12-19bpf: Ensure precise is reset to false in __mark_reg_const_zero()Andrii Nakryiko2-20/+19
2023-12-19Merge branch 'tools-net-ynl-add-sub-message-support-to-ynl'Jakub Kicinski8-45/+2782
2023-12-19tools/net/ynl-gen-rst: Remove extra indentation from generated docsDonald Hunter1-3/+3
2023-12-19tools/net/ynl-gen-rst: Remove bold from attribute-set headingsDonald Hunter1-1/+1
2023-12-19tools/net/ynl-gen-rst: Sort the index of generated netlink specsDonald Hunter1-1/+1
2023-12-19tools/net/ynl-gen-rst: Add sub-messages to generated docsDonald Hunter1-0/+23
2023-12-19doc/netlink: Regenerate netlink .rst files if ynl-gen-rst changesDonald Hunter1-3/+3
2023-12-19doc/netlink/specs: Add a spec for tcDonald Hunter1-0/+2031
2023-12-19doc/netlink/specs: use pad in structs in rt_linkDonald Hunter1-7/+6
2023-12-19doc/netlink/specs: Add sub-message type to rt_link familyDonald Hunter1-4/+432
2023-12-19tools/net/ynl: Add binary and pad support to structs for tcDonald Hunter1-10/+26
2023-12-19tools/net/ynl: Add 'sub-message' attribute decoding to ynlDonald Hunter2-8/+95
2023-12-19doc/netlink: Document the sub-message format for netlink-rawDonald Hunter1-1/+95
2023-12-19doc/netlink: Add sub-message support to netlink-rawDonald Hunter1-3/+62
2023-12-19tools/net/ynl: Use consistent array index expression formattingDonald Hunter1-5/+5
2023-12-18Merge branch 'bpf-add-check-for-negative-uprobe-multi-offset'Andrii Nakryiko2-5/+152
2023-12-18selftests/bpf: Add more uprobe multi fail testsJiri Olsa1-3/+146
2023-12-18bpf: Fail uprobe multi link with negative offsetJiri Olsa1-2/+6
2023-12-18selftests/bpf: Test the release of map btfHou Tao3-0/+227
2023-12-18s390/bpf: Fix indirect trampoline generationAlexei Starovoitov2-3/+2
2023-12-18Merge branch 'rtnl-rcu'David S. Miller2-9/+15
2023-12-18net: rtnl: use rcu_replace_pointer_rtnl in rtnl_unregister_*Pedro Tammela1-9/+3
2023-12-18net: rtnl: introduce rcu_replace_pointer_rtnlJamal Hadi Salim1-0/+12
2023-12-17Merge branch 'phy-ackage-addr-mmd-apis'David S. Miller6-78/+266
2023-12-17net: phy: add support for PHY package MMD read/writeChristian Marangi2-0/+156
2023-12-17net: phy: restructure __phy_write/read_mmd to helper and phydev userChristian Marangi1-34/+30
2023-12-17net: phy: extend PHY package API to support multiple global addressChristian Marangi5-44/+80
2023-12-17net: phy: make addr type u8 in phy_package_shared structChristian Marangi1-1/+1
2023-12-17octeontx2-af: Add new devlink param to configure maximum usable NIX block LFsSuman Ghosh3-24/+133
2023-12-17Merge tag 'ath-next-20231215' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo128-465/+630
2023-12-17wifi: mt76: mt7996: Use DECLARE_FLEX_ARRAY() and fix -Warray-bounds warningsGustavo A. R. Silva1-5/+5
2023-12-17Merge branch 'skb-coalescing-page_pool'David S. Miller3-14/+52
2023-12-17skbuff: Optimization of SKB coalescing for page poolLiang Chen2-12/+45
2023-12-17skbuff: Add a function to check if a page belongs to page_poolLiang Chen1-1/+6