summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* devlink: convert most of devlink_fmsg_*() to return voidPrzemek Kitszel2023-10-202-134/+114
* staging: qlge: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-44/+16
* qed: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-3/+3
* net/mlx5: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-209-948/+330
* mlxsw: core: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-124/+47
* octeontx2-af: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-331/+133
* hinic: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-161/+56
* bnxt_en: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-61/+32
* pds_core: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-21/+8
* netdevsim: devlink health: use retained error fmsg APIPrzemek Kitszel2023-10-201-86/+32
* devlink: retain error in struct devlink_fmsgPrzemek Kitszel2023-10-201-171/+76
* Merge branch 'tools-ynl-gen-support-full-range-of-min-max-checks'Jakub Kicinski2023-10-204-13/+132
|\
| * tools: ynl-gen: support limit namesJakub Kicinski2023-10-204-17/+55
| * tools: ynl-gen: support full range of min/max checks for integer valuesJakub Kicinski2023-10-204-7/+68
| * tools: ynl-gen: track attribute useJakub Kicinski2023-10-201-0/+20
|/
* ptp: prevent string overflowDan Carpenter2023-10-201-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-19345-1468/+2813
|\
| * Merge tag 'net-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-10-1997-466/+967
| |\
| | * Revert "ethtool: Fix mod state of verbose no_mask bitset"Kory Maincent2023-10-191-26/+6
| | * Merge branch 'mptcp-fixes-for-v6-6'Jakub Kicinski2023-10-193-15/+43
| | |\
| | | * selftests: mptcp: join: no RST when rm subflow/addrMatthieu Baerts2023-10-191-0/+13
| | | * mptcp: avoid sending RST when closing the initial subflowGeliang Tang2023-10-191-6/+22
| | | * mptcp: more conservative check for zero probesPaolo Abeni2023-10-191-7/+1
| | | * tcp: check mptcp-level constraints for backlog coalescingPaolo Abeni2023-10-191-0/+1
| | | * selftests: mptcp: join: correctly check for no RSTMatthieu Baerts2023-10-191-2/+6
| | |/
| | * net: ti: icssg-prueth: Fix r30 CMDs bitmasksMD Danish Anwar2023-10-191-2/+2
| | * Merge branch 'net-fix-bugs-in-device-netns-move-and-rename'Paolo Abeni2023-10-194-15/+141
| | |\
| | | * selftests: net: add very basic test for netdev names and namespacesJakub Kicinski2023-10-192-0/+88
| | | * net: move altnames together with the netdeviceJakub Kicinski2023-10-191-4/+9
| | | * net: avoid UAF on deleted altnameJakub Kicinski2023-10-191-1/+6
| | | * net: check for altname conflicts when changing netdev's netnsJakub Kicinski2023-10-192-1/+11
| | | * net: fix ifname in netlink ntf during netns moveJakub Kicinski2023-10-191-13/+31
| | |/
| | * net: ethernet: ti: Fix mixed module-builtin objectMD Danish Anwar2023-10-193-3/+19
| | * Merge tag 'nf-23-10-18' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Jakub Kicinski2023-10-193-26/+83
| | |\
| | | * netfilter: nf_tables: revert do not remove elements if set backend implements...Pablo Neira Ayuso2023-10-181-4/+1
| | | * netfilter: nft_set_rbtree: .deactivate fails if element has expiredPablo Neira Ayuso2023-10-181-0/+2
| | | * selftests: netfilter: Run nft_audit.sh in its own netnsPhil Sutter2023-10-181-0/+6
| | | * netfilter: nf_tables: audit log object reset once per tablePhil Sutter2023-10-182-22/+74
| | * | Merge tag 'wireless-2023-10-18' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-10-194-8/+6
| | |\ \
| | | * | net: rfkill: reduce data->mtx scope in rfkill_fop_openJohannes Berg2023-10-111-3/+2
| | | * | net: rfkill: gpio: prevent value glitch during probeJosua Mayer2023-10-111-2/+2
| | | * | wifi: mac80211: fix error path key leakJohannes Berg2023-10-111-2/+1
| | | * | wifi: cfg80211: use system_unbound_wq for wiphy workJohannes Berg2023-10-111-1/+1
| | * | | net: phy: bcm7xxx: Add missing 16nm EPHY statisticsFlorian Fainelli2023-10-191-0/+3
| | * | | ipv4: fib: annotate races around nh->nh_saddr_genid and nh->nh_saddrEric Dumazet2023-10-191-5/+9
| | * | | tcp_bpf: properly release resources on error pathsPaolo Abeni2023-10-191-4/+12
| | * | | net/sched: sch_hfsc: upgrade 'rt' to 'sc' when it becomes a inner curvePedro Tammela2023-10-191-4/+14
| | * | | net: mdio-mux: fix C45 access returning -EIO after API changeVladimir Oltean2023-10-191-0/+47
| | * | | tcp: tsq: relax tcp_small_queue_check() when rtx queue contains a single skbEric Dumazet2023-10-191-2/+14
| | * | | octeon_ep: update BQL sent bytes before ringing doorbellShinas Rasheed2023-10-191-7/+6
| | | |/ | | |/|